Html Css Color HEX #429AAB Boston Blue

📋 copy color: '#429AAB'

red 66 ◦ green 154 ◦ blue 171

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

Shades of Boston Blue #429AAB

Tints of Boston Blue #429AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 16.88%
G = 39.39%
B = 43.73%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#429AAB (or 0x429AAB) is known color: Boston Blue. HEX triplet: 42, 9A and AB. RGB value is (66,154,171). Sum of RGB (Red+Green+Blue) = 66+154+171=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #429AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429AAB is #BD6554. Grayscale: #818181. Windows color (decimal): -12412245 or 11246146. OLE color: 11246146.

HSL color Cylindrical-coordinate representation of color #429AAB: hue angle of 189.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #429AAB is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 154 171 -
CMYK 0.61 0.10 0 0.33
HSL 189.71º 0.44% 0.46% -
HSV(B) 189.71º 0.61% 0.67% -
XYZ 21.15 27.21 42.67 -
YUV 129.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 66 154 171 0.61 0.10 0 0.33 189.71 0.44 0.46
Hex 42 9A AB 3D A 0 21 BE 2C 2E
Octal 102 232 253 75 12 0 41 276 54 56
Binary 1000010 10011010 10101011 111101 1010 0 100001 10111110 101100 101110

Color Harmonies of #429AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429AAB

Black with #429AAB

Text Example


Text Example

White with #429AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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