Shades of William #4E7370
Tints of William #4E7370
RGB
CMYK
RGB Variations
Color information
#4E7370 (or 0x4E7370) is known color: William. HEX triplet: 4E, 73 and 70. RGB value is (78,115,112). Sum of RGB (Red+Green+Blue) = 78+115+112=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7370 is #B18C8F. Grayscale: #676767. Windows color (decimal): -11635856 or 7369550. OLE color: 7369550.
HSL color Cylindrical-coordinate representation of color #4E7370: hue angle of 175.14º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E7370 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 115 | 112 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.55 |
| HSL | 175.14º | 0.19% | 0.38% | - |
| HSV(B) | 175.14º | 0.32% | 0.45% | - |
| XYZ | 12.2 | 15.05 | 17.59 | - |
| YUV | 103.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 112 | 0.32 | 0 | 0.03 | 0.55 | 175.14 | 0.19 | 0.38 |
| Hex | 4E | 73 | 70 | 20 | 0 | 3 | 37 | AF | 13 | 26 |
| Octal | 116 | 163 | 160 | 40 | 0 | 3 | 67 | 257 | 23 | 46 |
| Binary | 1001110 | 1110011 | 1110000 | 100000 | 0 | 11 | 110111 | 10101111 | 10011 | 100110 |
Color Harmonies of #4E7370
Complementary color
Monochromatic Colors of #4E7370
Black with #4E7370
Text Example
Text Example
White with #4E7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7370; }
p { color: rgb(78,115,112); }
H1.HeaderClassName
{
color: #4E7370;
}
.AnyTagClassName
{
color: #4E7370;
}
</style>
background-color css
<style>
a { background-color: #4E7370; }
a { background-color: rgb(78,115,112); }
div.DivClassName
{
background-color: #4E7370;
}
.BgClassName
{
background-color: #4E7370;
}
</style>
border-color css
<style>
span { border-color: #4E7370; }
span { border-color: rgb(78,115,112); }
td.TdClassName
{
border-color: #4E7370;
}
.TagClassName
{
border-color: #4E7370;
}
</style>