#479AAE

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

Shades of Boston Blue #479AAE

Tints of Boston Blue #479AAE

Color information

#479AAE (or 0x479AAE) is unknown color: approx Boston Blue. HEX triplet: 47, 9A and AE. RGB value is (71,154,174). Sum of RGB (Red+Green+Blue) = 71+154+174=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #479AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AAE is #B86551. Grayscale: #838383. Windows color (decimal): -12084562 or 11442759. OLE color: 11442759.

HSL color Cylindrical-coordinate representation of color #479AAE: hue angle of 191.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #479AAE is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71154174-
CMYK0.590.1100.32
HSL191.65º42.04%48.04%-
HSV(B)191.65º59.2%68.24%-
XYZ21.7927.5144.21-
YUV131.4615284.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 154 (60.55% from 255) = 38.60%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=17.79%
G=38.60%
B=43.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711541740.590.1100.32191.6542.0448.04
Hex479AAE3BB020c02a30
Octal10723225673130403005260
Binary100011110011010101011101110111011010000011000000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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