Shades of William #4D706E
Tints of William #4D706E
RGB
CMYK
RGB Variations
Color information
#4D706E (or 0x4D706E) is known color: William. HEX triplet: 4D, 70 and 6E. RGB value is (77,112,110). Sum of RGB (Red+Green+Blue) = 77+112+110=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 112 - color contains mainly: green. Hex color #4D706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D706E is #B28F91. Grayscale: #656565. Windows color (decimal): -11702162 or 7237709. OLE color: 7237709.
HSL color Cylindrical-coordinate representation of color #4D706E: hue angle of 176.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D706E is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 110 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.56 |
| HSL | 176.57º | 0.19% | 0.37% | - |
| HSV(B) | 176.57º | 0.31% | 0.44% | - |
| XYZ | 11.67 | 14.29 | 16.9 | - |
| YUV | 101.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 110 | 0.31 | 0 | 0.02 | 0.56 | 176.57 | 0.19 | 0.37 |
| Hex | 4D | 70 | 6E | 1F | 0 | 2 | 38 | B1 | 13 | 25 |
| Octal | 115 | 160 | 156 | 37 | 0 | 2 | 70 | 261 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1101110 | 11111 | 0 | 10 | 111000 | 10110001 | 10011 | 100101 |
Color Harmonies of #4D706E
Complementary color
Monochromatic Colors of #4D706E
Black with #4D706E
Text Example
Text Example
White with #4D706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D706E; }
p { color: rgb(77,112,110); }
H1.HeaderClassName
{
color: #4D706E;
}
.AnyTagClassName
{
color: #4D706E;
}
</style>
background-color css
<style>
a { background-color: #4D706E; }
a { background-color: rgb(77,112,110); }
div.DivClassName
{
background-color: #4D706E;
}
.BgClassName
{
background-color: #4D706E;
}
</style>
border-color css
<style>
span { border-color: #4D706E; }
span { border-color: rgb(77,112,110); }
td.TdClassName
{
border-color: #4D706E;
}
.TagClassName
{
border-color: #4D706E;
}
</style>