Shades of William #4E7671
Tints of William #4E7671
RGB
CMYK
RGB Variations
Color information
#4E7671 (or 0x4E7671) is known color: William. HEX triplet: 4E, 76 and 71. RGB value is (78,118,113). Sum of RGB (Red+Green+Blue) = 78+118+113=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #4E7671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7671 is #B1898E. Grayscale: #696969. Windows color (decimal): -11635087 or 7435854. OLE color: 7435854.
HSL color Cylindrical-coordinate representation of color #4E7671: hue angle of 172.5º 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 #4E7671 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 113 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.54 |
| HSL | 172.5º | 0.2% | 0.38% | - |
| HSV(B) | 172.5º | 0.34% | 0.46% | - |
| XYZ | 12.6 | 15.77 | 18 | - |
| YUV | 105.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 113 | 0.34 | 0 | 0.04 | 0.54 | 172.5 | 0.2 | 0.38 |
| Hex | 4E | 76 | 71 | 22 | 0 | 4 | 36 | AC | 14 | 26 |
| Octal | 116 | 166 | 161 | 42 | 0 | 4 | 66 | 254 | 24 | 46 |
| Binary | 1001110 | 1110110 | 1110001 | 100010 | 0 | 100 | 110110 | 10101100 | 10100 | 100110 |
Color Harmonies of #4E7671
Complementary color
Monochromatic Colors of #4E7671
Black with #4E7671
Text Example
Text Example
White with #4E7671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7671; }
p { color: rgb(78,118,113); }
H1.HeaderClassName
{
color: #4E7671;
}
.AnyTagClassName
{
color: #4E7671;
}
</style>
background-color css
<style>
a { background-color: #4E7671; }
a { background-color: rgb(78,118,113); }
div.DivClassName
{
background-color: #4E7671;
}
.BgClassName
{
background-color: #4E7671;
}
</style>
border-color css
<style>
span { border-color: #4E7671; }
span { border-color: rgb(78,118,113); }
td.TdClassName
{
border-color: #4E7671;
}
.TagClassName
{
border-color: #4E7671;
}
</style>