Shades of Boston Blue #499DB5
Tints of Boston Blue #499DB5
RGB
CMYK
RGB Variations
Color information
#499DB5 (or 0x499DB5) is known color: Boston Blue. HEX triplet: 49, 9D and B5. RGB value is (73,157,181). Sum of RGB (Red+Green+Blue) = 73+157+181=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #499DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DB5 is #B6624A. Grayscale: #868686. Windows color (decimal): -11952715 or 11902281. OLE color: 11902281.
HSL color Cylindrical-coordinate representation of color #499DB5: hue angle of 193.33º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #499DB5 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 157 | 181 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.29 |
| HSL | 193.33º | 0.43% | 0.5% | - |
| HSV(B) | 193.33º | 0.6% | 0.71% | - |
| XYZ | 23.15 | 28.87 | 48.07 | - |
| YUV | 134.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 181 | 0.60 | 0.13 | 0 | 0.29 | 193.33 | 0.43 | 0.5 |
| Hex | 49 | 9D | B5 | 3C | D | 0 | 1D | C1 | 2B | 32 |
| Octal | 111 | 235 | 265 | 74 | 15 | 0 | 35 | 301 | 53 | 62 |
| Binary | 1001001 | 10011101 | 10110101 | 111100 | 1101 | 0 | 11101 | 11000001 | 101011 | 110010 |
Color Harmonies of #499DB5
Complementary color
Monochromatic Colors of #499DB5
Black with #499DB5
Text Example
Text Example
White with #499DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DB5; }
p { color: rgb(73,157,181); }
H1.HeaderClassName
{
color: #499DB5;
}
.AnyTagClassName
{
color: #499DB5;
}
</style>
background-color css
<style>
a { background-color: #499DB5; }
a { background-color: rgb(73,157,181); }
div.DivClassName
{
background-color: #499DB5;
}
.BgClassName
{
background-color: #499DB5;
}
</style>
border-color css
<style>
span { border-color: #499DB5; }
span { border-color: rgb(73,157,181); }
td.TdClassName
{
border-color: #499DB5;
}
.TagClassName
{
border-color: #499DB5;
}
</style>