Shades of Boston Blue #46A0A9
Tints of Boston Blue #46A0A9
RGB
CMYK
RGB Variations
Color information
#46A0A9 (or 0x46A0A9) is known color: Boston Blue. HEX triplet: 46, A0 and A9. RGB value is (70,160,169). Sum of RGB (Red+Green+Blue) = 70+160+169=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #46A0A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #46A0A9 is #B95F56. Grayscale: #858585. Windows color (decimal): -12148567 or 11116614. OLE color: 11116614.
HSL color Cylindrical-coordinate representation of color #46A0A9: hue angle of 185.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #46A0A9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 160 | 169 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.34 |
| HSL | 185.45º | 0.41% | 0.47% | - |
| HSV(B) | 185.45º | 0.59% | 0.66% | - |
| XYZ | 22.26 | 29.31 | 42.02 | - |
| YUV | 134.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 160 | 169 | 0.59 | 0.05 | 0 | 0.34 | 185.45 | 0.41 | 0.47 |
| Hex | 46 | A0 | A9 | 3B | 5 | 0 | 22 | B9 | 29 | 2F |
| Octal | 106 | 240 | 251 | 73 | 5 | 0 | 42 | 271 | 51 | 57 |
| Binary | 1000110 | 10100000 | 10101001 | 111011 | 101 | 0 | 100010 | 10111001 | 101001 | 101111 |
Color Harmonies of #46A0A9
Complementary color
Monochromatic Colors of #46A0A9
Black with #46A0A9
Text Example
Text Example
White with #46A0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A0A9; }
p { color: rgb(70,160,169); }
H1.HeaderClassName
{
color: #46A0A9;
}
.AnyTagClassName
{
color: #46A0A9;
}
</style>
background-color css
<style>
a { background-color: #46A0A9; }
a { background-color: rgb(70,160,169); }
div.DivClassName
{
background-color: #46A0A9;
}
.BgClassName
{
background-color: #46A0A9;
}
</style>
border-color css
<style>
span { border-color: #46A0A9; }
span { border-color: rgb(70,160,169); }
td.TdClassName
{
border-color: #46A0A9;
}
.TagClassName
{
border-color: #46A0A9;
}
</style>