Shades of Boston Blue #4987A9
Tints of Boston Blue #4987A9
RGB
CMYK
RGB Variations
Color information
#4987A9 (or 0x4987A9) is known color: Boston Blue. HEX triplet: 49, 87 and A9. RGB value is (73,135,169). Sum of RGB (Red+Green+Blue) = 73+135+169=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #4987A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4987A9 is #B67856. Grayscale: #787878. Windows color (decimal): -11958359 or 11110217. OLE color: 11110217.
HSL color Cylindrical-coordinate representation of color #4987A9: hue angle of 201.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4987A9 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 135 | 169 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.34 |
| HSL | 201.25º | 0.4% | 0.47% | - |
| HSV(B) | 201.25º | 0.57% | 0.66% | - |
| XYZ | 18.57 | 21.61 | 40.73 | - |
| YUV | 120.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 169 | 0.57 | 0.20 | 0 | 0.34 | 201.25 | 0.4 | 0.47 |
| Hex | 49 | 87 | A9 | 39 | 14 | 0 | 22 | C9 | 28 | 2F |
| Octal | 111 | 207 | 251 | 71 | 24 | 0 | 42 | 311 | 50 | 57 |
| Binary | 1001001 | 10000111 | 10101001 | 111001 | 10100 | 0 | 100010 | 11001001 | 101000 | 101111 |
Color Harmonies of #4987A9
Complementary color
Monochromatic Colors of #4987A9
Black with #4987A9
Text Example
Text Example
White with #4987A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4987A9; }
p { color: rgb(73,135,169); }
H1.HeaderClassName
{
color: #4987A9;
}
.AnyTagClassName
{
color: #4987A9;
}
</style>
background-color css
<style>
a { background-color: #4987A9; }
a { background-color: rgb(73,135,169); }
div.DivClassName
{
background-color: #4987A9;
}
.BgClassName
{
background-color: #4987A9;
}
</style>
border-color css
<style>
span { border-color: #4987A9; }
span { border-color: rgb(73,135,169); }
td.TdClassName
{
border-color: #4987A9;
}
.TagClassName
{
border-color: #4987A9;
}
</style>