Shades of Tax Break #49686E
Tints of Tax Break #49686E
RGB
CMYK
RGB Variations
Color information
#49686E (or 0x49686E) is known color: Tax Break. HEX triplet: 49, 68 and 6E. RGB value is (73,104,110). Sum of RGB (Red+Green+Blue) = 73+104+110=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #49686E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49686E is #B69791. Grayscale: #5F5F5F. Windows color (decimal): -11966354 or 7235657. OLE color: 7235657.
HSL color Cylindrical-coordinate representation of color #49686E: hue angle of 189.73º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49686E is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 104 | 110 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.57 |
| HSL | 189.73º | 0.2% | 0.36% | - |
| HSV(B) | 189.73º | 0.34% | 0.43% | - |
| XYZ | 10.51 | 12.44 | 16.6 | - |
| YUV | 95.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 110 | 0.34 | 0.05 | 0 | 0.57 | 189.73 | 0.2 | 0.36 |
| Hex | 49 | 68 | 6E | 22 | 5 | 0 | 39 | BE | 14 | 24 |
| Octal | 111 | 150 | 156 | 42 | 5 | 0 | 71 | 276 | 24 | 44 |
| Binary | 1001001 | 1101000 | 1101110 | 100010 | 101 | 0 | 111001 | 10111110 | 10100 | 100100 |
Color Harmonies of #49686E
Complementary color
Monochromatic Colors of #49686E
Black with #49686E
Text Example
Text Example
White with #49686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49686E; }
p { color: rgb(73,104,110); }
H1.HeaderClassName
{
color: #49686E;
}
.AnyTagClassName
{
color: #49686E;
}
</style>
background-color css
<style>
a { background-color: #49686E; }
a { background-color: rgb(73,104,110); }
div.DivClassName
{
background-color: #49686E;
}
.BgClassName
{
background-color: #49686E;
}
</style>
border-color css
<style>
span { border-color: #49686E; }
span { border-color: rgb(73,104,110); }
td.TdClassName
{
border-color: #49686E;
}
.TagClassName
{
border-color: #49686E;
}
</style>