Shades of William #4D706D
Tints of William #4D706D
RGB
CMYK
RGB Variations
Color information
#4D706D (or 0x4D706D) is known color: William. HEX triplet: 4D, 70 and 6D. RGB value is (77,112,109). Sum of RGB (Red+Green+Blue) = 77+112+109=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 112 - color contains mainly: green. Hex color #4D706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D706D is #B28F92. Grayscale: #656565. Windows color (decimal): -11702163 or 7172173. OLE color: 7172173.
HSL color Cylindrical-coordinate representation of color #4D706D: hue angle of 174.86º 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 #4D706D is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 109 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.56 |
| HSL | 174.86º | 0.19% | 0.37% | - |
| HSV(B) | 174.86º | 0.31% | 0.44% | - |
| XYZ | 11.62 | 14.27 | 16.61 | - |
| YUV | 101.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 109 | 0.31 | 0 | 0.03 | 0.56 | 174.86 | 0.19 | 0.37 |
| Hex | 4D | 70 | 6D | 1F | 0 | 3 | 38 | AF | 13 | 25 |
| Octal | 115 | 160 | 155 | 37 | 0 | 3 | 70 | 257 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1101101 | 11111 | 0 | 11 | 111000 | 10101111 | 10011 | 100101 |
Color Harmonies of #4D706D
Complementary color
Monochromatic Colors of #4D706D
Black with #4D706D
Text Example
Text Example
White with #4D706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D706D; }
p { color: rgb(77,112,109); }
H1.HeaderClassName
{
color: #4D706D;
}
.AnyTagClassName
{
color: #4D706D;
}
</style>
background-color css
<style>
a { background-color: #4D706D; }
a { background-color: rgb(77,112,109); }
div.DivClassName
{
background-color: #4D706D;
}
.BgClassName
{
background-color: #4D706D;
}
</style>
border-color css
<style>
span { border-color: #4D706D; }
span { border-color: rgb(77,112,109); }
td.TdClassName
{
border-color: #4D706D;
}
.TagClassName
{
border-color: #4D706D;
}
</style>