Shades of William #4E726E
Tints of William #4E726E
RGB
CMYK
RGB Variations
Color information
#4E726E (or 0x4E726E) is known color: William. HEX triplet: 4E, 72 and 6E. RGB value is (78,114,110). Sum of RGB (Red+Green+Blue) = 78+114+110=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #4E726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E726E is #B18D91. Grayscale: #666666. Windows color (decimal): -11636114 or 7238222. OLE color: 7238222.
HSL color Cylindrical-coordinate representation of color #4E726E: hue angle of 173.33º 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 #4E726E is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 114 | 110 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.55 |
| HSL | 173.33º | 0.19% | 0.38% | - |
| HSV(B) | 173.33º | 0.32% | 0.45% | - |
| XYZ | 11.97 | 14.78 | 16.97 | - |
| YUV | 102.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 110 | 0.32 | 0 | 0.04 | 0.55 | 173.33 | 0.19 | 0.38 |
| Hex | 4E | 72 | 6E | 20 | 0 | 4 | 37 | AD | 13 | 26 |
| Octal | 116 | 162 | 156 | 40 | 0 | 4 | 67 | 255 | 23 | 46 |
| Binary | 1001110 | 1110010 | 1101110 | 100000 | 0 | 100 | 110111 | 10101101 | 10011 | 100110 |
Color Harmonies of #4E726E
Complementary color
Monochromatic Colors of #4E726E
Black with #4E726E
Text Example
Text Example
White with #4E726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E726E; }
p { color: rgb(78,114,110); }
H1.HeaderClassName
{
color: #4E726E;
}
.AnyTagClassName
{
color: #4E726E;
}
</style>
background-color css
<style>
a { background-color: #4E726E; }
a { background-color: rgb(78,114,110); }
div.DivClassName
{
background-color: #4E726E;
}
.BgClassName
{
background-color: #4E726E;
}
</style>
border-color css
<style>
span { border-color: #4E726E; }
span { border-color: rgb(78,114,110); }
td.TdClassName
{
border-color: #4E726E;
}
.TagClassName
{
border-color: #4E726E;
}
</style>