Shades of Tax Break #496D6E
Tints of Tax Break #496D6E
RGB
CMYK
RGB Variations
Color information
#496D6E (or 0x496D6E) is known color: Tax Break. HEX triplet: 49, 6D and 6E. RGB value is (73,109,110). Sum of RGB (Red+Green+Blue) = 73+109+110=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #496D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D6E is #B69291. Grayscale: #626262. Windows color (decimal): -11965074 or 7236937. OLE color: 7236937.
HSL color Cylindrical-coordinate representation of color #496D6E: hue angle of 181.62º 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 #496D6E is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 109 | 110 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.57 |
| HSL | 181.62º | 0.2% | 0.36% | - |
| HSV(B) | 181.62º | 0.34% | 0.43% | - |
| XYZ | 11.03 | 13.48 | 16.77 | - |
| YUV | 98.35 | 134.57 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 110 | 0.34 | 0.01 | 0 | 0.57 | 181.62 | 0.2 | 0.36 |
| Hex | 49 | 6D | 6E | 22 | 1 | 0 | 39 | B6 | 14 | 24 |
| Octal | 111 | 155 | 156 | 42 | 1 | 0 | 71 | 266 | 24 | 44 |
| Binary | 1001001 | 1101101 | 1101110 | 100010 | 1 | 0 | 111001 | 10110110 | 10100 | 100100 |
Color Harmonies of #496D6E
Complementary color
Monochromatic Colors of #496D6E
Black with #496D6E
Text Example
Text Example
White with #496D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D6E; }
p { color: rgb(73,109,110); }
H1.HeaderClassName
{
color: #496D6E;
}
.AnyTagClassName
{
color: #496D6E;
}
</style>
background-color css
<style>
a { background-color: #496D6E; }
a { background-color: rgb(73,109,110); }
div.DivClassName
{
background-color: #496D6E;
}
.BgClassName
{
background-color: #496D6E;
}
</style>
border-color css
<style>
span { border-color: #496D6E; }
span { border-color: rgb(73,109,110); }
td.TdClassName
{
border-color: #496D6E;
}
.TagClassName
{
border-color: #496D6E;
}
</style>