Shades of William #4E716C
Tints of William #4E716C
RGB
CMYK
RGB Variations
Color information
#4E716C (or 0x4E716C) is known color: William. HEX triplet: 4E, 71 and 6C. RGB value is (78,113,108). Sum of RGB (Red+Green+Blue) = 78+113+108=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4E716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E716C is #B18E93. Grayscale: #656565. Windows color (decimal): -11636372 or 7106894. OLE color: 7106894.
HSL color Cylindrical-coordinate representation of color #4E716C: hue angle of 171.43º 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 #4E716C is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 108 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.56 |
| HSL | 171.43º | 0.18% | 0.37% | - |
| HSV(B) | 171.43º | 0.31% | 0.44% | - |
| XYZ | 11.75 | 14.51 | 16.37 | - |
| YUV | 101.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 108 | 0.31 | 0 | 0.04 | 0.56 | 171.43 | 0.18 | 0.37 |
| Hex | 4E | 71 | 6C | 1F | 0 | 4 | 38 | AB | 12 | 25 |
| Octal | 116 | 161 | 154 | 37 | 0 | 4 | 70 | 253 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1101100 | 11111 | 0 | 100 | 111000 | 10101011 | 10010 | 100101 |
Color Harmonies of #4E716C
Complementary color
Monochromatic Colors of #4E716C
Black with #4E716C
Text Example
Text Example
White with #4E716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E716C; }
p { color: rgb(78,113,108); }
H1.HeaderClassName
{
color: #4E716C;
}
.AnyTagClassName
{
color: #4E716C;
}
</style>
background-color css
<style>
a { background-color: #4E716C; }
a { background-color: rgb(78,113,108); }
div.DivClassName
{
background-color: #4E716C;
}
.BgClassName
{
background-color: #4E716C;
}
</style>
border-color css
<style>
span { border-color: #4E716C; }
span { border-color: rgb(78,113,108); }
td.TdClassName
{
border-color: #4E716C;
}
.TagClassName
{
border-color: #4E716C;
}
</style>