Shades of Tax Break #496C6D
Tints of Tax Break #496C6D
RGB
CMYK
RGB Variations
Color information
#496C6D (or 0x496C6D) is known color: Tax Break. HEX triplet: 49, 6C and 6D. RGB value is (73,108,109). Sum of RGB (Red+Green+Blue) = 73+108+109=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 108 (42.58% from 255 or 37.24% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #496C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C6D is #B69392. Grayscale: #616161. Windows color (decimal): -11965331 or 7171145. OLE color: 7171145.
HSL color Cylindrical-coordinate representation of color #496C6D: hue angle of 181.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496C6D is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 108 | 109 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.57 |
| HSL | 181.67º | 0.2% | 0.36% | - |
| HSV(B) | 181.67º | 0.33% | 0.43% | - |
| XYZ | 10.87 | 13.25 | 16.45 | - |
| YUV | 97.65 | 134.4 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 109 | 0.33 | 0.01 | 0 | 0.57 | 181.67 | 0.2 | 0.36 |
| Hex | 49 | 6C | 6D | 21 | 1 | 0 | 39 | B6 | 14 | 24 |
| Octal | 111 | 154 | 155 | 41 | 1 | 0 | 71 | 266 | 24 | 44 |
| Binary | 1001001 | 1101100 | 1101101 | 100001 | 1 | 0 | 111001 | 10110110 | 10100 | 100100 |
Color Harmonies of #496C6D
Complementary color
Monochromatic Colors of #496C6D
Black with #496C6D
Text Example
Text Example
White with #496C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C6D; }
p { color: rgb(73,108,109); }
H1.HeaderClassName
{
color: #496C6D;
}
.AnyTagClassName
{
color: #496C6D;
}
</style>
background-color css
<style>
a { background-color: #496C6D; }
a { background-color: rgb(73,108,109); }
div.DivClassName
{
background-color: #496C6D;
}
.BgClassName
{
background-color: #496C6D;
}
</style>
border-color css
<style>
span { border-color: #496C6D; }
span { border-color: rgb(73,108,109); }
td.TdClassName
{
border-color: #496C6D;
}
.TagClassName
{
border-color: #496C6D;
}
</style>