Html Css Color HEX #429AAE Boston Blue

📋 copy color: '#429AAE'

red 66 ◦ green 154 ◦ blue 174

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

Shades of Boston Blue #429AAE

Tints of Boston Blue #429AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 16.75%
G = 39.09%
B = 44.16%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#429AAE (or 0x429AAE) is known color: Boston Blue. HEX triplet: 42, 9A and AE. RGB value is (66,154,174). Sum of RGB (Red+Green+Blue) = 66+154+174=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #429AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AAE is #BD6551. Grayscale: #818181. Windows color (decimal): -12412242 or 11442754. OLE color: 11442754.

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

Color convert

RGB 66 154 174 -
CMYK 0.62 0.11 0 0.32
HSL 191.11º 0.45% 0.47% -
HSV(B) 191.11º 0.62% 0.68% -
XYZ 21.44 27.33 44.19 -
YUV 129.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 66 154 174 0.62 0.11 0 0.32 191.11 0.45 0.47
Hex 42 9A AE 3E B 0 20 BF 2D 2F
Octal 102 232 256 76 13 0 40 277 55 57
Binary 1000010 10011010 10101110 111110 1011 0 100000 10111111 101101 101111

Color Harmonies of #429AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AAE

Black with #429AAE

Text Example


Text Example

White with #429AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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