Shades of Boston Blue #49A0AB
Tints of Boston Blue #49A0AB
RGB
CMYK
RGB Variations
Color information
#49A0AB (or 0x49A0AB) is known color: Boston Blue. HEX triplet: 49, A0 and AB. RGB value is (73,160,171). Sum of RGB (Red+Green+Blue) = 73+160+171=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #49A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A0AB is #B65F54. Grayscale: #878787. Windows color (decimal): -11951957 or 11247689. OLE color: 11247689.
HSL color Cylindrical-coordinate representation of color #49A0AB: hue angle of 186.73º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A0AB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 160 | 171 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.33 |
| HSL | 186.73º | 0.4% | 0.48% | - |
| HSV(B) | 186.73º | 0.57% | 0.67% | - |
| XYZ | 22.67 | 29.5 | 43.03 | - |
| YUV | 135.24 | 148.18 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 171 | 0.57 | 0.06 | 0 | 0.33 | 186.73 | 0.4 | 0.48 |
| Hex | 49 | A0 | AB | 39 | 6 | 0 | 21 | BB | 28 | 30 |
| Octal | 111 | 240 | 253 | 71 | 6 | 0 | 41 | 273 | 50 | 60 |
| Binary | 1001001 | 10100000 | 10101011 | 111001 | 110 | 0 | 100001 | 10111011 | 101000 | 110000 |
Color Harmonies of #49A0AB
Complementary color
Monochromatic Colors of #49A0AB
Black with #49A0AB
Text Example
Text Example
White with #49A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A0AB; }
p { color: rgb(73,160,171); }
H1.HeaderClassName
{
color: #49A0AB;
}
.AnyTagClassName
{
color: #49A0AB;
}
</style>
background-color css
<style>
a { background-color: #49A0AB; }
a { background-color: rgb(73,160,171); }
div.DivClassName
{
background-color: #49A0AB;
}
.BgClassName
{
background-color: #49A0AB;
}
</style>
border-color css
<style>
span { border-color: #49A0AB; }
span { border-color: rgb(73,160,171); }
td.TdClassName
{
border-color: #49A0AB;
}
.TagClassName
{
border-color: #49A0AB;
}
</style>