Shades of Tax Break #4D6E70
Tints of Tax Break #4D6E70
RGB
CMYK
RGB Variations
Color information
#4D6E70 (or 0x4D6E70) is known color: Tax Break. HEX triplet: 4D, 6E and 70. RGB value is (77,110,112). Sum of RGB (Red+Green+Blue) = 77+110+112=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D6E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E70 is #B2918F. Grayscale: #646464. Windows color (decimal): -11702672 or 7368269. OLE color: 7368269.
HSL color Cylindrical-coordinate representation of color #4D6E70: hue angle of 183.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6E70 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 110 | 112 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.56 |
| HSL | 183.43º | 0.19% | 0.37% | - |
| HSV(B) | 183.43º | 0.31% | 0.44% | - |
| XYZ | 11.56 | 13.9 | 17.4 | - |
| YUV | 100.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 112 | 0.31 | 0.02 | 0 | 0.56 | 183.43 | 0.19 | 0.37 |
| Hex | 4D | 6E | 70 | 1F | 2 | 0 | 38 | B7 | 13 | 25 |
| Octal | 115 | 156 | 160 | 37 | 2 | 0 | 70 | 267 | 23 | 45 |
| Binary | 1001101 | 1101110 | 1110000 | 11111 | 10 | 0 | 111000 | 10110111 | 10011 | 100101 |
Color Harmonies of #4D6E70
Complementary color
Monochromatic Colors of #4D6E70
Black with #4D6E70
Text Example
Text Example
White with #4D6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E70; }
p { color: rgb(77,110,112); }
H1.HeaderClassName
{
color: #4D6E70;
}
.AnyTagClassName
{
color: #4D6E70;
}
</style>
background-color css
<style>
a { background-color: #4D6E70; }
a { background-color: rgb(77,110,112); }
div.DivClassName
{
background-color: #4D6E70;
}
.BgClassName
{
background-color: #4D6E70;
}
</style>
border-color css
<style>
span { border-color: #4D6E70; }
span { border-color: rgb(77,110,112); }
td.TdClassName
{
border-color: #4D6E70;
}
.TagClassName
{
border-color: #4D6E70;
}
</style>