Shades of Tax Break #4F6E72
Tints of Tax Break #4F6E72
RGB
CMYK
RGB Variations
Color information
#4F6E72 (or 0x4F6E72) is known color: Tax Break. HEX triplet: 4F, 6E and 72. RGB value is (79,110,114). Sum of RGB (Red+Green+Blue) = 79+110+114=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F6E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6E72 is #B0918D. Grayscale: #656565. Windows color (decimal): -11571598 or 7499343. OLE color: 7499343.
HSL color Cylindrical-coordinate representation of color #4F6E72: hue angle of 186.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F6E72 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 110 | 114 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.55 |
| HSL | 186.86º | 0.18% | 0.38% | - |
| HSV(B) | 186.86º | 0.31% | 0.45% | - |
| XYZ | 11.84 | 14.03 | 18 | - |
| YUV | 101.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 110 | 114 | 0.31 | 0.04 | 0 | 0.55 | 186.86 | 0.18 | 0.38 |
| Hex | 4F | 6E | 72 | 1F | 4 | 0 | 37 | BB | 12 | 26 |
| Octal | 117 | 156 | 162 | 37 | 4 | 0 | 67 | 273 | 22 | 46 |
| Binary | 1001111 | 1101110 | 1110010 | 11111 | 100 | 0 | 110111 | 10111011 | 10010 | 100110 |
Color Harmonies of #4F6E72
Complementary color
Monochromatic Colors of #4F6E72
Black with #4F6E72
Text Example
Text Example
White with #4F6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6E72; }
p { color: rgb(79,110,114); }
H1.HeaderClassName
{
color: #4F6E72;
}
.AnyTagClassName
{
color: #4F6E72;
}
</style>
background-color css
<style>
a { background-color: #4F6E72; }
a { background-color: rgb(79,110,114); }
div.DivClassName
{
background-color: #4F6E72;
}
.BgClassName
{
background-color: #4F6E72;
}
</style>
border-color css
<style>
span { border-color: #4F6E72; }
span { border-color: rgb(79,110,114); }
td.TdClassName
{
border-color: #4F6E72;
}
.TagClassName
{
border-color: #4F6E72;
}
</style>