Shades of Boston Blue #4988AB
Tints of Boston Blue #4988AB
RGB
CMYK
RGB Variations
Color information
#4988AB (or 0x4988AB) is known color: Boston Blue. HEX triplet: 49, 88 and AB. RGB value is (73,136,171). Sum of RGB (Red+Green+Blue) = 73+136+171=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #4988AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4988AB is #B67754. Grayscale: #787878. Windows color (decimal): -11958101 or 11241545. OLE color: 11241545.
HSL color Cylindrical-coordinate representation of color #4988AB: hue angle of 201.43º 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 #4988AB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 136 | 171 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.33 |
| HSL | 201.43º | 0.4% | 0.48% | - |
| HSV(B) | 201.43º | 0.57% | 0.67% | - |
| XYZ | 18.9 | 21.97 | 41.77 | - |
| YUV | 121.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 171 | 0.57 | 0.20 | 0 | 0.33 | 201.43 | 0.4 | 0.48 |
| Hex | 49 | 88 | AB | 39 | 14 | 0 | 21 | C9 | 28 | 30 |
| Octal | 111 | 210 | 253 | 71 | 24 | 0 | 41 | 311 | 50 | 60 |
| Binary | 1001001 | 10001000 | 10101011 | 111001 | 10100 | 0 | 100001 | 11001001 | 101000 | 110000 |
Color Harmonies of #4988AB
Complementary color
Monochromatic Colors of #4988AB
Black with #4988AB
Text Example
Text Example
White with #4988AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988AB; }
p { color: rgb(73,136,171); }
H1.HeaderClassName
{
color: #4988AB;
}
.AnyTagClassName
{
color: #4988AB;
}
</style>
background-color css
<style>
a { background-color: #4988AB; }
a { background-color: rgb(73,136,171); }
div.DivClassName
{
background-color: #4988AB;
}
.BgClassName
{
background-color: #4988AB;
}
</style>
border-color css
<style>
span { border-color: #4988AB; }
span { border-color: rgb(73,136,171); }
td.TdClassName
{
border-color: #4988AB;
}
.TagClassName
{
border-color: #4988AB;
}
</style>