Shades of Boston Blue #4887AA
Tints of Boston Blue #4887AA
RGB
CMYK
RGB Variations
Color information
#4887AA (or 0x4887AA) is known color: Boston Blue. HEX triplet: 48, 87 and AA. RGB value is (72,135,170). Sum of RGB (Red+Green+Blue) = 72+135+170=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #4887AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4887AA is #B77855. Grayscale: #777777. Windows color (decimal): -12023894 or 11175752. OLE color: 11175752.
HSL color Cylindrical-coordinate representation of color #4887AA: hue angle of 201.43º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4887AA is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 135 | 170 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.33 |
| HSL | 201.43º | 0.4% | 0.47% | - |
| HSV(B) | 201.43º | 0.58% | 0.67% | - |
| XYZ | 18.59 | 21.61 | 41.22 | - |
| YUV | 120.15 | 156.13 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 135 | 170 | 0.58 | 0.21 | 0 | 0.33 | 201.43 | 0.4 | 0.47 |
| Hex | 48 | 87 | AA | 3A | 15 | 0 | 21 | C9 | 28 | 2F |
| Octal | 110 | 207 | 252 | 72 | 25 | 0 | 41 | 311 | 50 | 57 |
| Binary | 1001000 | 10000111 | 10101010 | 111010 | 10101 | 0 | 100001 | 11001001 | 101000 | 101111 |
Color Harmonies of #4887AA
Complementary color
Monochromatic Colors of #4887AA
Black with #4887AA
Text Example
Text Example
White with #4887AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4887AA; }
p { color: rgb(72,135,170); }
H1.HeaderClassName
{
color: #4887AA;
}
.AnyTagClassName
{
color: #4887AA;
}
</style>
background-color css
<style>
a { background-color: #4887AA; }
a { background-color: rgb(72,135,170); }
div.DivClassName
{
background-color: #4887AA;
}
.BgClassName
{
background-color: #4887AA;
}
</style>
border-color css
<style>
span { border-color: #4887AA; }
span { border-color: rgb(72,135,170); }
td.TdClassName
{
border-color: #4887AA;
}
.TagClassName
{
border-color: #4887AA;
}
</style>