#429BAE

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

Shades of Boston Blue #429BAE

Tints of Boston Blue #429BAE

Color information

#429BAE (or 0x429BAE) is unknown color: approx Boston Blue. HEX triplet: 42, 9B and AE. RGB value is (66,155,174). Sum of RGB (Red+Green+Blue) = 66+155+174=395 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.71% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #429BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429BAE is #BD6451. Grayscale: #828282. Windows color (decimal): -12411986 or 11443010. OLE color: 11443010.

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

Color convert

RGB66155174-
CMYK0.620.1100.32
HSL190.56º45%47.06%-
HSV(B)190.56º62.07%68.24%-
XYZ21.6127.6644.24-
YUV130.56152.5181.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.71%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=16.71%
G=39.24%
B=44.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661551740.620.1100.32190.564547.06
Hex429BAE3EB020bf2d2f
Octal10223325676130402775557
Binary100001010011011101011101111101011010000010111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,155,174); }

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

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

 a { background-color: rgb(66,155,174); }

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

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

 span { border-color: rgb(66,155,174); }

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