#479AAB

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

Shades of Boston Blue #479AAB

Tints of Boston Blue #479AAB

Color information

#479AAB (or 0x479AAB) is unknown color: approx Boston Blue. HEX triplet: 47, 9A and AB. RGB value is (71,154,171). Sum of RGB (Red+Green+Blue) = 71+154+171=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #479AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479AAB is #B86554. Grayscale: #828282. Windows color (decimal): -12084565 or 11246151. OLE color: 11246151.

HSL color Cylindrical-coordinate representation of color #479AAB: hue angle of 190.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #479AAB is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71154171-
CMYK0.580.1000.33
HSL190.2º41.32%47.45%-
HSV(B)190.2º58.48%67.06%-
XYZ21.527.3942.68-
YUV131.12150.585.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.93%
GREEN value IS 154 (60.55% from 255) = 38.89%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=17.93%
G=38.89%
B=43.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal711541710.580.1000.33190.241.3247.45
Hex479AAB3AA021be292f
Octal10723225372120412765157
Binary100011110011010101010111110101010010000110111110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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