Shades of Boston Blue #489AB1
Tints of Boston Blue #489AB1
RGB
CMYK
RGB Variations
Color information
#489AB1 (or 0x489AB1) is known color: Boston Blue. HEX triplet: 48, 9A and B1. RGB value is (72,154,177). Sum of RGB (Red+Green+Blue) = 72+154+177=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #489AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489AB1 is #B7654E. Grayscale: #838383. Windows color (decimal): -12019023 or 11639368. OLE color: 11639368.
HSL color Cylindrical-coordinate representation of color #489AB1: hue angle of 193.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #489AB1 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 154 | 177 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.31 |
| HSL | 193.14º | 0.42% | 0.49% | - |
| HSV(B) | 193.14º | 0.59% | 0.69% | - |
| XYZ | 22.16 | 27.66 | 45.77 | - |
| YUV | 132.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 154 | 177 | 0.59 | 0.13 | 0 | 0.31 | 193.14 | 0.42 | 0.49 |
| Hex | 48 | 9A | B1 | 3B | D | 0 | 1F | C1 | 2A | 31 |
| Octal | 110 | 232 | 261 | 73 | 15 | 0 | 37 | 301 | 52 | 61 |
| Binary | 1001000 | 10011010 | 10110001 | 111011 | 1101 | 0 | 11111 | 11000001 | 101010 | 110001 |
Color Harmonies of #489AB1
Complementary color
Monochromatic Colors of #489AB1
Black with #489AB1
Text Example
Text Example
White with #489AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489AB1; }
p { color: rgb(72,154,177); }
H1.HeaderClassName
{
color: #489AB1;
}
.AnyTagClassName
{
color: #489AB1;
}
</style>
background-color css
<style>
a { background-color: #489AB1; }
a { background-color: rgb(72,154,177); }
div.DivClassName
{
background-color: #489AB1;
}
.BgClassName
{
background-color: #489AB1;
}
</style>
border-color css
<style>
span { border-color: #489AB1; }
span { border-color: rgb(72,154,177); }
td.TdClassName
{
border-color: #489AB1;
}
.TagClassName
{
border-color: #489AB1;
}
</style>