Shades of Boston Blue #488CA7
Tints of Boston Blue #488CA7
RGB
CMYK
RGB Variations
Color information
#488CA7 (or 0x488CA7) is known color: Boston Blue. HEX triplet: 48, 8C and A7. RGB value is (72,140,167). Sum of RGB (Red+Green+Blue) = 72+140+167=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #488CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488CA7 is #B77358. Grayscale: #7A7A7A. Windows color (decimal): -12022617 or 10980424. OLE color: 10980424.
HSL color Cylindrical-coordinate representation of color #488CA7: hue angle of 197.05º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #488CA7 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 140 | 167 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.35 |
| HSL | 197.05º | 0.4% | 0.47% | - |
| HSV(B) | 197.05º | 0.57% | 0.65% | - |
| XYZ | 19.03 | 22.92 | 39.98 | - |
| YUV | 122.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 140 | 167 | 0.57 | 0.16 | 0 | 0.35 | 197.05 | 0.4 | 0.47 |
| Hex | 48 | 8C | A7 | 39 | 10 | 0 | 23 | C5 | 28 | 2F |
| Octal | 110 | 214 | 247 | 71 | 20 | 0 | 43 | 305 | 50 | 57 |
| Binary | 1001000 | 10001100 | 10100111 | 111001 | 10000 | 0 | 100011 | 11000101 | 101000 | 101111 |
Color Harmonies of #488CA7
Complementary color
Monochromatic Colors of #488CA7
Black with #488CA7
Text Example
Text Example
White with #488CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #488CA7; }
p { color: rgb(72,140,167); }
H1.HeaderClassName
{
color: #488CA7;
}
.AnyTagClassName
{
color: #488CA7;
}
</style>
background-color css
<style>
a { background-color: #488CA7; }
a { background-color: rgb(72,140,167); }
div.DivClassName
{
background-color: #488CA7;
}
.BgClassName
{
background-color: #488CA7;
}
</style>
border-color css
<style>
span { border-color: #488CA7; }
span { border-color: rgb(72,140,167); }
td.TdClassName
{
border-color: #488CA7;
}
.TagClassName
{
border-color: #488CA7;
}
</style>