Shades of William #4D6C68
Tints of William #4D6C68
RGB
CMYK
RGB Variations
Color information
#4D6C68 (or 0x4D6C68) is known color: William. HEX triplet: 4D, 6C and 68. RGB value is (77,108,104). Sum of RGB (Red+Green+Blue) = 77+108+104=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C68 is #B29397. Grayscale: #626262. Windows color (decimal): -11703192 or 6843469. OLE color: 6843469.
HSL color Cylindrical-coordinate representation of color #4D6C68: hue angle of 172.26º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6C68 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 108 | 104 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.58 |
| HSL | 172.26º | 0.17% | 0.36% | - |
| HSV(B) | 172.26º | 0.29% | 0.42% | - |
| XYZ | 10.92 | 13.3 | 15.09 | - |
| YUV | 98.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 104 | 0.29 | 0 | 0.04 | 0.58 | 172.26 | 0.17 | 0.36 |
| Hex | 4D | 6C | 68 | 1D | 0 | 4 | 3A | AC | 11 | 24 |
| Octal | 115 | 154 | 150 | 35 | 0 | 4 | 72 | 254 | 21 | 44 |
| Binary | 1001101 | 1101100 | 1101000 | 11101 | 0 | 100 | 111010 | 10101100 | 10001 | 100100 |
Color Harmonies of #4D6C68
Complementary color
Monochromatic Colors of #4D6C68
Black with #4D6C68
Text Example
Text Example
White with #4D6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6C68; }
p { color: rgb(77,108,104); }
H1.HeaderClassName
{
color: #4D6C68;
}
.AnyTagClassName
{
color: #4D6C68;
}
</style>
background-color css
<style>
a { background-color: #4D6C68; }
a { background-color: rgb(77,108,104); }
div.DivClassName
{
background-color: #4D6C68;
}
.BgClassName
{
background-color: #4D6C68;
}
</style>
border-color css
<style>
span { border-color: #4D6C68; }
span { border-color: rgb(77,108,104); }
td.TdClassName
{
border-color: #4D6C68;
}
.TagClassName
{
border-color: #4D6C68;
}
</style>