Shades of Boston Blue #488CA6
Tints of Boston Blue #488CA6
RGB
CMYK
RGB Variations
Color information
#488CA6 (or 0x488CA6) is known color: Boston Blue. HEX triplet: 48, 8C and A6. RGB value is (72,140,166). Sum of RGB (Red+Green+Blue) = 72+140+166=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 166 - color contains mainly: blue. Hex color #488CA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CA6 is #B77359. Grayscale: #7A7A7A. Windows color (decimal): -12022618 or 10914888. OLE color: 10914888.
HSL color Cylindrical-coordinate representation of color #488CA6: hue angle of 196.6º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #488CA6 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 140 | 166 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.35 |
| HSL | 196.6º | 0.39% | 0.47% | - |
| HSV(B) | 196.6º | 0.57% | 0.65% | - |
| XYZ | 18.93 | 22.89 | 39.5 | - |
| YUV | 122.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 166 | 0.57 | 0.16 | 0 | 0.35 | 196.6 | 0.39 | 0.47 |
| Hex | 48 | 8C | A6 | 39 | 10 | 0 | 23 | C5 | 27 | 2F |
| Octal | 110 | 214 | 246 | 71 | 20 | 0 | 43 | 305 | 47 | 57 |
| Binary | 1001000 | 10001100 | 10100110 | 111001 | 10000 | 0 | 100011 | 11000101 | 100111 | 101111 |
Color Harmonies of #488CA6
Complementary color
Monochromatic Colors of #488CA6
Black with #488CA6
Text Example
Text Example
White with #488CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CA6; }
p { color: rgb(72,140,166); }
H1.HeaderClassName
{
color: #488CA6;
}
.AnyTagClassName
{
color: #488CA6;
}
</style>
background-color css
<style>
a { background-color: #488CA6; }
a { background-color: rgb(72,140,166); }
div.DivClassName
{
background-color: #488CA6;
}
.BgClassName
{
background-color: #488CA6;
}
</style>
border-color css
<style>
span { border-color: #488CA6; }
span { border-color: rgb(72,140,166); }
td.TdClassName
{
border-color: #488CA6;
}
.TagClassName
{
border-color: #488CA6;
}
</style>