Shades of Boston Blue #488CAC
Tints of Boston Blue #488CAC
RGB
CMYK
RGB Variations
Color information
#488CAC (or 0x488CAC) is known color: Boston Blue. HEX triplet: 48, 8C and AC. RGB value is (72,140,172). Sum of RGB (Red+Green+Blue) = 72+140+172=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #488CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CAC is #B77353. Grayscale: #7B7B7B. Windows color (decimal): -12022612 or 11308104. OLE color: 11308104.
HSL color Cylindrical-coordinate representation of color #488CAC: hue angle of 199.2º 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 #488CAC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 140 | 172 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.33 |
| HSL | 199.2º | 0.41% | 0.48% | - |
| HSV(B) | 199.2º | 0.58% | 0.67% | - |
| XYZ | 19.5 | 23.11 | 42.46 | - |
| YUV | 123.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 172 | 0.58 | 0.19 | 0 | 0.33 | 199.2 | 0.41 | 0.48 |
| Hex | 48 | 8C | AC | 3A | 13 | 0 | 21 | C7 | 29 | 30 |
| Octal | 110 | 214 | 254 | 72 | 23 | 0 | 41 | 307 | 51 | 60 |
| Binary | 1001000 | 10001100 | 10101100 | 111010 | 10011 | 0 | 100001 | 11000111 | 101001 | 110000 |
Color Harmonies of #488CAC
Complementary color
Monochromatic Colors of #488CAC
Black with #488CAC
Text Example
Text Example
White with #488CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CAC; }
p { color: rgb(72,140,172); }
H1.HeaderClassName
{
color: #488CAC;
}
.AnyTagClassName
{
color: #488CAC;
}
</style>
background-color css
<style>
a { background-color: #488CAC; }
a { background-color: rgb(72,140,172); }
div.DivClassName
{
background-color: #488CAC;
}
.BgClassName
{
background-color: #488CAC;
}
</style>
border-color css
<style>
span { border-color: #488CAC; }
span { border-color: rgb(72,140,172); }
td.TdClassName
{
border-color: #488CAC;
}
.TagClassName
{
border-color: #488CAC;
}
</style>