Shades of Boston Blue #4888AD
Tints of Boston Blue #4888AD
RGB
CMYK
RGB Variations
Color information
#4888AD (or 0x4888AD) is known color: Boston Blue. HEX triplet: 48, 88 and AD. RGB value is (72,136,173). Sum of RGB (Red+Green+Blue) = 72+136+173=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #4888AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4888AD is #B77752. Grayscale: #787878. Windows color (decimal): -12023635 or 11372616. OLE color: 11372616.
HSL color Cylindrical-coordinate representation of color #4888AD: hue angle of 201.98º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4888AD is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 136 | 173 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.32 |
| HSL | 201.98º | 0.41% | 0.48% | - |
| HSV(B) | 201.98º | 0.58% | 0.68% | - |
| XYZ | 19.02 | 22 | 42.78 | - |
| YUV | 121.08 | 157.3 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 173 | 0.58 | 0.21 | 0 | 0.32 | 201.98 | 0.41 | 0.48 |
| Hex | 48 | 88 | AD | 3A | 15 | 0 | 20 | CA | 29 | 30 |
| Octal | 110 | 210 | 255 | 72 | 25 | 0 | 40 | 312 | 51 | 60 |
| Binary | 1001000 | 10001000 | 10101101 | 111010 | 10101 | 0 | 100000 | 11001010 | 101001 | 110000 |
Color Harmonies of #4888AD
Complementary color
Monochromatic Colors of #4888AD
Black with #4888AD
Text Example
Text Example
White with #4888AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888AD; }
p { color: rgb(72,136,173); }
H1.HeaderClassName
{
color: #4888AD;
}
.AnyTagClassName
{
color: #4888AD;
}
</style>
background-color css
<style>
a { background-color: #4888AD; }
a { background-color: rgb(72,136,173); }
div.DivClassName
{
background-color: #4888AD;
}
.BgClassName
{
background-color: #4888AD;
}
</style>
border-color css
<style>
span { border-color: #4888AD; }
span { border-color: rgb(72,136,173); }
td.TdClassName
{
border-color: #4888AD;
}
.TagClassName
{
border-color: #4888AD;
}
</style>