Shades of Boston Blue #4988AC
Tints of Boston Blue #4988AC
RGB
CMYK
RGB Variations
Color information
#4988AC (or 0x4988AC) is known color: Boston Blue. HEX triplet: 49, 88 and AC. RGB value is (73,136,172). Sum of RGB (Red+Green+Blue) = 73+136+172=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #4988AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4988AC is #B67753. Grayscale: #797979. Windows color (decimal): -11958100 or 11307081. OLE color: 11307081.
HSL color Cylindrical-coordinate representation of color #4988AC: hue angle of 201.82º degrees, saturation: 0.4, 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 #4988AC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 136 | 172 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.33 |
| HSL | 201.82º | 0.4% | 0.48% | - |
| HSV(B) | 201.82º | 0.58% | 0.67% | - |
| XYZ | 19 | 22 | 42.28 | - |
| YUV | 121.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 172 | 0.58 | 0.21 | 0 | 0.33 | 201.82 | 0.4 | 0.48 |
| Hex | 49 | 88 | AC | 3A | 15 | 0 | 21 | CA | 28 | 30 |
| Octal | 111 | 210 | 254 | 72 | 25 | 0 | 41 | 312 | 50 | 60 |
| Binary | 1001001 | 10001000 | 10101100 | 111010 | 10101 | 0 | 100001 | 11001010 | 101000 | 110000 |
Color Harmonies of #4988AC
Complementary color
Monochromatic Colors of #4988AC
Black with #4988AC
Text Example
Text Example
White with #4988AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4988AC; }
p { color: rgb(73,136,172); }
H1.HeaderClassName
{
color: #4988AC;
}
.AnyTagClassName
{
color: #4988AC;
}
</style>
background-color css
<style>
a { background-color: #4988AC; }
a { background-color: rgb(73,136,172); }
div.DivClassName
{
background-color: #4988AC;
}
.BgClassName
{
background-color: #4988AC;
}
</style>
border-color css
<style>
span { border-color: #4988AC; }
span { border-color: rgb(73,136,172); }
td.TdClassName
{
border-color: #4988AC;
}
.TagClassName
{
border-color: #4988AC;
}
</style>