#499FB1

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

Shades of Boston Blue #499FB1

Tints of Boston Blue #499FB1

Color information

#499FB1 (or 0x499FB1) is unknown color: approx Boston Blue. HEX triplet: 49, 9F and B1. RGB value is (73,159,177). Sum of RGB (Red+Green+Blue) = 73+159+177=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #499FB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499FB1 is #B6604E. Grayscale: #878787. Windows color (decimal): -11952207 or 11640649. OLE color: 11640649.

HSL color Cylindrical-coordinate representation of color #499FB1: hue angle of 190.38º degrees, saturation: 0.42, 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 #499FB1 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73159177-
CMYK0.590.1000.31
HSL190.38º41.6%49.02%-
HSV(B)190.38º58.76%69.41%-
XYZ23.0829.3946.05-
YUV135.34151.5183.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.85%
GREEN value IS 159 (62.5% from 255) = 38.88%
BLUE value IS 177 (69.53% from 255) = 43.28%
R=17.85%
G=38.88%
B=43.28%

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
Decimal731591770.590.1000.31190.3841.649.02
Hex499FB13BA01Fbe2a31
Octal11123726173120372765261
Binary10010011001111110110001111011101001111110111110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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