Html Css Color HEX #429CAF Boston Blue

📋 copy color: '#429CAF'

red 66 ◦ green 156 ◦ blue 175

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

Shades of Boston Blue #429CAF

Tints of Boston Blue #429CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 16.62%
G = 39.29%
B = 44.08%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#429CAF (or 0x429CAF) is known color: Boston Blue. HEX triplet: 42, 9C and AF. RGB value is (66,156,175). Sum of RGB (Red+Green+Blue) = 66+156+175=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 175 - color contains mainly: blue. Hex color #429CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CAF is #BD6350. Grayscale: #838383. Windows color (decimal): -12411729 or 11508802. OLE color: 11508802.

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

Color convert

RGB 66 156 175 -
CMYK 0.62 0.11 0 0.31
HSL 190.46º 0.45% 0.47% -
HSV(B) 190.46º 0.62% 0.69% -
XYZ 21.87 28.03 44.82 -
YUV 131.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 66 156 175 0.62 0.11 0 0.31 190.46 0.45 0.47
Hex 42 9C AF 3E B 0 1F BE 2D 2F
Octal 102 234 257 76 13 0 37 276 55 57
Binary 1000010 10011100 10101111 111110 1011 0 11111 10111110 101101 101111

Color Harmonies of #429CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CAF

Black with #429CAF

Text Example


Text Example

White with #429CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,156,175); }

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

background-color css

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

 a { background-color: rgb(66,156,175); }

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

border-color css

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

 span { border-color: rgb(66,156,175); }

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