Shades of Boston Blue #489BA9
Tints of Boston Blue #489BA9
RGB
CMYK
RGB Variations
Color information
#489BA9 (or 0x489BA9) is known color: Boston Blue. HEX triplet: 48, 9B and A9. RGB value is (72,155,169). Sum of RGB (Red+Green+Blue) = 72+155+169=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #489BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489BA9 is #B76456. Grayscale: #838383. Windows color (decimal): -12018775 or 11115336. OLE color: 11115336.
HSL color Cylindrical-coordinate representation of color #489BA9: hue angle of 188.66º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #489BA9 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 72 | 155 | 169 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.34 |
| HSL | 188.66º | 0.4% | 0.47% | - |
| HSV(B) | 188.66º | 0.57% | 0.66% | - |
| XYZ | 21.56 | 27.68 | 41.74 | - |
| YUV | 131.78 | 149 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 169 | 0.57 | 0.08 | 0 | 0.34 | 188.66 | 0.4 | 0.47 |
| Hex | 48 | 9B | A9 | 39 | 8 | 0 | 22 | BD | 28 | 2F |
| Octal | 110 | 233 | 251 | 71 | 10 | 0 | 42 | 275 | 50 | 57 |
| Binary | 1001000 | 10011011 | 10101001 | 111001 | 1000 | 0 | 100010 | 10111101 | 101000 | 101111 |
Color Harmonies of #489BA9
Complementary color
Monochromatic Colors of #489BA9
Black with #489BA9
Text Example
Text Example
White with #489BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BA9; }
p { color: rgb(72,155,169); }
H1.HeaderClassName
{
color: #489BA9;
}
.AnyTagClassName
{
color: #489BA9;
}
</style>
background-color css
<style>
a { background-color: #489BA9; }
a { background-color: rgb(72,155,169); }
div.DivClassName
{
background-color: #489BA9;
}
.BgClassName
{
background-color: #489BA9;
}
</style>
border-color css
<style>
span { border-color: #489BA9; }
span { border-color: rgb(72,155,169); }
td.TdClassName
{
border-color: #489BA9;
}
.TagClassName
{
border-color: #489BA9;
}
</style>