Shades of William #4E716E
Tints of William #4E716E
RGB
CMYK
RGB Variations
Color information
#4E716E (or 0x4E716E) is known color: William. HEX triplet: 4E, 71 and 6E. RGB value is (78,113,110). Sum of RGB (Red+Green+Blue) = 78+113+110=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 113 - color contains mainly: green. Hex color #4E716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E716E is #B18E91. Grayscale: #666666. Windows color (decimal): -11636370 or 7237966. OLE color: 7237966.
HSL color Cylindrical-coordinate representation of color #4E716E: hue angle of 174.86º degrees, saturation: 0.18, 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 #4E716E is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 110 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.56 |
| HSL | 174.86º | 0.18% | 0.37% | - |
| HSV(B) | 174.86º | 0.31% | 0.44% | - |
| XYZ | 11.86 | 14.56 | 16.94 | - |
| YUV | 102.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 110 | 0.31 | 0 | 0.03 | 0.56 | 174.86 | 0.18 | 0.37 |
| Hex | 4E | 71 | 6E | 1F | 0 | 3 | 38 | AF | 12 | 25 |
| Octal | 116 | 161 | 156 | 37 | 0 | 3 | 70 | 257 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1101110 | 11111 | 0 | 11 | 111000 | 10101111 | 10010 | 100101 |
Color Harmonies of #4E716E
Complementary color
Monochromatic Colors of #4E716E
Black with #4E716E
Text Example
Text Example
White with #4E716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E716E; }
p { color: rgb(78,113,110); }
H1.HeaderClassName
{
color: #4E716E;
}
.AnyTagClassName
{
color: #4E716E;
}
</style>
background-color css
<style>
a { background-color: #4E716E; }
a { background-color: rgb(78,113,110); }
div.DivClassName
{
background-color: #4E716E;
}
.BgClassName
{
background-color: #4E716E;
}
</style>
border-color css
<style>
span { border-color: #4E716E; }
span { border-color: rgb(78,113,110); }
td.TdClassName
{
border-color: #4E716E;
}
.TagClassName
{
border-color: #4E716E;
}
</style>