Shades of Boston Blue #4894AB
Tints of Boston Blue #4894AB
RGB
CMYK
RGB Variations
Color information
#4894AB (or 0x4894AB) is known color: Boston Blue. HEX triplet: 48, 94 and AB. RGB value is (72,148,171). Sum of RGB (Red+Green+Blue) = 72+148+171=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #4894AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4894AB is #B76B54. Grayscale: #7F7F7F. Windows color (decimal): -12020565 or 11244616. OLE color: 11244616.
HSL color Cylindrical-coordinate representation of color #4894AB: hue angle of 193.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4894AB is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 148 | 171 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.33 |
| HSL | 193.94º | 0.41% | 0.48% | - |
| HSV(B) | 193.94º | 0.58% | 0.67% | - |
| XYZ | 20.61 | 25.5 | 42.36 | - |
| YUV | 127.9 | 152.32 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 171 | 0.58 | 0.13 | 0 | 0.33 | 193.94 | 0.41 | 0.48 |
| Hex | 48 | 94 | AB | 3A | D | 0 | 21 | C2 | 29 | 30 |
| Octal | 110 | 224 | 253 | 72 | 15 | 0 | 41 | 302 | 51 | 60 |
| Binary | 1001000 | 10010100 | 10101011 | 111010 | 1101 | 0 | 100001 | 11000010 | 101001 | 110000 |
Color Harmonies of #4894AB
Complementary color
Monochromatic Colors of #4894AB
Black with #4894AB
Text Example
Text Example
White with #4894AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894AB; }
p { color: rgb(72,148,171); }
H1.HeaderClassName
{
color: #4894AB;
}
.AnyTagClassName
{
color: #4894AB;
}
</style>
background-color css
<style>
a { background-color: #4894AB; }
a { background-color: rgb(72,148,171); }
div.DivClassName
{
background-color: #4894AB;
}
.BgClassName
{
background-color: #4894AB;
}
</style>
border-color css
<style>
span { border-color: #4894AB; }
span { border-color: rgb(72,148,171); }
td.TdClassName
{
border-color: #4894AB;
}
.TagClassName
{
border-color: #4894AB;
}
</style>