#479FB7

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

Shades of Boston Blue #479FB7

Tints of Boston Blue #479FB7

Color information

#479FB7 (or 0x479FB7) is unknown color: approx Boston Blue. HEX triplet: 47, 9F and B7. RGB value is (71,159,183). Sum of RGB (Red+Green+Blue) = 71+159+183=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #479FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479FB7 is #B86048. Grayscale: #878787. Windows color (decimal): -12083273 or 12033863. OLE color: 12033863.

HSL color Cylindrical-coordinate representation of color #479FB7: hue angle of 192.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #479FB7 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71159183-
CMYK0.610.1300.28
HSL192.86º44.09%49.8%-
HSV(B)192.86º61.2%71.76%-
XYZ23.5429.5549.26-
YUV135.42154.8582.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.19%
GREEN value IS 159 (62.5% from 255) = 38.50%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=17.19%
G=38.50%
B=44.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711591830.610.1300.28192.8644.0949.8
Hex479FB73DD01Cc12c32
Octal10723726775150343015462
Binary10001111001111110110111111101110101110011000001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,159,183); }

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

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

 a { background-color: rgb(71,159,183); }

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

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

 span { border-color: rgb(71,159,183); }

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