Shades of Boston Blue #4999BA
Tints of Boston Blue #4999BA
RGB
CMYK
RGB Variations
Color information
#4999BA (or 0x4999BA) is known color: Boston Blue. HEX triplet: 49, 99 and BA. RGB value is (73,153,186). Sum of RGB (Red+Green+Blue) = 73+153+186=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #4999BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4999BA is #B66645. Grayscale: #848484. Windows color (decimal): -11953734 or 12228937. OLE color: 12228937.
HSL color Cylindrical-coordinate representation of color #4999BA: hue angle of 197.52º degrees, saturation: 0.45, 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 #4999BA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 153 | 186 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.27 |
| HSL | 197.52º | 0.45% | 0.51% | - |
| HSV(B) | 197.52º | 0.61% | 0.73% | - |
| XYZ | 23 | 27.74 | 50.6 | - |
| YUV | 132.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 186 | 0.61 | 0.18 | 0 | 0.27 | 197.52 | 0.45 | 0.51 |
| Hex | 49 | 99 | BA | 3D | 12 | 0 | 1B | C6 | 2D | 33 |
| Octal | 111 | 231 | 272 | 75 | 22 | 0 | 33 | 306 | 55 | 63 |
| Binary | 1001001 | 10011001 | 10111010 | 111101 | 10010 | 0 | 11011 | 11000110 | 101101 | 110011 |
Color Harmonies of #4999BA
Complementary color
Monochromatic Colors of #4999BA
Black with #4999BA
Text Example
Text Example
White with #4999BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999BA; }
p { color: rgb(73,153,186); }
H1.HeaderClassName
{
color: #4999BA;
}
.AnyTagClassName
{
color: #4999BA;
}
</style>
background-color css
<style>
a { background-color: #4999BA; }
a { background-color: rgb(73,153,186); }
div.DivClassName
{
background-color: #4999BA;
}
.BgClassName
{
background-color: #4999BA;
}
</style>
border-color css
<style>
span { border-color: #4999BA; }
span { border-color: rgb(73,153,186); }
td.TdClassName
{
border-color: #4999BA;
}
.TagClassName
{
border-color: #4999BA;
}
</style>