Skip to main content Skip to docs navigation

#429caa 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 Rainy Mood and its hex is #4499AA Nearest Color Name

Color Hue/Base color: Blue

Hex #429caa Color code in RGB color code model is created after adding 25.88% red color, 61.18% green color and 66.67% blue color. Hex #429caa Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 8% magenta, 0% yellow and 33.33% black.

Hex #429caa color code is between #449999 web safe hex color code and #33aabb web safe hex color code. #449999 is the nearest web safe color code. You can see here many more shades of #429caa color code.

RGB Chart

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

Color Table

Hex Color Code 429caa #429caa
RGB Decimal 66, 156, 170 66, 156, 170
RGB Percent 26%, 61%, 67% rgb(26%, 61%, 67%)
CSS RGBa 66, 156, 170,1 rgba(66,156,170,1)
CMYK Model cmyk(61%,8%,0%,33.33%)
HSL Color Space 188,44% ,46% hsl(188,44% ,46%)
HSV Color Space 188°, 61%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 10011100 10101010
Octal 102 234 252
Decimal 66 156 170
Hex 42 9c aa

Different shades of #429caa color code.

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

Darkest of #429caa
#17373c
Darker of #429caa
#255961
Dark of #429caa
#347a85
Base of #429caa
#429caa
Light of #429caa
#5eb3c1
Lighter
#83c5cf
Lightest
#a8d6dd

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

#429caa
#aa5042

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

Split Complementary

#429caa
#aa4268
#aa8442

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

Analogous Color

#42aa7b
#42aa8d
#429caa
#4279aa
#424eaa

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

#429caa
#9caa42
#aa429c

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

#429caa
#aa429c
#aa5042
#42aa50

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

#429caa
#8442aa
#aa5042
#68aa42

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 #429caa

#091517
#17373c
#255961
#347a85
#429caa
#5eb3c1
#83c5cf
#a8d6dd
#cde7eb

Tints of #429caa Color

#429caa
#57a7b3
#6cb2bc
#81bdc6
#96c8cf
#abd3d9
#c0dee2
#d5e9ec
#eaf4f5
#ffffff

Shades of #429caa color code

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

#429caa
#3a8a97
#337984
#2c6871
#24565e
#1d454b
#163438
#0e2225
#071112
#000000

Tones

#429caa
#5a8b92
#71797b
#767676
#767676

Tones

Similar Color like #429caa color

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

#439dab
#449eac
#459fad
#46a0ae
#47a1af
#48a2b0
#49a3b1
#4aa4b2
#4ba5b3
#4ca6b4
#4da7b5
#4ea8b6
#4fa9b7
#50aab8
#419ba9
#409aa8
#3f99a7
#3e98a6
#3d97a5
#3c96a4
#3b95a3
#3a94a2
#3993a1
#3892a0
#37919f
#36909e
#358f9d
#348e9c

Download this Dark Blue

Hex #429caa 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.

#429caa Color Code Preview on Black Background Color

This is how #429caa Color will look on black background color. Color contrast ratio is 6.57

#429caa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #429caa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #429caa

#429caa color code is use for CSS Background Color

Background color for the above div is #429caa

HTML with inline CSS

<div style="background-color:#429caa;"></div>

#429caa color code is use for CSS Border Color

CSS Border color for the above div is #429caa

HTML with inline CSS

<div style="border:5px solid #429caa;"></div>

CSS Border Left color for the above div is #429caa

HTML with inline CSS

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

CSS Border Right color for the above div is #429caa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #429caa

HTML with inline CSS

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

CSS Border Top color for the above div is #429caa

HTML with inline CSS

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

#429caa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#429caa Color code Preview on White Background

This is how #429caa Color code will look on white background color. Color contrast ratio is 3.20

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 #429caa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #429caa; }

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,156,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,80,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,156,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }