#429CAD

Color #429CAD Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #429CAD

Tints of Boston Blue #429CAD

Color information

#429CAD (or 0x429CAD) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and AD. RGB value is (66,156,173). Sum of RGB (Red+Green+Blue) = 66+156+173=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #429CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429CAD is #BD6352. Grayscale: #828282. Windows color (decimal): -12411731 or 11377730. OLE color: 11377730.

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

Color convert

RGB66156173-
CMYK0.620.1000.32
HSL189.53º44.77%46.86%-
HSV(B)189.53º61.85%67.84%-
XYZ21.6827.9543.79-
YUV131.03151.6881.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=16.71%
G=39.49%
B=43.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661561730.620.1000.32189.5344.7746.86
Hex429CAD3EA020be2d2f
Octal10223425576120402765557
Binary100001010011100101011011111101010010000010111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,156,173); }

 H1.HeaderClassName
 {
   color: #429CAD;
 }
 .AnyTagClassName
 {
   color: #429CAD;
 }
</style>
background-color css

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

 a { background-color: rgb(66,156,173); }

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

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

 span { border-color: rgb(66,156,173); }

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