Shades of William #4E706B
Tints of William #4E706B
RGB
CMYK
RGB Variations
Color information
#4E706B (or 0x4E706B) is known color: William. HEX triplet: 4E, 70 and 6B. RGB value is (78,112,107). Sum of RGB (Red+Green+Blue) = 78+112+107=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #4E706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E706B is #B18F94. Grayscale: #656565. Windows color (decimal): -11636629 or 7041102. OLE color: 7041102.
HSL color Cylindrical-coordinate representation of color #4E706B: hue angle of 171.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E706B is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 112 | 107 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.56 |
| HSL | 171.18º | 0.18% | 0.37% | - |
| HSV(B) | 171.18º | 0.3% | 0.44% | - |
| XYZ | 11.59 | 14.27 | 16.05 | - |
| YUV | 101.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 107 | 0.30 | 0 | 0.04 | 0.56 | 171.18 | 0.18 | 0.37 |
| Hex | 4E | 70 | 6B | 1E | 0 | 4 | 38 | AB | 12 | 25 |
| Octal | 116 | 160 | 153 | 36 | 0 | 4 | 70 | 253 | 22 | 45 |
| Binary | 1001110 | 1110000 | 1101011 | 11110 | 0 | 100 | 111000 | 10101011 | 10010 | 100101 |
Color Harmonies of #4E706B
Complementary color
Monochromatic Colors of #4E706B
Black with #4E706B
Text Example
Text Example
White with #4E706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E706B; }
p { color: rgb(78,112,107); }
H1.HeaderClassName
{
color: #4E706B;
}
.AnyTagClassName
{
color: #4E706B;
}
</style>
background-color css
<style>
a { background-color: #4E706B; }
a { background-color: rgb(78,112,107); }
div.DivClassName
{
background-color: #4E706B;
}
.BgClassName
{
background-color: #4E706B;
}
</style>
border-color css
<style>
span { border-color: #4E706B; }
span { border-color: rgb(78,112,107); }
td.TdClassName
{
border-color: #4E706B;
}
.TagClassName
{
border-color: #4E706B;
}
</style>