Shades of Boston Blue #499DBB
Tints of Boston Blue #499DBB
RGB
CMYK
RGB Variations
Color information
#499DBB (or 0x499DBB) is known color: Boston Blue. HEX triplet: 49, 9D and BB. RGB value is (73,157,187). Sum of RGB (Red+Green+Blue) = 73+157+187=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #499DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DBB is #B66244. Grayscale: #878787. Windows color (decimal): -11952709 or 12295497. OLE color: 12295497.
HSL color Cylindrical-coordinate representation of color #499DBB: hue angle of 195.79º degrees, saturation: 0.46, 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 #499DBB is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 157 | 187 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.79º | 0.46% | 0.51% | - |
| HSV(B) | 195.79º | 0.61% | 0.73% | - |
| XYZ | 23.77 | 29.12 | 51.38 | - |
| YUV | 135.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 187 | 0.61 | 0.16 | 0 | 0.27 | 195.79 | 0.46 | 0.51 |
| Hex | 49 | 9D | BB | 3D | 10 | 0 | 1B | C4 | 2E | 33 |
| Octal | 111 | 235 | 273 | 75 | 20 | 0 | 33 | 304 | 56 | 63 |
| Binary | 1001001 | 10011101 | 10111011 | 111101 | 10000 | 0 | 11011 | 11000100 | 101110 | 110011 |
Color Harmonies of #499DBB
Complementary color
Monochromatic Colors of #499DBB
Black with #499DBB
Text Example
Text Example
White with #499DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499DBB; }
p { color: rgb(73,157,187); }
H1.HeaderClassName
{
color: #499DBB;
}
.AnyTagClassName
{
color: #499DBB;
}
</style>
background-color css
<style>
a { background-color: #499DBB; }
a { background-color: rgb(73,157,187); }
div.DivClassName
{
background-color: #499DBB;
}
.BgClassName
{
background-color: #499DBB;
}
</style>
border-color css
<style>
span { border-color: #499DBB; }
span { border-color: rgb(73,157,187); }
td.TdClassName
{
border-color: #499DBB;
}
.TagClassName
{
border-color: #499DBB;
}
</style>