Shades of Tax Break #49686A
Tints of Tax Break #49686A
RGB
CMYK
RGB Variations
Color information
#49686A (or 0x49686A) is known color: Tax Break. HEX triplet: 49, 68 and 6A. RGB value is (73,104,106). Sum of RGB (Red+Green+Blue) = 73+104+106=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 106 - color contains mainly: blue. Hex color #49686A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49686A is #B69795. Grayscale: #5E5E5E. Windows color (decimal): -11966358 or 6973513. OLE color: 6973513.
HSL color Cylindrical-coordinate representation of color #49686A: hue angle of 183.64º 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 #49686A is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 104 | 106 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.58 |
| HSL | 183.64º | 0.18% | 0.35% | - |
| HSV(B) | 183.64º | 0.31% | 0.42% | - |
| XYZ | 10.3 | 12.36 | 15.48 | - |
| YUV | 94.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 106 | 0.31 | 0.02 | 0 | 0.58 | 183.64 | 0.18 | 0.35 |
| Hex | 49 | 68 | 6A | 1F | 2 | 0 | 3A | B8 | 12 | 23 |
| Octal | 111 | 150 | 152 | 37 | 2 | 0 | 72 | 270 | 22 | 43 |
| Binary | 1001001 | 1101000 | 1101010 | 11111 | 10 | 0 | 111010 | 10111000 | 10010 | 100011 |
Color Harmonies of #49686A
Complementary color
Monochromatic Colors of #49686A
Black with #49686A
Text Example
Text Example
White with #49686A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49686A; }
p { color: rgb(73,104,106); }
H1.HeaderClassName
{
color: #49686A;
}
.AnyTagClassName
{
color: #49686A;
}
</style>
background-color css
<style>
a { background-color: #49686A; }
a { background-color: rgb(73,104,106); }
div.DivClassName
{
background-color: #49686A;
}
.BgClassName
{
background-color: #49686A;
}
</style>
border-color css
<style>
span { border-color: #49686A; }
span { border-color: rgb(73,104,106); }
td.TdClassName
{
border-color: #49686A;
}
.TagClassName
{
border-color: #49686A;
}
</style>