Shades of Tax Break #496D6F
Tints of Tax Break #496D6F
RGB
CMYK
RGB Variations
Color information
#496D6F (or 0x496D6F) is known color: Tax Break. HEX triplet: 49, 6D and 6F. RGB value is (73,109,111). Sum of RGB (Red+Green+Blue) = 73+109+111=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 111 - color contains mainly: blue. Hex color #496D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D6F is #B69290. Grayscale: #626262. Windows color (decimal): -11965073 or 7302473. OLE color: 7302473.
HSL color Cylindrical-coordinate representation of color #496D6F: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496D6F is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 109 | 111 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.56 |
| HSL | 183.16º | 0.21% | 0.36% | - |
| HSV(B) | 183.16º | 0.34% | 0.44% | - |
| XYZ | 11.09 | 13.5 | 17.06 | - |
| YUV | 98.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 109 | 111 | 0.34 | 0.02 | 0 | 0.56 | 183.16 | 0.21 | 0.36 |
| Hex | 49 | 6D | 6F | 22 | 2 | 0 | 38 | B7 | 15 | 24 |
| Octal | 111 | 155 | 157 | 42 | 2 | 0 | 70 | 267 | 25 | 44 |
| Binary | 1001001 | 1101101 | 1101111 | 100010 | 10 | 0 | 111000 | 10110111 | 10101 | 100100 |
Color Harmonies of #496D6F
Complementary color
Monochromatic Colors of #496D6F
Black with #496D6F
Text Example
Text Example
White with #496D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496D6F; }
p { color: rgb(73,109,111); }
H1.HeaderClassName
{
color: #496D6F;
}
.AnyTagClassName
{
color: #496D6F;
}
</style>
background-color css
<style>
a { background-color: #496D6F; }
a { background-color: rgb(73,109,111); }
div.DivClassName
{
background-color: #496D6F;
}
.BgClassName
{
background-color: #496D6F;
}
</style>
border-color css
<style>
span { border-color: #496D6F; }
span { border-color: rgb(73,109,111); }
td.TdClassName
{
border-color: #496D6F;
}
.TagClassName
{
border-color: #496D6F;
}
</style>