#429EB4

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

Shades of Boston Blue #429EB4

Tints of Boston Blue #429EB4

Color information

#429EB4 (or 0x429EB4) is unknown color: approx Boston Blue. HEX triplet: 42, 9E and B4. RGB value is (66,158,180). Sum of RGB (Red+Green+Blue) = 66+158+180=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #429EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EB4 is #BD614B. Grayscale: #848484. Windows color (decimal): -12411212 or 11836994. OLE color: 11836994.

HSL color Cylindrical-coordinate representation of color #429EB4: hue angle of 191.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #429EB4 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66158180-
CMYK0.630.1200.29
HSL191.58º46.34%48.24%-
HSV(B)191.58º63.33%70.59%-
XYZ22.7128.9147.56-
YUV133154.5280.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 180 (70.70% from 255) = 44.55%
R=16.34%
G=39.11%
B=44.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661581800.630.1200.29191.5846.3448.24
Hex429EB43FC01Dc02e30
Octal10223626477140353005660
Binary10000101001111010110100111111110001110111000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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