Shades of Boston Blue #488EAC
Tints of Boston Blue #488EAC
RGB
CMYK
RGB Variations
Color information
#488EAC (or 0x488EAC) is known color: Boston Blue. HEX triplet: 48, 8E and AC. RGB value is (72,142,172). Sum of RGB (Red+Green+Blue) = 72+142+172=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #488EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EAC is #B77153. Grayscale: #7C7C7C. Windows color (decimal): -12022100 or 11308616. OLE color: 11308616.
HSL color Cylindrical-coordinate representation of color #488EAC: hue angle of 198º 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 #488EAC is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 142 | 172 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.33 |
| HSL | 198º | 0.41% | 0.48% | - |
| HSV(B) | 198º | 0.58% | 0.67% | - |
| XYZ | 19.79 | 23.7 | 42.56 | - |
| YUV | 124.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 172 | 0.58 | 0.17 | 0 | 0.33 | 198 | 0.41 | 0.48 |
| Hex | 48 | 8E | AC | 3A | 11 | 0 | 21 | C6 | 29 | 30 |
| Octal | 110 | 216 | 254 | 72 | 21 | 0 | 41 | 306 | 51 | 60 |
| Binary | 1001000 | 10001110 | 10101100 | 111010 | 10001 | 0 | 100001 | 11000110 | 101001 | 110000 |
Color Harmonies of #488EAC
Complementary color
Monochromatic Colors of #488EAC
Black with #488EAC
Text Example
Text Example
White with #488EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EAC; }
p { color: rgb(72,142,172); }
H1.HeaderClassName
{
color: #488EAC;
}
.AnyTagClassName
{
color: #488EAC;
}
</style>
background-color css
<style>
a { background-color: #488EAC; }
a { background-color: rgb(72,142,172); }
div.DivClassName
{
background-color: #488EAC;
}
.BgClassName
{
background-color: #488EAC;
}
</style>
border-color css
<style>
span { border-color: #488EAC; }
span { border-color: rgb(72,142,172); }
td.TdClassName
{
border-color: #488EAC;
}
.TagClassName
{
border-color: #488EAC;
}
</style>