Shades of William #4E6966
Tints of William #4E6966
RGB
CMYK
RGB Variations
Color information
#4E6966 (or 0x4E6966) is known color: William. HEX triplet: 4E, 69 and 66. RGB value is (78,105,102). Sum of RGB (Red+Green+Blue) = 78+105+102=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6966 is #B19699. Grayscale: #606060. Windows color (decimal): -11638426 or 6711630. OLE color: 6711630.
HSL color Cylindrical-coordinate representation of color #4E6966: hue angle of 173.33º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6966 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 102 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.59 |
| HSL | 173.33º | 0.15% | 0.36% | - |
| HSV(B) | 173.33º | 0.26% | 0.41% | - |
| XYZ | 10.59 | 12.68 | 14.46 | - |
| YUV | 96.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 102 | 0.26 | 0 | 0.03 | 0.59 | 173.33 | 0.15 | 0.36 |
| Hex | 4E | 69 | 66 | 1A | 0 | 3 | 3B | AD | F | 24 |
| Octal | 116 | 151 | 146 | 32 | 0 | 3 | 73 | 255 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1100110 | 11010 | 0 | 11 | 111011 | 10101101 | 1111 | 100100 |
Color Harmonies of #4E6966
Complementary color
Monochromatic Colors of #4E6966
Black with #4E6966
Text Example
Text Example
White with #4E6966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6966; }
p { color: rgb(78,105,102); }
H1.HeaderClassName
{
color: #4E6966;
}
.AnyTagClassName
{
color: #4E6966;
}
</style>
background-color css
<style>
a { background-color: #4E6966; }
a { background-color: rgb(78,105,102); }
div.DivClassName
{
background-color: #4E6966;
}
.BgClassName
{
background-color: #4E6966;
}
</style>
border-color css
<style>
span { border-color: #4E6966; }
span { border-color: rgb(78,105,102); }
td.TdClassName
{
border-color: #4E6966;
}
.TagClassName
{
border-color: #4E6966;
}
</style>