Shades of Tax Break #49666D
Tints of Tax Break #49666D
RGB
CMYK
RGB Variations
Color information
#49666D (or 0x49666D) is known color: Tax Break. HEX triplet: 49, 66 and 6D. RGB value is (73,102,109). Sum of RGB (Red+Green+Blue) = 73+102+109=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 109 - color contains mainly: blue. Hex color #49666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49666D is #B69992. Grayscale: #5E5E5E. Windows color (decimal): -11966867 or 7169609. OLE color: 7169609.
HSL color Cylindrical-coordinate representation of color #49666D: hue angle of 191.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 #49666D is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 102 | 109 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.57 |
| HSL | 191.67º | 0.2% | 0.36% | - |
| HSV(B) | 191.67º | 0.33% | 0.43% | - |
| XYZ | 10.26 | 12.02 | 16.25 | - |
| YUV | 94.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 109 | 0.33 | 0.06 | 0 | 0.57 | 191.67 | 0.2 | 0.36 |
| Hex | 49 | 66 | 6D | 21 | 6 | 0 | 39 | C0 | 14 | 24 |
| Octal | 111 | 146 | 155 | 41 | 6 | 0 | 71 | 300 | 24 | 44 |
| Binary | 1001001 | 1100110 | 1101101 | 100001 | 110 | 0 | 111001 | 11000000 | 10100 | 100100 |
Color Harmonies of #49666D
Complementary color
Monochromatic Colors of #49666D
Black with #49666D
Text Example
Text Example
White with #49666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49666D; }
p { color: rgb(73,102,109); }
H1.HeaderClassName
{
color: #49666D;
}
.AnyTagClassName
{
color: #49666D;
}
</style>
background-color css
<style>
a { background-color: #49666D; }
a { background-color: rgb(73,102,109); }
div.DivClassName
{
background-color: #49666D;
}
.BgClassName
{
background-color: #49666D;
}
</style>
border-color css
<style>
span { border-color: #49666D; }
span { border-color: rgb(73,102,109); }
td.TdClassName
{
border-color: #49666D;
}
.TagClassName
{
border-color: #49666D;
}
</style>