#499FB0

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

Shades of Boston Blue #499FB0

Tints of Boston Blue #499FB0

Color information

#499FB0 (or 0x499FB0) is unknown color: approx Boston Blue. HEX triplet: 49, 9F and B0. RGB value is (73,159,176). Sum of RGB (Red+Green+Blue) = 73+159+176=408 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.89% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #499FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499FB0 is #B6604F. Grayscale: #878787. Windows color (decimal): -11952208 or 11575113. OLE color: 11575113.

HSL color Cylindrical-coordinate representation of color #499FB0: hue angle of 189.9º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #499FB0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73159176-
CMYK0.590.1000.31
HSL189.9º41.37%48.82%-
HSV(B)189.9º58.52%69.02%-
XYZ22.9829.3545.53-
YUV135.22151.0183.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.89%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 176 (69.14% from 255) = 43.14%
R=17.89%
G=38.97%
B=43.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731591760.590.1000.31189.941.3748.82
Hex499FB03BA01Fbe2931
Octal11123726073120372765161
Binary10010011001111110110000111011101001111110111110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499FB0; }

 p { color: rgb(73,159,176); }

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

<style>
 a { background-color: #499FB0; }

 a { background-color: rgb(73,159,176); }

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

<style>
 span { border-color: #499FB0; }

 span { border-color: rgb(73,159,176); }

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