Html Css Color HEX #429AAF Boston Blue

📋 copy color: '#429AAF'

red 66 ◦ green 154 ◦ blue 175

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

Shades of Boston Blue #429AAF

Tints of Boston Blue #429AAF

RGB

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

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

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

R = 16.71%
G = 38.99%
B = 44.3%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#429AAF (or 0x429AAF) is known color: Boston Blue. HEX triplet: 42, 9A and AF. RGB value is (66,154,175). Sum of RGB (Red+Green+Blue) = 66+154+175=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #429AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AAF is #BD6550. Grayscale: #818181. Windows color (decimal): -12412241 or 11508290. OLE color: 11508290.

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

Color convert

RGB 66 154 175 -
CMYK 0.62 0.12 0 0.31
HSL 191.56º 0.45% 0.47% -
HSV(B) 191.56º 0.62% 0.69% -
XYZ 21.54 27.36 44.7 -
YUV 130.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 66 154 175 0.62 0.12 0 0.31 191.56 0.45 0.47
Hex 42 9A AF 3E C 0 1F C0 2D 2F
Octal 102 232 257 76 14 0 37 300 55 57
Binary 1000010 10011010 10101111 111110 1100 0 11111 11000000 101101 101111

Color Harmonies of #429AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AAF

Black with #429AAF

Text Example


Text Example

White with #429AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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