#479ABF

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

Shades of Boston Blue #479ABF

Tints of Boston Blue #479ABF

Color information

#479ABF (or 0x479ABF) is unknown color: approx Boston Blue. HEX triplet: 47, 9A and BF. RGB value is (71,154,191). Sum of RGB (Red+Green+Blue) = 71+154+191=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #479ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ABF is #B86540. Grayscale: #858585. Windows color (decimal): -12084545 or 12556871. OLE color: 12556871.

HSL color Cylindrical-coordinate representation of color #479ABF: hue angle of 198.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #479ABF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71154191-
CMYK0.630.1900.25
HSL198.5º48.39%51.37%-
HSV(B)198.5º62.83%74.9%-
XYZ23.5628.2153.49-
YUV133.4160.583.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.07%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 191 (75% from 255) = 45.91%
R=17.07%
G=37.02%
B=45.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711541910.630.1900.25198.548.3951.37
Hex479ABF3F13019c63033
Octal10723227777230313066063
Binary100011110011010101111111111111001101100111000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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