Skip to main content Skip to docs navigation

#424bce hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Gorgonzola Blue and its hex is #4455CC Nearest Color Name

Color Hue/Base color: Blue

Hex #424bce Color code in RGB color code model is created after adding 25.88% red color, 29.41% green color and 80.78% blue color. Hex #424bce Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 64% magenta, 0% yellow and 19.22% black.

Hex #424bce color code is between #4444cc web safe hex color code and #3355dd web safe hex color code. #4444cc is the nearest web safe color code. You can see here many more shades of #424bce color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 424bce #424bce
RGB Decimal 66, 75, 206 66, 75, 206
RGB Percent 26%, 29%, 81% rgb(26%, 29%, 81%)
CSS RGBa 66, 75, 206,1 rgba(66,75,206,1)
CMYK Model cmyk(68%,64%,0%,19.22%)
HSL Color Space 236,59% ,53% hsl(236,59% ,53%)
HSV Color Space 236°, 68%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 01001011 11001110
Octal 102 113 316
Decimal 66 75 206
Hex 42 4b ce

Different shades of #424bce color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #424bce
#181d5e
Darker of #424bce
#232987
Dark of #424bce
#2e36af
Base of #424bce
#424bce
Light of #424bce
#6a72d8
Lighter
#9398e3
Lightest
#bbbfed

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#424bce
#cec542

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#424bce
#ce7f42
#91ce42

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#429dce
#4285ce
#424bce
#6842ce
#a242ce

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#424bce
#4bce42
#ce424b

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#424bce
#ce424b
#cec542
#42cec5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#424bce
#ce4291
#cec542
#42ce7f

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #424bce

#0e1136
#181d5e
#232987
#2e36af
#424bce
#6a72d8
#9398e3
#bbbfed
#e4e5f8

Tints of #424bce Color

#424bce
#575fd3
#6c73d8
#8187de
#969be3
#abafe9
#c0c3ee
#d5d7f4
#eaebf9
#ffffff

Shades of #424bce color code

Generate more color scales with scales (color stack) generator.

#424bce
#3a42b7
#333aa0
#2c3289
#242972
#1d215b
#161944
#0e102d
#070816
#000000

Tones

#424bce
#5a60b6
#72749e
#888888
#888888

Tones

Similar Color like #424bce color

Find visually similar hex color codes nearing to #424bce hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#434ccf
#444dd0
#454ed1
#464fd2
#4750d3
#4851d4
#4952d5
#4a53d6
#4b54d7
#4c55d8
#4d56d9
#4e57da
#4f58db
#5059dc
#414acd
#4049cc
#3f48cb
#3e47ca
#3d46c9
#3c45c8
#3b44c7
#3a43c6
#3942c5
#3841c4
#3740c3
#363fc2
#353ec1
#343dc0

Download this Dark Blue

Hex #424bce Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#424bce Color Code Preview on Black Background Color

This is how #424bce Color will look on black background color. Color contrast ratio is 3.13

#424bce in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#424bce">Your Example Paragraph content text in with font color #424bce </p>

Your Example Paragraph content text in with font color #424bce

HTML with inline CSS

<div style="color:#424bce">Your Paragraph text in with font color #424bce </div>

Your Example Paragraph content text in with font color #424bce

#424bce color code is use for CSS Background Color

Background color for the above div is #424bce

HTML with inline CSS

<div style="background-color:#424bce;"></div>

#424bce color code is use for CSS Border Color

CSS Border color for the above div is #424bce

HTML with inline CSS

<div style="border:5px solid #424bce;"></div>

CSS Border Left color for the above div is #424bce

HTML with inline CSS

<div style="border-left:5px solid #424bce;"></div>

CSS Border Right color for the above div is #424bce

HTML with inline CSS

<div style="border-right:5px solid #424bce;"></div>

CSS Border Bottom color for the above div is #424bce

HTML with inline CSS

<div style="border-bottom:5px solid #424bce;"></div>

CSS Border Top color for the above div is #424bce

HTML with inline CSS

<div style="border-top:5px solid #424bce;"></div>

#424bce hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#424bce; } .examplecolorclass {color:#424bce; } .examplebordercolor {border:3px solid #424bce; }

#424bce Color code Preview on White Background

This is how #424bce Color code will look on white background color. Color contrast ratio is 6.71

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #424bce; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #424bce; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(66,75,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,197,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,75,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }