Shades of William #4E6D6C
Tints of William #4E6D6C
RGB
CMYK
RGB Variations
Color information
#4E6D6C (or 0x4E6D6C) is known color: William. HEX triplet: 4E, 6D and 6C. RGB value is (78,109,108). Sum of RGB (Red+Green+Blue) = 78+109+108=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6D6C is #B19293. Grayscale: #636363. Windows color (decimal): -11637396 or 7105870. OLE color: 7105870.
HSL color Cylindrical-coordinate representation of color #4E6D6C: hue angle of 178.06º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6D6C is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 108 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.57 |
| HSL | 178.06º | 0.17% | 0.37% | - |
| HSV(B) | 178.06º | 0.28% | 0.43% | - |
| XYZ | 11.32 | 13.64 | 16.22 | - |
| YUV | 99.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 108 | 0.28 | 0 | 0.01 | 0.57 | 178.06 | 0.17 | 0.37 |
| Hex | 4E | 6D | 6C | 1C | 0 | 1 | 39 | B2 | 11 | 25 |
| Octal | 116 | 155 | 154 | 34 | 0 | 1 | 71 | 262 | 21 | 45 |
| Binary | 1001110 | 1101101 | 1101100 | 11100 | 0 | 1 | 111001 | 10110010 | 10001 | 100101 |
Color Harmonies of #4E6D6C
Complementary color
Monochromatic Colors of #4E6D6C
Black with #4E6D6C
Text Example
Text Example
White with #4E6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D6C; }
p { color: rgb(78,109,108); }
H1.HeaderClassName
{
color: #4E6D6C;
}
.AnyTagClassName
{
color: #4E6D6C;
}
</style>
background-color css
<style>
a { background-color: #4E6D6C; }
a { background-color: rgb(78,109,108); }
div.DivClassName
{
background-color: #4E6D6C;
}
.BgClassName
{
background-color: #4E6D6C;
}
</style>
border-color css
<style>
span { border-color: #4E6D6C; }
span { border-color: rgb(78,109,108); }
td.TdClassName
{
border-color: #4E6D6C;
}
.TagClassName
{
border-color: #4E6D6C;
}
</style>