Shades of Boston Blue #488AAF
Tints of Boston Blue #488AAF
RGB
CMYK
RGB Variations
Color information
#488AAF (or 0x488AAF) is known color: Boston Blue. HEX triplet: 48, 8A and AF. RGB value is (72,138,175). Sum of RGB (Red+Green+Blue) = 72+138+175=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #488AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488AAF is #B77550. Grayscale: #7A7A7A. Windows color (decimal): -12023121 or 11504200. OLE color: 11504200.
HSL color Cylindrical-coordinate representation of color #488AAF: hue angle of 201.55º 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 #488AAF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 138 | 175 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.31 |
| HSL | 201.55º | 0.42% | 0.48% | - |
| HSV(B) | 201.55º | 0.59% | 0.69% | - |
| XYZ | 19.5 | 22.65 | 43.9 | - |
| YUV | 122.48 | 157.63 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 138 | 175 | 0.59 | 0.21 | 0 | 0.31 | 201.55 | 0.42 | 0.48 |
| Hex | 48 | 8A | AF | 3B | 15 | 0 | 1F | CA | 2A | 30 |
| Octal | 110 | 212 | 257 | 73 | 25 | 0 | 37 | 312 | 52 | 60 |
| Binary | 1001000 | 10001010 | 10101111 | 111011 | 10101 | 0 | 11111 | 11001010 | 101010 | 110000 |
Color Harmonies of #488AAF
Complementary color
Monochromatic Colors of #488AAF
Black with #488AAF
Text Example
Text Example
White with #488AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488AAF; }
p { color: rgb(72,138,175); }
H1.HeaderClassName
{
color: #488AAF;
}
.AnyTagClassName
{
color: #488AAF;
}
</style>
background-color css
<style>
a { background-color: #488AAF; }
a { background-color: rgb(72,138,175); }
div.DivClassName
{
background-color: #488AAF;
}
.BgClassName
{
background-color: #488AAF;
}
</style>
border-color css
<style>
span { border-color: #488AAF; }
span { border-color: rgb(72,138,175); }
td.TdClassName
{
border-color: #488AAF;
}
.TagClassName
{
border-color: #488AAF;
}
</style>