Shades of William #4E7672
Tints of William #4E7672
RGB
CMYK
RGB Variations
Color information
#4E7672 (or 0x4E7672) is known color: William. HEX triplet: 4E, 76 and 72. RGB value is (78,118,114). Sum of RGB (Red+Green+Blue) = 78+118+114=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #4E7672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7672 is #B1898D. Grayscale: #696969. Windows color (decimal): -11635086 or 7501390. OLE color: 7501390.
HSL color Cylindrical-coordinate representation of color #4E7672: hue angle of 174º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E7672 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 114 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.54 |
| HSL | 174º | 0.2% | 0.38% | - |
| HSV(B) | 174º | 0.34% | 0.46% | - |
| XYZ | 12.66 | 15.79 | 18.3 | - |
| YUV | 105.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 114 | 0.34 | 0 | 0.03 | 0.54 | 174 | 0.2 | 0.38 |
| Hex | 4E | 76 | 72 | 22 | 0 | 3 | 36 | AE | 14 | 26 |
| Octal | 116 | 166 | 162 | 42 | 0 | 3 | 66 | 256 | 24 | 46 |
| Binary | 1001110 | 1110110 | 1110010 | 100010 | 0 | 11 | 110110 | 10101110 | 10100 | 100110 |
Color Harmonies of #4E7672
Complementary color
Monochromatic Colors of #4E7672
Black with #4E7672
Text Example
Text Example
White with #4E7672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7672; }
p { color: rgb(78,118,114); }
H1.HeaderClassName
{
color: #4E7672;
}
.AnyTagClassName
{
color: #4E7672;
}
</style>
background-color css
<style>
a { background-color: #4E7672; }
a { background-color: rgb(78,118,114); }
div.DivClassName
{
background-color: #4E7672;
}
.BgClassName
{
background-color: #4E7672;
}
</style>
border-color css
<style>
span { border-color: #4E7672; }
span { border-color: rgb(78,118,114); }
td.TdClassName
{
border-color: #4E7672;
}
.TagClassName
{
border-color: #4E7672;
}
</style>