Shades of William #4E6A65
Tints of William #4E6A65
RGB
CMYK
RGB Variations
Color information
#4E6A65 (or 0x4E6A65) is known color: William. HEX triplet: 4E, 6A and 65. RGB value is (78,106,101). Sum of RGB (Red+Green+Blue) = 78+106+101=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A65 is #B1959A. Grayscale: #616161. Windows color (decimal): -11638171 or 6646350. OLE color: 6646350.
HSL color Cylindrical-coordinate representation of color #4E6A65: hue angle of 169.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6A65 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 101 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.58 |
| HSL | 169.29º | 0.15% | 0.36% | - |
| HSV(B) | 169.29º | 0.26% | 0.42% | - |
| XYZ | 10.64 | 12.87 | 14.23 | - |
| YUV | 97.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 101 | 0.26 | 0 | 0.05 | 0.58 | 169.29 | 0.15 | 0.36 |
| Hex | 4E | 6A | 65 | 1A | 0 | 5 | 3A | A9 | F | 24 |
| Octal | 116 | 152 | 145 | 32 | 0 | 5 | 72 | 251 | 17 | 44 |
| Binary | 1001110 | 1101010 | 1100101 | 11010 | 0 | 101 | 111010 | 10101001 | 1111 | 100100 |
Color Harmonies of #4E6A65
Complementary color
Monochromatic Colors of #4E6A65
Black with #4E6A65
Text Example
Text Example
White with #4E6A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A65; }
p { color: rgb(78,106,101); }
H1.HeaderClassName
{
color: #4E6A65;
}
.AnyTagClassName
{
color: #4E6A65;
}
</style>
background-color css
<style>
a { background-color: #4E6A65; }
a { background-color: rgb(78,106,101); }
div.DivClassName
{
background-color: #4E6A65;
}
.BgClassName
{
background-color: #4E6A65;
}
</style>
border-color css
<style>
span { border-color: #4E6A65; }
span { border-color: rgb(78,106,101); }
td.TdClassName
{
border-color: #4E6A65;
}
.TagClassName
{
border-color: #4E6A65;
}
</style>