Shades of Boston Blue #488EA5
Tints of Boston Blue #488EA5
RGB
CMYK
RGB Variations
Color information
#488EA5 (or 0x488EA5) is known color: Boston Blue. HEX triplet: 48, 8E and A5. RGB value is (72,142,165). Sum of RGB (Red+Green+Blue) = 72+142+165=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #488EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488EA5 is #B7715A. Grayscale: #7B7B7B. Windows color (decimal): -12022107 or 10849864. OLE color: 10849864.
HSL color Cylindrical-coordinate representation of color #488EA5: hue angle of 194.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #488EA5 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 142 | 165 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.35 |
| HSL | 194.84º | 0.39% | 0.46% | - |
| HSV(B) | 194.84º | 0.56% | 0.65% | - |
| XYZ | 19.14 | 23.44 | 39.11 | - |
| YUV | 123.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 142 | 165 | 0.56 | 0.14 | 0 | 0.35 | 194.84 | 0.39 | 0.46 |
| Hex | 48 | 8E | A5 | 38 | E | 0 | 23 | C3 | 27 | 2E |
| Octal | 110 | 216 | 245 | 70 | 16 | 0 | 43 | 303 | 47 | 56 |
| Binary | 1001000 | 10001110 | 10100101 | 111000 | 1110 | 0 | 100011 | 11000011 | 100111 | 101110 |
Color Harmonies of #488EA5
Complementary color
Monochromatic Colors of #488EA5
Black with #488EA5
Text Example
Text Example
White with #488EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488EA5; }
p { color: rgb(72,142,165); }
H1.HeaderClassName
{
color: #488EA5;
}
.AnyTagClassName
{
color: #488EA5;
}
</style>
background-color css
<style>
a { background-color: #488EA5; }
a { background-color: rgb(72,142,165); }
div.DivClassName
{
background-color: #488EA5;
}
.BgClassName
{
background-color: #488EA5;
}
</style>
border-color css
<style>
span { border-color: #488EA5; }
span { border-color: rgb(72,142,165); }
td.TdClassName
{
border-color: #488EA5;
}
.TagClassName
{
border-color: #488EA5;
}
</style>