#479CAF

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

Shades of Boston Blue #479CAF

Tints of Boston Blue #479CAF

Color information

#479CAF (or 0x479CAF) is unknown color: approx Boston Blue. HEX triplet: 47, 9C and AF. RGB value is (71,156,175). Sum of RGB (Red+Green+Blue) = 71+156+175=402 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.66% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #479CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CAF is #B86350. Grayscale: #848484. Windows color (decimal): -12084049 or 11508807. OLE color: 11508807.

HSL color Cylindrical-coordinate representation of color #479CAF: hue angle of 190.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #479CAF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71156175-
CMYK0.590.1100.31
HSL190.96º42.28%48.24%-
HSV(B)190.96º59.43%68.63%-
XYZ22.2228.2144.83-
YUV132.75151.8483.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.66%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=17.66%
G=38.81%
B=43.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711561750.590.1100.31190.9642.2848.24
Hex479CAF3BB01Fbf2a30
Octal10723425773130372775260
Binary10001111001110010101111111011101101111110111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,175); }

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

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

 a { background-color: rgb(71,156,175); }

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

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

 span { border-color: rgb(71,156,175); }

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