#479CA7

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

Shades of Boston Blue #479CA7

Tints of Boston Blue #479CA7

Color information

#479CA7 (or 0x479CA7) is unknown color: approx Boston Blue. HEX triplet: 47, 9C and A7. RGB value is (71,156,167). Sum of RGB (Red+Green+Blue) = 71+156+167=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 167 - color contains mainly: blue. Hex color #479CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479CA7 is #B86358. Grayscale: #838383. Windows color (decimal): -12084057 or 10984519. OLE color: 10984519.

HSL color Cylindrical-coordinate representation of color #479CA7: hue angle of 186.88º 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 #479CA7 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB71156167-
CMYK0.570.0700.35
HSL186.88º40.34%46.67%-
HSV(B)186.88º57.49%65.49%-
XYZ21.4627.9140.81-
YUV131.84147.8484.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.02%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=18.02%
G=39.59%
B=42.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711561670.570.0700.35186.8840.3446.67
Hex479CA7397023bb282f
Octal1072342477170432735057
Binary10001111001110010100111111001111010001110111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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