Shades of Boston Blue #488BAD
Tints of Boston Blue #488BAD
RGB
CMYK
RGB Variations
Color information
#488BAD (or 0x488BAD) is known color: Boston Blue. HEX triplet: 48, 8B and AD. RGB value is (72,139,173). Sum of RGB (Red+Green+Blue) = 72+139+173=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #488BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488BAD is #B77452. Grayscale: #7A7A7A. Windows color (decimal): -12022867 or 11373384. OLE color: 11373384.
HSL color Cylindrical-coordinate representation of color #488BAD: hue angle of 200.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #488BAD is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 139 | 173 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.32 |
| HSL | 200.2º | 0.41% | 0.48% | - |
| HSV(B) | 200.2º | 0.58% | 0.68% | - |
| XYZ | 19.45 | 22.86 | 42.92 | - |
| YUV | 122.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 139 | 173 | 0.58 | 0.20 | 0 | 0.32 | 200.2 | 0.41 | 0.48 |
| Hex | 48 | 8B | AD | 3A | 14 | 0 | 20 | C8 | 29 | 30 |
| Octal | 110 | 213 | 255 | 72 | 24 | 0 | 40 | 310 | 51 | 60 |
| Binary | 1001000 | 10001011 | 10101101 | 111010 | 10100 | 0 | 100000 | 11001000 | 101001 | 110000 |
Color Harmonies of #488BAD
Complementary color
Monochromatic Colors of #488BAD
Black with #488BAD
Text Example
Text Example
White with #488BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488BAD; }
p { color: rgb(72,139,173); }
H1.HeaderClassName
{
color: #488BAD;
}
.AnyTagClassName
{
color: #488BAD;
}
</style>
background-color css
<style>
a { background-color: #488BAD; }
a { background-color: rgb(72,139,173); }
div.DivClassName
{
background-color: #488BAD;
}
.BgClassName
{
background-color: #488BAD;
}
</style>
border-color css
<style>
span { border-color: #488BAD; }
span { border-color: rgb(72,139,173); }
td.TdClassName
{
border-color: #488BAD;
}
.TagClassName
{
border-color: #488BAD;
}
</style>