Shades of Boston Blue #4999AB
Tints of Boston Blue #4999AB
RGB
CMYK
RGB Variations
Color information
#4999AB (or 0x4999AB) is known color: Boston Blue. HEX triplet: 49, 99 and AB. RGB value is (73,153,171). Sum of RGB (Red+Green+Blue) = 73+153+171=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4999AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4999AB is #B66654. Grayscale: #828282. Windows color (decimal): -11953749 or 11245897. OLE color: 11245897.
HSL color Cylindrical-coordinate representation of color #4999AB: hue angle of 191.02º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4999AB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 153 | 171 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.33 |
| HSL | 191.02º | 0.4% | 0.48% | - |
| HSV(B) | 191.02º | 0.57% | 0.67% | - |
| XYZ | 21.49 | 27.14 | 42.63 | - |
| YUV | 131.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 171 | 0.57 | 0.11 | 0 | 0.33 | 191.02 | 0.4 | 0.48 |
| Hex | 49 | 99 | AB | 39 | B | 0 | 21 | BF | 28 | 30 |
| Octal | 111 | 231 | 253 | 71 | 13 | 0 | 41 | 277 | 50 | 60 |
| Binary | 1001001 | 10011001 | 10101011 | 111001 | 1011 | 0 | 100001 | 10111111 | 101000 | 110000 |
Color Harmonies of #4999AB
Complementary color
Monochromatic Colors of #4999AB
Black with #4999AB
Text Example
Text Example
White with #4999AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4999AB; }
p { color: rgb(73,153,171); }
H1.HeaderClassName
{
color: #4999AB;
}
.AnyTagClassName
{
color: #4999AB;
}
</style>
background-color css
<style>
a { background-color: #4999AB; }
a { background-color: rgb(73,153,171); }
div.DivClassName
{
background-color: #4999AB;
}
.BgClassName
{
background-color: #4999AB;
}
</style>
border-color css
<style>
span { border-color: #4999AB; }
span { border-color: rgb(73,153,171); }
td.TdClassName
{
border-color: #4999AB;
}
.TagClassName
{
border-color: #4999AB;
}
</style>