Html Css Color HEX #429DAE Boston Blue

📋 copy color: '#429DAE'

red 66 ◦ green 157 ◦ blue 174

#429DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #429DAE

Tints of Boston Blue #429DAE

RGB

 RED value IS 66 (26.17% from 255) = 16.62%

 GREEN value IS 157 (61.72% from 255) = 39.55%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 16.62%
G = 39.55%
B = 43.83%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#429DAE (or 0x429DAE) is known color: Boston Blue. HEX triplet: 42, 9D and AE. RGB value is (66,157,174). Sum of RGB (Red+Green+Blue) = 66+157+174=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #429DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429DAE is #BD6251. Grayscale: #838383. Windows color (decimal): -12411474 or 11443522. OLE color: 11443522.

HSL color Cylindrical-coordinate representation of color #429DAE: hue angle of 189.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #429DAE is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 157 174 -
CMYK 0.62 0.10 0 0.32
HSL 189.44º 0.45% 0.47% -
HSV(B) 189.44º 0.62% 0.68% -
XYZ 21.94 28.33 44.36 -
YUV 131.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 66 157 174 0.62 0.10 0 0.32 189.44 0.45 0.47
Hex 42 9D AE 3E A 0 20 BD 2D 2F
Octal 102 235 256 76 12 0 40 275 55 57
Binary 1000010 10011101 10101110 111110 1010 0 100000 10111101 101101 101111

Color Harmonies of #429DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429DAE

Black with #429DAE

Text Example


Text Example

White with #429DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429DAE; }

 p { color: rgb(66,157,174); }

 H1.HeaderClassName
 {
   color: #429DAE;
 }
 .AnyTagClassName
 {
   color: #429DAE;
 }
</style>

background-color css

<style>
 a { background-color: #429DAE; }

 a { background-color: rgb(66,157,174); }

 div.DivClassName
 {
   background-color: #429DAE;
 }
 .BgClassName
 {
   background-color: #429DAE;
 }
</style>

border-color css

<style>
 span { border-color: #429DAE; }

 span { border-color: rgb(66,157,174); }

 td.TdClassName
 {
   border-color: #429DAE;
 }
 .TagClassName
 {
   border-color: #429DAE;
 }
</style>