Shades of William #4D6E69
Tints of William #4D6E69
RGB
CMYK
RGB Variations
Color information
#4D6E69 (or 0x4D6E69) is known color: William. HEX triplet: 4D, 6E and 69. RGB value is (77,110,105). Sum of RGB (Red+Green+Blue) = 77+110+105=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E69 is #B29196. Grayscale: #636363. Windows color (decimal): -11702679 or 6909517. OLE color: 6909517.
HSL color Cylindrical-coordinate representation of color #4D6E69: hue angle of 170.91º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D6E69 is Cyan = 0.3, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 105 | - |
| CMYK | 0.3 | 0 | 0.05 | 0.57 |
| HSL | 170.91º | 0.18% | 0.37% | - |
| HSV(B) | 170.91º | 0.3% | 0.43% | - |
| XYZ | 11.19 | 13.75 | 15.43 | - |
| YUV | 99.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 105 | 0.3 | 0 | 0.05 | 0.57 | 170.91 | 0.18 | 0.37 |
| Hex | 4D | 6E | 69 | 1E | 0 | 5 | 39 | AB | 12 | 25 |
| Octal | 115 | 156 | 151 | 36 | 0 | 5 | 71 | 253 | 22 | 45 |
| Binary | 1001101 | 1101110 | 1101001 | 11110 | 0 | 101 | 111001 | 10101011 | 10010 | 100101 |
Color Harmonies of #4D6E69
Complementary color
Monochromatic Colors of #4D6E69
Black with #4D6E69
Text Example
Text Example
White with #4D6E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E69; }
p { color: rgb(77,110,105); }
H1.HeaderClassName
{
color: #4D6E69;
}
.AnyTagClassName
{
color: #4D6E69;
}
</style>
background-color css
<style>
a { background-color: #4D6E69; }
a { background-color: rgb(77,110,105); }
div.DivClassName
{
background-color: #4D6E69;
}
.BgClassName
{
background-color: #4D6E69;
}
</style>
border-color css
<style>
span { border-color: #4D6E69; }
span { border-color: rgb(77,110,105); }
td.TdClassName
{
border-color: #4D6E69;
}
.TagClassName
{
border-color: #4D6E69;
}
</style>