#479EAB

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

Shades of Boston Blue #479EAB

Tints of Boston Blue #479EAB

Color information

#479EAB (or 0x479EAB) is unknown color: approx Boston Blue. HEX triplet: 47, 9E and AB. RGB value is (71,158,171). Sum of RGB (Red+Green+Blue) = 71+158+171=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #479EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479EAB is #B86154. Grayscale: #858585. Windows color (decimal): -12083541 or 11247175. OLE color: 11247175.

HSL color Cylindrical-coordinate representation of color #479EAB: hue angle of 187.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479EAB is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71158171-
CMYK0.580.0800.33
HSL187.8º41.32%47.45%-
HSV(B)187.8º58.48%67.06%-
XYZ22.1828.7342.91-
YUV133.47149.1883.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.75%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=17.75%
G=39.5%
B=42.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711581710.580.0800.33187.841.3247.45
Hex479EAB3A8021bc292f
Octal10723625372100412745157
Binary100011110011110101010111110101000010000110111100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479EAB; }

 p { color: rgb(71,158,171); }

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

<style>
 a { background-color: #479EAB; }

 a { background-color: rgb(71,158,171); }

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

<style>
 span { border-color: #479EAB; }

 span { border-color: rgb(71,158,171); }

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