#479FA7

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

Shades of Boston Blue #479FA7

Tints of Boston Blue #479FA7

Color information

#479FA7 (or 0x479FA7) is unknown color: approx Boston Blue. HEX triplet: 47, 9F and A7. RGB value is (71,159,167). Sum of RGB (Red+Green+Blue) = 71+159+167=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #479FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479FA7 is #B86058. Grayscale: #858585. Windows color (decimal): -12083289 or 10985287. OLE color: 10985287.

HSL color Cylindrical-coordinate representation of color #479FA7: hue angle of 185º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #479FA7 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71159167-
CMYK0.570.0500.35
HSL185º40.34%46.67%-
HSV(B)185º57.49%65.49%-
XYZ21.9728.9340.98-
YUV133.6146.8583.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=17.88%
G=40.05%
B=42.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711591670.570.0500.3518540.3446.67
Hex479FA7395023b9282f
Octal1072372477150432715057
Binary10001111001111110100111111001101010001110111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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