Shades of Boston Blue #489CBA
Tints of Boston Blue #489CBA
RGB
CMYK
RGB Variations
Color information
#489CBA (or 0x489CBA) is known color: Boston Blue. HEX triplet: 48, 9C and BA. RGB value is (72,156,186). Sum of RGB (Red+Green+Blue) = 72+156+186=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #489CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #489CBA is #B76345. Grayscale: #868686. Windows color (decimal): -12018502 or 12229704. OLE color: 12229704.
HSL color Cylindrical-coordinate representation of color #489CBA: hue angle of 195.79º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #489CBA is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 156 | 186 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.27 |
| HSL | 195.79º | 0.45% | 0.51% | - |
| HSV(B) | 195.79º | 0.61% | 0.73% | - |
| XYZ | 23.42 | 28.7 | 50.76 | - |
| YUV | 134.3 | 157.17 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 156 | 186 | 0.61 | 0.16 | 0 | 0.27 | 195.79 | 0.45 | 0.51 |
| Hex | 48 | 9C | BA | 3D | 10 | 0 | 1B | C4 | 2D | 33 |
| Octal | 110 | 234 | 272 | 75 | 20 | 0 | 33 | 304 | 55 | 63 |
| Binary | 1001000 | 10011100 | 10111010 | 111101 | 10000 | 0 | 11011 | 11000100 | 101101 | 110011 |
Color Harmonies of #489CBA
Complementary color
Monochromatic Colors of #489CBA
Black with #489CBA
Text Example
Text Example
White with #489CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489CBA; }
p { color: rgb(72,156,186); }
H1.HeaderClassName
{
color: #489CBA;
}
.AnyTagClassName
{
color: #489CBA;
}
</style>
background-color css
<style>
a { background-color: #489CBA; }
a { background-color: rgb(72,156,186); }
div.DivClassName
{
background-color: #489CBA;
}
.BgClassName
{
background-color: #489CBA;
}
</style>
border-color css
<style>
span { border-color: #489CBA; }
span { border-color: rgb(72,156,186); }
td.TdClassName
{
border-color: #489CBA;
}
.TagClassName
{
border-color: #489CBA;
}
</style>