#479AB6

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

Shades of Boston Blue #479AB6

Tints of Boston Blue #479AB6

Color information

#479AB6 (or 0x479AB6) is unknown color: approx Boston Blue. HEX triplet: 47, 9A and B6. RGB value is (71,154,182). Sum of RGB (Red+Green+Blue) = 71+154+182=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 182 (71.48% from 255 or 44.72% from 407); Max value from RGB is 182 - color contains mainly: blue. Hex color #479AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479AB6 is #B86549. Grayscale: #848484. Windows color (decimal): -12084554 or 11967047. OLE color: 11967047.

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

Color convert

RGB71154182-
CMYK0.610.1500.29
HSL195.14º43.87%49.61%-
HSV(B)195.14º60.99%71.37%-
XYZ22.627.8348.44-
YUV132.3815684.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 182 (71.48% from 255) = 44.72%
R=17.44%
G=37.84%
B=44.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711541820.610.1500.29195.1443.8749.61
Hex479AB63DF01Dc32c32
Octal10723226675170353035462
Binary10001111001101010110110111101111101110111000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,154,182); }

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

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

 a { background-color: rgb(71,154,182); }

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

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

 span { border-color: rgb(71,154,182); }

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