Shades of Boston Blue #489BC1
Tints of Boston Blue #489BC1
RGB
CMYK
RGB Variations
Color information
#489BC1 (or 0x489BC1) is known color: Boston Blue. HEX triplet: 48, 9B and C1. RGB value is (72,155,193). Sum of RGB (Red+Green+Blue) = 72+155+193=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #489BC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489BC1 is #B7643E. Grayscale: #868686. Windows color (decimal): -12018751 or 12688200. OLE color: 12688200.
HSL color Cylindrical-coordinate representation of color #489BC1: hue angle of 198.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #489BC1 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 155 | 193 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.24 |
| HSL | 198.84º | 0.49% | 0.52% | - |
| HSV(B) | 198.84º | 0.63% | 0.76% | - |
| XYZ | 24.02 | 28.67 | 54.72 | - |
| YUV | 134.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 193 | 0.63 | 0.20 | 0 | 0.24 | 198.84 | 0.49 | 0.52 |
| Hex | 48 | 9B | C1 | 3F | 14 | 0 | 18 | C7 | 31 | 34 |
| Octal | 110 | 233 | 301 | 77 | 24 | 0 | 30 | 307 | 61 | 64 |
| Binary | 1001000 | 10011011 | 11000001 | 111111 | 10100 | 0 | 11000 | 11000111 | 110001 | 110100 |
Color Harmonies of #489BC1
Complementary color
Monochromatic Colors of #489BC1
Black with #489BC1
Text Example
Text Example
White with #489BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BC1; }
p { color: rgb(72,155,193); }
H1.HeaderClassName
{
color: #489BC1;
}
.AnyTagClassName
{
color: #489BC1;
}
</style>
background-color css
<style>
a { background-color: #489BC1; }
a { background-color: rgb(72,155,193); }
div.DivClassName
{
background-color: #489BC1;
}
.BgClassName
{
background-color: #489BC1;
}
</style>
border-color css
<style>
span { border-color: #489BC1; }
span { border-color: rgb(72,155,193); }
td.TdClassName
{
border-color: #489BC1;
}
.TagClassName
{
border-color: #489BC1;
}
</style>