Shades of Boston Blue #4987AB
Tints of Boston Blue #4987AB
RGB
CMYK
RGB Variations
Color information
#4987AB (or 0x4987AB) is known color: Boston Blue. HEX triplet: 49, 87 and AB. RGB value is (73,135,171). Sum of RGB (Red+Green+Blue) = 73+135+171=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #4987AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4987AB is #B67854. Grayscale: #787878. Windows color (decimal): -11958357 or 11241289. OLE color: 11241289.
HSL color Cylindrical-coordinate representation of color #4987AB: hue angle of 202.04º 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 #4987AB is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 135 | 171 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.33 |
| HSL | 202.04º | 0.4% | 0.48% | - |
| HSV(B) | 202.04º | 0.57% | 0.67% | - |
| XYZ | 18.76 | 21.68 | 41.72 | - |
| YUV | 120.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 171 | 0.57 | 0.21 | 0 | 0.33 | 202.04 | 0.4 | 0.48 |
| Hex | 49 | 87 | AB | 39 | 15 | 0 | 21 | CA | 28 | 30 |
| Octal | 111 | 207 | 253 | 71 | 25 | 0 | 41 | 312 | 50 | 60 |
| Binary | 1001001 | 10000111 | 10101011 | 111001 | 10101 | 0 | 100001 | 11001010 | 101000 | 110000 |
Color Harmonies of #4987AB
Complementary color
Monochromatic Colors of #4987AB
Black with #4987AB
Text Example
Text Example
White with #4987AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4987AB; }
p { color: rgb(73,135,171); }
H1.HeaderClassName
{
color: #4987AB;
}
.AnyTagClassName
{
color: #4987AB;
}
</style>
background-color css
<style>
a { background-color: #4987AB; }
a { background-color: rgb(73,135,171); }
div.DivClassName
{
background-color: #4987AB;
}
.BgClassName
{
background-color: #4987AB;
}
</style>
border-color css
<style>
span { border-color: #4987AB; }
span { border-color: rgb(73,135,171); }
td.TdClassName
{
border-color: #4987AB;
}
.TagClassName
{
border-color: #4987AB;
}
</style>