Shades of Tax Break #4E6E73
Tints of Tax Break #4E6E73
RGB
CMYK
RGB Variations
Color information
#4E6E73 (or 0x4E6E73) is known color: Tax Break. HEX triplet: 4E, 6E and 73. RGB value is (78,110,115). Sum of RGB (Red+Green+Blue) = 78+110+115=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E6E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6E73 is #B1918C. Grayscale: #646464. Windows color (decimal): -11637133 or 7564878. OLE color: 7564878.
HSL color Cylindrical-coordinate representation of color #4E6E73: hue angle of 188.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E6E73 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 110 | 115 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.55 |
| HSL | 188.11º | 0.19% | 0.38% | - |
| HSV(B) | 188.11º | 0.32% | 0.45% | - |
| XYZ | 11.81 | 14.01 | 18.3 | - |
| YUV | 101 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 115 | 0.32 | 0.04 | 0 | 0.55 | 188.11 | 0.19 | 0.38 |
| Hex | 4E | 6E | 73 | 20 | 4 | 0 | 37 | BC | 13 | 26 |
| Octal | 116 | 156 | 163 | 40 | 4 | 0 | 67 | 274 | 23 | 46 |
| Binary | 1001110 | 1101110 | 1110011 | 100000 | 100 | 0 | 110111 | 10111100 | 10011 | 100110 |
Color Harmonies of #4E6E73
Complementary color
Monochromatic Colors of #4E6E73
Black with #4E6E73
Text Example
Text Example
White with #4E6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6E73; }
p { color: rgb(78,110,115); }
H1.HeaderClassName
{
color: #4E6E73;
}
.AnyTagClassName
{
color: #4E6E73;
}
</style>
background-color css
<style>
a { background-color: #4E6E73; }
a { background-color: rgb(78,110,115); }
div.DivClassName
{
background-color: #4E6E73;
}
.BgClassName
{
background-color: #4E6E73;
}
</style>
border-color css
<style>
span { border-color: #4E6E73; }
span { border-color: rgb(78,110,115); }
td.TdClassName
{
border-color: #4E6E73;
}
.TagClassName
{
border-color: #4E6E73;
}
</style>