#499DB9

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

Shades of Boston Blue #499DB9

Tints of Boston Blue #499DB9

Color information

#499DB9 (or 0x499DB9) is unknown color: approx Boston Blue. HEX triplet: 49, 9D and B9. RGB value is (73,157,185). Sum of RGB (Red+Green+Blue) = 73+157+185=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 185 - color contains mainly: blue. Hex color #499DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DB9 is #B66246. Grayscale: #868686. Windows color (decimal): -11952711 or 12164425. OLE color: 12164425.

HSL color Cylindrical-coordinate representation of color #499DB9: hue angle of 195º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499DB9 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73157185-
CMYK0.610.1500.27
HSL195º44.44%50.59%-
HSV(B)195º60.54%72.55%-
XYZ23.5629.0350.26-
YUV135.08156.1783.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.59%
GREEN value IS 157 (61.72% from 255) = 37.83%
BLUE value IS 185 (72.66% from 255) = 44.58%
R=17.59%
G=37.83%
B=44.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731571850.610.1500.2719544.4450.59
Hex499DB93DF01Bc32c33
Octal11123527175170333035463
Binary10010011001110110111001111101111101101111000011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,185); }

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

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

 a { background-color: rgb(73,157,185); }

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

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

 span { border-color: rgb(73,157,185); }

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