#479BB7

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

Shades of Boston Blue #479BB7

Tints of Boston Blue #479BB7

Color information

#479BB7 (or 0x479BB7) is unknown color: approx Boston Blue. HEX triplet: 47, 9B and B7. RGB value is (71,155,183). Sum of RGB (Red+Green+Blue) = 71+155+183=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #479BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BB7 is #B86448. Grayscale: #848484. Windows color (decimal): -12084297 or 12032839. OLE color: 12032839.

HSL color Cylindrical-coordinate representation of color #479BB7: hue angle of 195º 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 #479BB7 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71155183-
CMYK0.610.1500.28
HSL195º44.09%49.8%-
HSV(B)195º61.2%71.76%-
XYZ22.8728.249.04-
YUV133.08156.1783.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.36%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 183 (71.88% from 255) = 44.74%
R=17.36%
G=37.90%
B=44.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711551830.610.1500.2819544.0949.8
Hex479BB73DF01Cc32c32
Octal10723326775170343035462
Binary10001111001101110110111111101111101110011000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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