Shades of Boston Blue #4899AB
Tints of Boston Blue #4899AB
RGB
CMYK
RGB Variations
Color information
#4899AB (or 0x4899AB) is known color: Boston Blue. HEX triplet: 48, 99 and AB. RGB value is (72,153,171). Sum of RGB (Red+Green+Blue) = 72+153+171=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #4899AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4899AB is #B76654. Grayscale: #828282. Windows color (decimal): -12019285 or 11245896. OLE color: 11245896.
HSL color Cylindrical-coordinate representation of color #4899AB: hue angle of 190.91º 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 #4899AB is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 153 | 171 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.33 |
| HSL | 190.91º | 0.41% | 0.48% | - |
| HSV(B) | 190.91º | 0.58% | 0.67% | - |
| XYZ | 21.41 | 27.1 | 42.63 | - |
| YUV | 130.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 171 | 0.58 | 0.11 | 0 | 0.33 | 190.91 | 0.41 | 0.48 |
| Hex | 48 | 99 | AB | 3A | B | 0 | 21 | BF | 29 | 30 |
| Octal | 110 | 231 | 253 | 72 | 13 | 0 | 41 | 277 | 51 | 60 |
| Binary | 1001000 | 10011001 | 10101011 | 111010 | 1011 | 0 | 100001 | 10111111 | 101001 | 110000 |
Color Harmonies of #4899AB
Complementary color
Monochromatic Colors of #4899AB
Black with #4899AB
Text Example
Text Example
White with #4899AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899AB; }
p { color: rgb(72,153,171); }
H1.HeaderClassName
{
color: #4899AB;
}
.AnyTagClassName
{
color: #4899AB;
}
</style>
background-color css
<style>
a { background-color: #4899AB; }
a { background-color: rgb(72,153,171); }
div.DivClassName
{
background-color: #4899AB;
}
.BgClassName
{
background-color: #4899AB;
}
</style>
border-color css
<style>
span { border-color: #4899AB; }
span { border-color: rgb(72,153,171); }
td.TdClassName
{
border-color: #4899AB;
}
.TagClassName
{
border-color: #4899AB;
}
</style>