Shades of Boston Blue #499DB9
Tints of Boston Blue #499DB9
RGB
CMYK
RGB Variations
Color information
#499DB9 (or 0x499DB9) is known color: 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
| RGB | 73 | 157 | 185 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.27 |
| HSL | 195º | 0.44% | 0.51% | - |
| HSV(B) | 195º | 0.61% | 0.73% | - |
| XYZ | 23.56 | 29.03 | 50.26 | - |
| YUV | 135.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 185 | 0.61 | 0.15 | 0 | 0.27 | 195 | 0.44 | 0.51 |
| Hex | 49 | 9D | B9 | 3D | F | 0 | 1B | C3 | 2C | 33 |
| Octal | 111 | 235 | 271 | 75 | 17 | 0 | 33 | 303 | 54 | 63 |
| Binary | 1001001 | 10011101 | 10111001 | 111101 | 1111 | 0 | 11011 | 11000011 | 101100 | 110011 |
Color Harmonies of #499DB9
Complementary color
Monochromatic Colors of #499DB9
Black with #499DB9
Text Example
Text Example
White with #499DB9
Text Example
Text Example
HTML Codes & Css Web 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>