Html Css Color HEX #429FAE Boston Blue

📋 copy color: '#429FAE'

red 66 ◦ green 159 ◦ blue 174

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

Shades of Boston Blue #429FAE

Tints of Boston Blue #429FAE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 16.54%
G = 39.85%
B = 43.61%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#429FAE (or 0x429FAE) is known color: Boston Blue. HEX triplet: 42, 9F and AE. RGB value is (66,159,174). Sum of RGB (Red+Green+Blue) = 66+159+174=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #429FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429FAE is #BD6051. Grayscale: #848484. Windows color (decimal): -12410962 or 11444034. OLE color: 11444034.

HSL color Cylindrical-coordinate representation of color #429FAE: hue angle of 188.33º 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 #429FAE is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 159 174 -
CMYK 0.62 0.09 0 0.32
HSL 188.33º 0.45% 0.47% -
HSV(B) 188.33º 0.62% 0.68% -
XYZ 22.28 29.01 44.47 -
YUV 132.9 151.19 80.28 -
System Red Green Blue C M Y K H S L
Decimal 66 159 174 0.62 0.09 0 0.32 188.33 0.45 0.47
Hex 42 9F AE 3E 9 0 20 BC 2D 2F
Octal 102 237 256 76 11 0 40 274 55 57
Binary 1000010 10011111 10101110 111110 1001 0 100000 10111100 101101 101111

Color Harmonies of #429FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429FAE

Black with #429FAE

Text Example


Text Example

White with #429FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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