#429ABD

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

Shades of Boston Blue #429ABD

Tints of Boston Blue #429ABD

Color information

#429ABD (or 0x429ABD) is unknown color: approx Boston Blue. HEX triplet: 42, 9A and BD. RGB value is (66,154,189). Sum of RGB (Red+Green+Blue) = 66+154+189=409 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.14% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #429ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429ABD is #BD6542. Grayscale: #838383. Windows color (decimal): -12412227 or 12425794. OLE color: 12425794.

HSL color Cylindrical-coordinate representation of color #429ABD: hue angle of 197.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429ABD is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66154189-
CMYK0.650.1900.26
HSL197.07º48.24%50%-
HSV(B)197.07º65.08%74.12%-
XYZ22.9927.9452.33-
YUV131.68160.3581.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.14%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=16.14%
G=37.65%
B=46.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661541890.650.1900.26197.0748.2450
Hex429ABD411301Ac53032
Octal102232275101230323056062
Binary1000010100110101011110110000011001101101011000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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