#479BAD

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

Shades of Boston Blue #479BAD

Tints of Boston Blue #479BAD

Color information

#479BAD (or 0x479BAD) is unknown color: approx Boston Blue. HEX triplet: 47, 9B and AD. RGB value is (71,155,173). Sum of RGB (Red+Green+Blue) = 71+155+173=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #479BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479BAD is #B86452. Grayscale: #838383. Windows color (decimal): -12084307 or 11377479. OLE color: 11377479.

HSL color Cylindrical-coordinate representation of color #479BAD: hue angle of 190.59º 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 #479BAD is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71155173-
CMYK0.590.1000.32
HSL190.59º41.8%47.84%-
HSV(B)190.59º58.96%67.84%-
XYZ21.8627.843.75-
YUV131.94151.1784.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=17.79%
G=38.85%
B=43.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711551730.590.1000.32190.5941.847.84
Hex479BAD3BA020bf2a30
Octal10723325573120402775260
Binary100011110011011101011011110111010010000010111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,155,173); }

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

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

 a { background-color: rgb(71,155,173); }

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

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

 span { border-color: rgb(71,155,173); }

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