Shades of Boston Blue #488DAF
Tints of Boston Blue #488DAF
RGB
CMYK
RGB Variations
Color information
#488DAF (or 0x488DAF) is known color: Boston Blue. HEX triplet: 48, 8D and AF. RGB value is (72,141,175). Sum of RGB (Red+Green+Blue) = 72+141+175=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #488DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488DAF is #B77250. Grayscale: #7C7C7C. Windows color (decimal): -12022353 or 11504968. OLE color: 11504968.
HSL color Cylindrical-coordinate representation of color #488DAF: hue angle of 199.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #488DAF is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 141 | 175 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.31 |
| HSL | 199.81º | 0.42% | 0.48% | - |
| HSV(B) | 199.81º | 0.59% | 0.69% | - |
| XYZ | 19.94 | 23.52 | 44.05 | - |
| YUV | 124.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 141 | 175 | 0.59 | 0.19 | 0 | 0.31 | 199.81 | 0.42 | 0.48 |
| Hex | 48 | 8D | AF | 3B | 13 | 0 | 1F | C8 | 2A | 30 |
| Octal | 110 | 215 | 257 | 73 | 23 | 0 | 37 | 310 | 52 | 60 |
| Binary | 1001000 | 10001101 | 10101111 | 111011 | 10011 | 0 | 11111 | 11001000 | 101010 | 110000 |
Color Harmonies of #488DAF
Complementary color
Monochromatic Colors of #488DAF
Black with #488DAF
Text Example
Text Example
White with #488DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488DAF; }
p { color: rgb(72,141,175); }
H1.HeaderClassName
{
color: #488DAF;
}
.AnyTagClassName
{
color: #488DAF;
}
</style>
background-color css
<style>
a { background-color: #488DAF; }
a { background-color: rgb(72,141,175); }
div.DivClassName
{
background-color: #488DAF;
}
.BgClassName
{
background-color: #488DAF;
}
</style>
border-color css
<style>
span { border-color: #488DAF; }
span { border-color: rgb(72,141,175); }
td.TdClassName
{
border-color: #488DAF;
}
.TagClassName
{
border-color: #488DAF;
}
</style>