Shades of Tax Break #49686F
Tints of Tax Break #49686F
RGB
CMYK
RGB Variations
Color information
#49686F (or 0x49686F) is known color: Tax Break. HEX triplet: 49, 68 and 6F. RGB value is (73,104,111). Sum of RGB (Red+Green+Blue) = 73+104+111=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 111 - color contains mainly: blue. Hex color #49686F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49686F is #B69790. Grayscale: #5F5F5F. Windows color (decimal): -11966353 or 7301193. OLE color: 7301193.
HSL color Cylindrical-coordinate representation of color #49686F: hue angle of 191.05º 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 #49686F is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 104 | 111 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.56 |
| HSL | 191.05º | 0.21% | 0.36% | - |
| HSV(B) | 191.05º | 0.34% | 0.44% | - |
| XYZ | 10.57 | 12.46 | 16.89 | - |
| YUV | 95.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 111 | 0.34 | 0.06 | 0 | 0.56 | 191.05 | 0.21 | 0.36 |
| Hex | 49 | 68 | 6F | 22 | 6 | 0 | 38 | BF | 15 | 24 |
| Octal | 111 | 150 | 157 | 42 | 6 | 0 | 70 | 277 | 25 | 44 |
| Binary | 1001001 | 1101000 | 1101111 | 100010 | 110 | 0 | 111000 | 10111111 | 10101 | 100100 |
Color Harmonies of #49686F
Complementary color
Monochromatic Colors of #49686F
Black with #49686F
Text Example
Text Example
White with #49686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49686F; }
p { color: rgb(73,104,111); }
H1.HeaderClassName
{
color: #49686F;
}
.AnyTagClassName
{
color: #49686F;
}
</style>
background-color css
<style>
a { background-color: #49686F; }
a { background-color: rgb(73,104,111); }
div.DivClassName
{
background-color: #49686F;
}
.BgClassName
{
background-color: #49686F;
}
</style>
border-color css
<style>
span { border-color: #49686F; }
span { border-color: rgb(73,104,111); }
td.TdClassName
{
border-color: #49686F;
}
.TagClassName
{
border-color: #49686F;
}
</style>