Shades of Tax Break #4D696D
Tints of Tax Break #4D696D
RGB
CMYK
RGB Variations
Color information
#4D696D (or 0x4D696D) is known color: Tax Break. HEX triplet: 4D, 69 and 6D. RGB value is (77,105,109). Sum of RGB (Red+Green+Blue) = 77+105+109=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D696D is #B29692. Grayscale: #616161. Windows color (decimal): -11703955 or 7170381. OLE color: 7170381.
HSL color Cylindrical-coordinate representation of color #4D696D: hue angle of 187.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D696D is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 105 | 109 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.57 |
| HSL | 187.5º | 0.17% | 0.36% | - |
| HSV(B) | 187.5º | 0.29% | 0.43% | - |
| XYZ | 10.87 | 12.79 | 16.36 | - |
| YUV | 97.08 | 134.72 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 109 | 0.29 | 0.04 | 0 | 0.57 | 187.5 | 0.17 | 0.36 |
| Hex | 4D | 69 | 6D | 1D | 4 | 0 | 39 | BC | 11 | 24 |
| Octal | 115 | 151 | 155 | 35 | 4 | 0 | 71 | 274 | 21 | 44 |
| Binary | 1001101 | 1101001 | 1101101 | 11101 | 100 | 0 | 111001 | 10111100 | 10001 | 100100 |
Color Harmonies of #4D696D
Complementary color
Monochromatic Colors of #4D696D
Black with #4D696D
Text Example
Text Example
White with #4D696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D696D; }
p { color: rgb(77,105,109); }
H1.HeaderClassName
{
color: #4D696D;
}
.AnyTagClassName
{
color: #4D696D;
}
</style>
background-color css
<style>
a { background-color: #4D696D; }
a { background-color: rgb(77,105,109); }
div.DivClassName
{
background-color: #4D696D;
}
.BgClassName
{
background-color: #4D696D;
}
</style>
border-color css
<style>
span { border-color: #4D696D; }
span { border-color: rgb(77,105,109); }
td.TdClassName
{
border-color: #4D696D;
}
.TagClassName
{
border-color: #4D696D;
}
</style>