Shades of William #4E6E6C
Tints of William #4E6E6C
RGB
CMYK
RGB Variations
Color information
#4E6E6C (or 0x4E6E6C) is known color: William. HEX triplet: 4E, 6E and 6C. RGB value is (78,110,108). Sum of RGB (Red+Green+Blue) = 78+110+108=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 110 - color contains mainly: green. Hex color #4E6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6E6C is #B19193. Grayscale: #646464. Windows color (decimal): -11637140 or 7106126. OLE color: 7106126.
HSL color Cylindrical-coordinate representation of color #4E6E6C: hue angle of 176.25º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E6E6C is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 110 | 108 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.57 |
| HSL | 176.25º | 0.17% | 0.37% | - |
| HSV(B) | 176.25º | 0.29% | 0.43% | - |
| XYZ | 11.42 | 13.85 | 16.26 | - |
| YUV | 100.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 108 | 0.29 | 0 | 0.02 | 0.57 | 176.25 | 0.17 | 0.37 |
| Hex | 4E | 6E | 6C | 1D | 0 | 2 | 39 | B0 | 11 | 25 |
| Octal | 116 | 156 | 154 | 35 | 0 | 2 | 71 | 260 | 21 | 45 |
| Binary | 1001110 | 1101110 | 1101100 | 11101 | 0 | 10 | 111001 | 10110000 | 10001 | 100101 |
Color Harmonies of #4E6E6C
Complementary color
Monochromatic Colors of #4E6E6C
Black with #4E6E6C
Text Example
Text Example
White with #4E6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6E6C; }
p { color: rgb(78,110,108); }
H1.HeaderClassName
{
color: #4E6E6C;
}
.AnyTagClassName
{
color: #4E6E6C;
}
</style>
background-color css
<style>
a { background-color: #4E6E6C; }
a { background-color: rgb(78,110,108); }
div.DivClassName
{
background-color: #4E6E6C;
}
.BgClassName
{
background-color: #4E6E6C;
}
</style>
border-color css
<style>
span { border-color: #4E6E6C; }
span { border-color: rgb(78,110,108); }
td.TdClassName
{
border-color: #4E6E6C;
}
.TagClassName
{
border-color: #4E6E6C;
}
</style>