Shades of William #4E6562
Tints of William #4E6562
RGB
CMYK
RGB Variations
Color information
#4E6562 (or 0x4E6562) is known color: William. HEX triplet: 4E, 65 and 62. RGB value is (78,101,98). Sum of RGB (Red+Green+Blue) = 78+101+98=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6562 is #B19A9D. Grayscale: #5D5D5D. Windows color (decimal): -11639454 or 6448462. OLE color: 6448462.
HSL color Cylindrical-coordinate representation of color #4E6562: hue angle of 172.17º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E6562 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 98 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.60 |
| HSL | 172.17º | 0.13% | 0.35% | - |
| HSV(B) | 172.17º | 0.23% | 0.4% | - |
| XYZ | 10 | 11.81 | 13.31 | - |
| YUV | 93.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 98 | 0.23 | 0 | 0.03 | 0.60 | 172.17 | 0.13 | 0.35 |
| Hex | 4E | 65 | 62 | 17 | 0 | 3 | 3C | AC | D | 23 |
| Octal | 116 | 145 | 142 | 27 | 0 | 3 | 74 | 254 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1100010 | 10111 | 0 | 11 | 111100 | 10101100 | 1101 | 100011 |
Color Harmonies of #4E6562
Complementary color
Monochromatic Colors of #4E6562
Black with #4E6562
Text Example
Text Example
White with #4E6562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6562; }
p { color: rgb(78,101,98); }
H1.HeaderClassName
{
color: #4E6562;
}
.AnyTagClassName
{
color: #4E6562;
}
</style>
background-color css
<style>
a { background-color: #4E6562; }
a { background-color: rgb(78,101,98); }
div.DivClassName
{
background-color: #4E6562;
}
.BgClassName
{
background-color: #4E6562;
}
</style>
border-color css
<style>
span { border-color: #4E6562; }
span { border-color: rgb(78,101,98); }
td.TdClassName
{
border-color: #4E6562;
}
.TagClassName
{
border-color: #4E6562;
}
</style>