Html Css Color HEX #429EAC Boston Blue

📋 copy color: '#429EAC'

red 66 ◦ green 158 ◦ blue 172

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

Shades of Boston Blue #429EAC

Tints of Boston Blue #429EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 16.67%
G = 39.9%
B = 43.43%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#429EAC (or 0x429EAC) is known color: Boston Blue. HEX triplet: 42, 9E and AC. RGB value is (66,158,172). Sum of RGB (Red+Green+Blue) = 66+158+172=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #429EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429EAC is #BD6153. Grayscale: #838383. Windows color (decimal): -12411220 or 11312706. OLE color: 11312706.

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

Color convert

RGB 66 158 172 -
CMYK 0.62 0.08 0 0.33
HSL 187.92º 0.45% 0.47% -
HSV(B) 187.92º 0.62% 0.67% -
XYZ 21.92 28.59 43.39 -
YUV 132.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 66 158 172 0.62 0.08 0 0.33 187.92 0.45 0.47
Hex 42 9E AC 3E 8 0 21 BC 2D 2F
Octal 102 236 254 76 10 0 41 274 55 57
Binary 1000010 10011110 10101100 111110 1000 0 100001 10111100 101101 101111

Color Harmonies of #429EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429EAC

Black with #429EAC

Text Example


Text Example

White with #429EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,158,172); }

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

background-color css

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

 a { background-color: rgb(66,158,172); }

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

border-color css

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

 span { border-color: rgb(66,158,172); }

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