Shades of Boston Blue #4888AC
Tints of Boston Blue #4888AC
RGB
CMYK
RGB Variations
Color information
#4888AC (or 0x4888AC) is known color: Boston Blue. HEX triplet: 48, 88 and AC. RGB value is (72,136,172). Sum of RGB (Red+Green+Blue) = 72+136+172=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #4888AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4888AC is #B77753. Grayscale: #787878. Windows color (decimal): -12023636 or 11307080. OLE color: 11307080.
HSL color Cylindrical-coordinate representation of color #4888AC: hue angle of 201.6º 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 #4888AC is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 136 | 172 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.33 |
| HSL | 201.6º | 0.41% | 0.48% | - |
| HSV(B) | 201.6º | 0.58% | 0.67% | - |
| XYZ | 18.92 | 21.96 | 42.27 | - |
| YUV | 120.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 136 | 172 | 0.58 | 0.21 | 0 | 0.33 | 201.6 | 0.41 | 0.48 |
| Hex | 48 | 88 | AC | 3A | 15 | 0 | 21 | CA | 29 | 30 |
| Octal | 110 | 210 | 254 | 72 | 25 | 0 | 41 | 312 | 51 | 60 |
| Binary | 1001000 | 10001000 | 10101100 | 111010 | 10101 | 0 | 100001 | 11001010 | 101001 | 110000 |
Color Harmonies of #4888AC
Complementary color
Monochromatic Colors of #4888AC
Black with #4888AC
Text Example
Text Example
White with #4888AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4888AC; }
p { color: rgb(72,136,172); }
H1.HeaderClassName
{
color: #4888AC;
}
.AnyTagClassName
{
color: #4888AC;
}
</style>
background-color css
<style>
a { background-color: #4888AC; }
a { background-color: rgb(72,136,172); }
div.DivClassName
{
background-color: #4888AC;
}
.BgClassName
{
background-color: #4888AC;
}
</style>
border-color css
<style>
span { border-color: #4888AC; }
span { border-color: rgb(72,136,172); }
td.TdClassName
{
border-color: #4888AC;
}
.TagClassName
{
border-color: #4888AC;
}
</style>