Shades of Boston Blue #488BAE
Tints of Boston Blue #488BAE
RGB
CMYK
RGB Variations
Color information
#488BAE (or 0x488BAE) is known color: Boston Blue. HEX triplet: 48, 8B and AE. RGB value is (72,139,174). Sum of RGB (Red+Green+Blue) = 72+139+174=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #488BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAE is #B77451. Grayscale: #7A7A7A. Windows color (decimal): -12022866 or 11438920. OLE color: 11438920.
HSL color Cylindrical-coordinate representation of color #488BAE: hue angle of 200.59º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488BAE is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 139 | 174 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.32 |
| HSL | 200.59º | 0.41% | 0.48% | - |
| HSV(B) | 200.59º | 0.59% | 0.68% | - |
| XYZ | 19.55 | 22.9 | 43.43 | - |
| YUV | 122.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 174 | 0.59 | 0.20 | 0 | 0.32 | 200.59 | 0.41 | 0.48 |
| Hex | 48 | 8B | AE | 3B | 14 | 0 | 20 | C9 | 29 | 30 |
| Octal | 110 | 213 | 256 | 73 | 24 | 0 | 40 | 311 | 51 | 60 |
| Binary | 1001000 | 10001011 | 10101110 | 111011 | 10100 | 0 | 100000 | 11001001 | 101001 | 110000 |
Color Harmonies of #488BAE
Complementary color
Monochromatic Colors of #488BAE
Black with #488BAE
Text Example
Text Example
White with #488BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BAE; }
p { color: rgb(72,139,174); }
H1.HeaderClassName
{
color: #488BAE;
}
.AnyTagClassName
{
color: #488BAE;
}
</style>
background-color css
<style>
a { background-color: #488BAE; }
a { background-color: rgb(72,139,174); }
div.DivClassName
{
background-color: #488BAE;
}
.BgClassName
{
background-color: #488BAE;
}
</style>
border-color css
<style>
span { border-color: #488BAE; }
span { border-color: rgb(72,139,174); }
td.TdClassName
{
border-color: #488BAE;
}
.TagClassName
{
border-color: #488BAE;
}
</style>