Shades of Boston Blue #489BC0
Tints of Boston Blue #489BC0
RGB
CMYK
RGB Variations
Color information
#489BC0 (or 0x489BC0) is known color: Boston Blue. HEX triplet: 48, 9B and C0. RGB value is (72,155,192). Sum of RGB (Red+Green+Blue) = 72+155+192=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #489BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BC0 is #B7643F. Grayscale: #868686. Windows color (decimal): -12018752 or 12622664. OLE color: 12622664.
HSL color Cylindrical-coordinate representation of color #489BC0: hue angle of 198.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #489BC0 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 155 | 192 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.25 |
| HSL | 198.5º | 0.49% | 0.52% | - |
| HSV(B) | 198.5º | 0.63% | 0.75% | - |
| XYZ | 23.91 | 28.63 | 54.13 | - |
| YUV | 134.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 192 | 0.63 | 0.19 | 0 | 0.25 | 198.5 | 0.49 | 0.52 |
| Hex | 48 | 9B | C0 | 3F | 13 | 0 | 19 | C6 | 31 | 34 |
| Octal | 110 | 233 | 300 | 77 | 23 | 0 | 31 | 306 | 61 | 64 |
| Binary | 1001000 | 10011011 | 11000000 | 111111 | 10011 | 0 | 11001 | 11000110 | 110001 | 110100 |
Color Harmonies of #489BC0
Complementary color
Monochromatic Colors of #489BC0
Black with #489BC0
Text Example
Text Example
White with #489BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BC0; }
p { color: rgb(72,155,192); }
H1.HeaderClassName
{
color: #489BC0;
}
.AnyTagClassName
{
color: #489BC0;
}
</style>
background-color css
<style>
a { background-color: #489BC0; }
a { background-color: rgb(72,155,192); }
div.DivClassName
{
background-color: #489BC0;
}
.BgClassName
{
background-color: #489BC0;
}
</style>
border-color css
<style>
span { border-color: #489BC0; }
span { border-color: rgb(72,155,192); }
td.TdClassName
{
border-color: #489BC0;
}
.TagClassName
{
border-color: #489BC0;
}
</style>