Shades of Boston Blue #46A0AB
Tints of Boston Blue #46A0AB
RGB
CMYK
RGB Variations
Color information
#46A0AB (or 0x46A0AB) is known color: Boston Blue. HEX triplet: 46, A0 and AB. RGB value is (70,160,171). Sum of RGB (Red+Green+Blue) = 70+160+171=401 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.46% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #46A0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A0AB is #B95F54. Grayscale: #868686. Windows color (decimal): -12148565 or 11247686. OLE color: 11247686.
HSL color Cylindrical-coordinate representation of color #46A0AB: hue angle of 186.53º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A0AB is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 160 | 171 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.33 |
| HSL | 186.53º | 0.42% | 0.47% | - |
| HSV(B) | 186.53º | 0.59% | 0.67% | - |
| XYZ | 22.45 | 29.38 | 43.02 | - |
| YUV | 134.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 171 | 0.59 | 0.06 | 0 | 0.33 | 186.53 | 0.42 | 0.47 |
| Hex | 46 | A0 | AB | 3B | 6 | 0 | 21 | BB | 2A | 2F |
| Octal | 106 | 240 | 253 | 73 | 6 | 0 | 41 | 273 | 52 | 57 |
| Binary | 1000110 | 10100000 | 10101011 | 111011 | 110 | 0 | 100001 | 10111011 | 101010 | 101111 |
Color Harmonies of #46A0AB
Complementary color
Monochromatic Colors of #46A0AB
Black with #46A0AB
Text Example
Text Example
White with #46A0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A0AB; }
p { color: rgb(70,160,171); }
H1.HeaderClassName
{
color: #46A0AB;
}
.AnyTagClassName
{
color: #46A0AB;
}
</style>
background-color css
<style>
a { background-color: #46A0AB; }
a { background-color: rgb(70,160,171); }
div.DivClassName
{
background-color: #46A0AB;
}
.BgClassName
{
background-color: #46A0AB;
}
</style>
border-color css
<style>
span { border-color: #46A0AB; }
span { border-color: rgb(70,160,171); }
td.TdClassName
{
border-color: #46A0AB;
}
.TagClassName
{
border-color: #46A0AB;
}
</style>