Shades of Tax Break #49676F
Tints of Tax Break #49676F
RGB
CMYK
RGB Variations
Color information
#49676F (or 0x49676F) is known color: Tax Break. HEX triplet: 49, 67 and 6F. RGB value is (73,103,111). Sum of RGB (Red+Green+Blue) = 73+103+111=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #49676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49676F is #B69890. Grayscale: #5E5E5E. Windows color (decimal): -11966609 or 7300937. OLE color: 7300937.
HSL color Cylindrical-coordinate representation of color #49676F: hue angle of 192.63º 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 #49676F is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 103 | 111 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.56 |
| HSL | 192.63º | 0.21% | 0.36% | - |
| HSV(B) | 192.63º | 0.34% | 0.44% | - |
| XYZ | 10.47 | 12.26 | 16.85 | - |
| YUV | 94.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 111 | 0.34 | 0.07 | 0 | 0.56 | 192.63 | 0.21 | 0.36 |
| Hex | 49 | 67 | 6F | 22 | 7 | 0 | 38 | C1 | 15 | 24 |
| Octal | 111 | 147 | 157 | 42 | 7 | 0 | 70 | 301 | 25 | 44 |
| Binary | 1001001 | 1100111 | 1101111 | 100010 | 111 | 0 | 111000 | 11000001 | 10101 | 100100 |
Color Harmonies of #49676F
Complementary color
Monochromatic Colors of #49676F
Black with #49676F
Text Example
Text Example
White with #49676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49676F; }
p { color: rgb(73,103,111); }
H1.HeaderClassName
{
color: #49676F;
}
.AnyTagClassName
{
color: #49676F;
}
</style>
background-color css
<style>
a { background-color: #49676F; }
a { background-color: rgb(73,103,111); }
div.DivClassName
{
background-color: #49676F;
}
.BgClassName
{
background-color: #49676F;
}
</style>
border-color css
<style>
span { border-color: #49676F; }
span { border-color: rgb(73,103,111); }
td.TdClassName
{
border-color: #49676F;
}
.TagClassName
{
border-color: #49676F;
}
</style>