Shades of William #4D6D6C
Tints of William #4D6D6C
RGB
CMYK
RGB Variations
Color information
#4D6D6C (or 0x4D6D6C) is known color: William. HEX triplet: 4D, 6D and 6C. RGB value is (77,109,108). Sum of RGB (Red+Green+Blue) = 77+109+108=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D6C is #B29293. Grayscale: #636363. Windows color (decimal): -11702932 or 7105869. OLE color: 7105869.
HSL color Cylindrical-coordinate representation of color #4D6D6C: hue angle of 178.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D6C is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 108 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.57 |
| HSL | 178.13º | 0.17% | 0.36% | - |
| HSV(B) | 178.13º | 0.29% | 0.43% | - |
| XYZ | 11.24 | 13.6 | 16.22 | - |
| YUV | 99.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 108 | 0.29 | 0 | 0.01 | 0.57 | 178.13 | 0.17 | 0.36 |
| Hex | 4D | 6D | 6C | 1D | 0 | 1 | 39 | B2 | 11 | 24 |
| Octal | 115 | 155 | 154 | 35 | 0 | 1 | 71 | 262 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1101100 | 11101 | 0 | 1 | 111001 | 10110010 | 10001 | 100100 |
Color Harmonies of #4D6D6C
Complementary color
Monochromatic Colors of #4D6D6C
Black with #4D6D6C
Text Example
Text Example
White with #4D6D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D6C; }
p { color: rgb(77,109,108); }
H1.HeaderClassName
{
color: #4D6D6C;
}
.AnyTagClassName
{
color: #4D6D6C;
}
</style>
background-color css
<style>
a { background-color: #4D6D6C; }
a { background-color: rgb(77,109,108); }
div.DivClassName
{
background-color: #4D6D6C;
}
.BgClassName
{
background-color: #4D6D6C;
}
</style>
border-color css
<style>
span { border-color: #4D6D6C; }
span { border-color: rgb(77,109,108); }
td.TdClassName
{
border-color: #4D6D6C;
}
.TagClassName
{
border-color: #4D6D6C;
}
</style>