#429DAD

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

Shades of Boston Blue #429DAD

Tints of Boston Blue #429DAD

Color information

#429DAD (or 0x429DAD) is unknown color: approx Boston Blue. HEX triplet: 42, 9D and AD. RGB value is (66,157,173). Sum of RGB (Red+Green+Blue) = 66+157+173=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #429DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429DAD is #BD6252. Grayscale: #838383. Windows color (decimal): -12411475 or 11377986. OLE color: 11377986.

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

Color convert

RGB66157173-
CMYK0.620.0900.32
HSL188.97º44.77%46.86%-
HSV(B)188.97º61.85%67.84%-
XYZ21.8528.2943.84-
YUV131.61151.3581.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 173 (67.97% from 255) = 43.69%
R=16.67%
G=39.65%
B=43.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661571730.620.0900.32188.9744.7746.86
Hex429DAD3E9020bd2d2f
Octal10223525576110402755557
Binary100001010011101101011011111101001010000010111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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