Shades of William #4D706B
Tints of William #4D706B
RGB
CMYK
RGB Variations
Color information
#4D706B (or 0x4D706B) is known color: William. HEX triplet: 4D, 70 and 6B. RGB value is (77,112,107). Sum of RGB (Red+Green+Blue) = 77+112+107=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #4D706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D706B is #B28F94. Grayscale: #646464. Windows color (decimal): -11702165 or 7041101. OLE color: 7041101.
HSL color Cylindrical-coordinate representation of color #4D706B: hue angle of 171.43º 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 #4D706B is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 107 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.56 |
| HSL | 171.43º | 0.19% | 0.37% | - |
| HSV(B) | 171.43º | 0.31% | 0.44% | - |
| XYZ | 11.51 | 14.23 | 16.05 | - |
| YUV | 100.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 107 | 0.31 | 0 | 0.04 | 0.56 | 171.43 | 0.19 | 0.37 |
| Hex | 4D | 70 | 6B | 1F | 0 | 4 | 38 | AB | 13 | 25 |
| Octal | 115 | 160 | 153 | 37 | 0 | 4 | 70 | 253 | 23 | 45 |
| Binary | 1001101 | 1110000 | 1101011 | 11111 | 0 | 100 | 111000 | 10101011 | 10011 | 100101 |
Color Harmonies of #4D706B
Complementary color
Monochromatic Colors of #4D706B
Black with #4D706B
Text Example
Text Example
White with #4D706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D706B; }
p { color: rgb(77,112,107); }
H1.HeaderClassName
{
color: #4D706B;
}
.AnyTagClassName
{
color: #4D706B;
}
</style>
background-color css
<style>
a { background-color: #4D706B; }
a { background-color: rgb(77,112,107); }
div.DivClassName
{
background-color: #4D706B;
}
.BgClassName
{
background-color: #4D706B;
}
</style>
border-color css
<style>
span { border-color: #4D706B; }
span { border-color: rgb(77,112,107); }
td.TdClassName
{
border-color: #4D706B;
}
.TagClassName
{
border-color: #4D706B;
}
</style>