#429EBD

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

Shades of Boston Blue #429EBD

Tints of Boston Blue #429EBD

Color information

#429EBD (or 0x429EBD) is unknown color: approx Boston Blue. HEX triplet: 42, 9E and BD. RGB value is (66,158,189). Sum of RGB (Red+Green+Blue) = 66+158+189=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #429EBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EBD is #BD6142. Grayscale: #858585. Windows color (decimal): -12411203 or 12426818. OLE color: 12426818.

HSL color Cylindrical-coordinate representation of color #429EBD: hue angle of 195.12º 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 #429EBD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66158189-
CMYK0.650.1600.26
HSL195.12º48.24%50%-
HSV(B)195.12º65.08%74.12%-
XYZ23.6629.2952.55-
YUV134.03159.0279.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=15.98%
G=38.26%
B=45.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661581890.650.1600.26195.1248.2450
Hex429EBD411001Ac33032
Octal102236275101200323036062
Binary1000010100111101011110110000011000001101011000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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