Shades of Boston Blue #489CB9
Tints of Boston Blue #489CB9
RGB
CMYK
RGB Variations
Color information
#489CB9 (or 0x489CB9) is known color: Boston Blue. HEX triplet: 48, 9C and B9. RGB value is (72,156,185). Sum of RGB (Red+Green+Blue) = 72+156+185=413 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.43% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #489CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CB9 is #B76346. Grayscale: #858585. Windows color (decimal): -12018503 or 12164168. OLE color: 12164168.
HSL color Cylindrical-coordinate representation of color #489CB9: hue angle of 195.4º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #489CB9 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 156 | 185 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.4º | 0.45% | 0.5% | - |
| HSV(B) | 195.4º | 0.61% | 0.73% | - |
| XYZ | 23.32 | 28.66 | 50.2 | - |
| YUV | 134.19 | 156.67 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 185 | 0.61 | 0.16 | 0 | 0.27 | 195.4 | 0.45 | 0.5 |
| Hex | 48 | 9C | B9 | 3D | 10 | 0 | 1B | C3 | 2D | 32 |
| Octal | 110 | 234 | 271 | 75 | 20 | 0 | 33 | 303 | 55 | 62 |
| Binary | 1001000 | 10011100 | 10111001 | 111101 | 10000 | 0 | 11011 | 11000011 | 101101 | 110010 |
Color Harmonies of #489CB9
Complementary color
Monochromatic Colors of #489CB9
Black with #489CB9
Text Example
Text Example
White with #489CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CB9; }
p { color: rgb(72,156,185); }
H1.HeaderClassName
{
color: #489CB9;
}
.AnyTagClassName
{
color: #489CB9;
}
</style>
background-color css
<style>
a { background-color: #489CB9; }
a { background-color: rgb(72,156,185); }
div.DivClassName
{
background-color: #489CB9;
}
.BgClassName
{
background-color: #489CB9;
}
</style>
border-color css
<style>
span { border-color: #489CB9; }
span { border-color: rgb(72,156,185); }
td.TdClassName
{
border-color: #489CB9;
}
.TagClassName
{
border-color: #489CB9;
}
</style>