Shades of William #4E7572
Tints of William #4E7572
RGB
CMYK
RGB Variations
Color information
#4E7572 (or 0x4E7572) is known color: William. HEX triplet: 4E, 75 and 72. RGB value is (78,117,114). Sum of RGB (Red+Green+Blue) = 78+117+114=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7572 is #B18A8D. Grayscale: #686868. Windows color (decimal): -11635342 or 7501134. OLE color: 7501134.
HSL color Cylindrical-coordinate representation of color #4E7572: hue angle of 175.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E7572 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 117 | 114 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.54 |
| HSL | 175.38º | 0.2% | 0.38% | - |
| HSV(B) | 175.38º | 0.33% | 0.46% | - |
| XYZ | 12.54 | 15.56 | 18.26 | - |
| YUV | 105 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 114 | 0.33 | 0 | 0.03 | 0.54 | 175.38 | 0.2 | 0.38 |
| Hex | 4E | 75 | 72 | 21 | 0 | 3 | 36 | AF | 14 | 26 |
| Octal | 116 | 165 | 162 | 41 | 0 | 3 | 66 | 257 | 24 | 46 |
| Binary | 1001110 | 1110101 | 1110010 | 100001 | 0 | 11 | 110110 | 10101111 | 10100 | 100110 |
Color Harmonies of #4E7572
Complementary color
Monochromatic Colors of #4E7572
Black with #4E7572
Text Example
Text Example
White with #4E7572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7572; }
p { color: rgb(78,117,114); }
H1.HeaderClassName
{
color: #4E7572;
}
.AnyTagClassName
{
color: #4E7572;
}
</style>
background-color css
<style>
a { background-color: #4E7572; }
a { background-color: rgb(78,117,114); }
div.DivClassName
{
background-color: #4E7572;
}
.BgClassName
{
background-color: #4E7572;
}
</style>
border-color css
<style>
span { border-color: #4E7572; }
span { border-color: rgb(78,117,114); }
td.TdClassName
{
border-color: #4E7572;
}
.TagClassName
{
border-color: #4E7572;
}
</style>