Shades of Tax Break #49696A
Tints of Tax Break #49696A
RGB
CMYK
RGB Variations
Color information
#49696A (or 0x49696A) is known color: Tax Break. HEX triplet: 49, 69 and 6A. RGB value is (73,105,106). Sum of RGB (Red+Green+Blue) = 73+105+106=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 105 (41.41% from 255 or 36.97% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 106 - color contains mainly: blue. Hex color #49696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49696A is #B69695. Grayscale: #5F5F5F. Windows color (decimal): -11966102 or 6973769. OLE color: 6973769.
HSL color Cylindrical-coordinate representation of color #49696A: hue angle of 181.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49696A is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 105 | 106 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.58 |
| HSL | 181.82º | 0.18% | 0.35% | - |
| HSV(B) | 181.82º | 0.31% | 0.42% | - |
| XYZ | 10.4 | 12.56 | 15.51 | - |
| YUV | 95.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 106 | 0.31 | 0.01 | 0 | 0.58 | 181.82 | 0.18 | 0.35 |
| Hex | 49 | 69 | 6A | 1F | 1 | 0 | 3A | B6 | 12 | 23 |
| Octal | 111 | 151 | 152 | 37 | 1 | 0 | 72 | 266 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1101010 | 11111 | 1 | 0 | 111010 | 10110110 | 10010 | 100011 |
Color Harmonies of #49696A
Complementary color
Monochromatic Colors of #49696A
Black with #49696A
Text Example
Text Example
White with #49696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49696A; }
p { color: rgb(73,105,106); }
H1.HeaderClassName
{
color: #49696A;
}
.AnyTagClassName
{
color: #49696A;
}
</style>
background-color css
<style>
a { background-color: #49696A; }
a { background-color: rgb(73,105,106); }
div.DivClassName
{
background-color: #49696A;
}
.BgClassName
{
background-color: #49696A;
}
</style>
border-color css
<style>
span { border-color: #49696A; }
span { border-color: rgb(73,105,106); }
td.TdClassName
{
border-color: #49696A;
}
.TagClassName
{
border-color: #49696A;
}
</style>