Shades of William #4D6B68
Tints of William #4D6B68
RGB
CMYK
RGB Variations
Color information
#4D6B68 (or 0x4D6B68) is known color: William. HEX triplet: 4D, 6B and 68. RGB value is (77,107,104). Sum of RGB (Red+Green+Blue) = 77+107+104=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B68 is #B29497. Grayscale: #616161. Windows color (decimal): -11703448 or 6843213. OLE color: 6843213.
HSL color Cylindrical-coordinate representation of color #4D6B68: hue angle of 174º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B68 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 104 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.58 |
| HSL | 174º | 0.16% | 0.36% | - |
| HSV(B) | 174º | 0.28% | 0.42% | - |
| XYZ | 10.82 | 13.09 | 15.05 | - |
| YUV | 97.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 104 | 0.28 | 0 | 0.03 | 0.58 | 174 | 0.16 | 0.36 |
| Hex | 4D | 6B | 68 | 1C | 0 | 3 | 3A | AE | 10 | 24 |
| Octal | 115 | 153 | 150 | 34 | 0 | 3 | 72 | 256 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1101000 | 11100 | 0 | 11 | 111010 | 10101110 | 10000 | 100100 |
Color Harmonies of #4D6B68
Complementary color
Monochromatic Colors of #4D6B68
Black with #4D6B68
Text Example
Text Example
White with #4D6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B68; }
p { color: rgb(77,107,104); }
H1.HeaderClassName
{
color: #4D6B68;
}
.AnyTagClassName
{
color: #4D6B68;
}
</style>
background-color css
<style>
a { background-color: #4D6B68; }
a { background-color: rgb(77,107,104); }
div.DivClassName
{
background-color: #4D6B68;
}
.BgClassName
{
background-color: #4D6B68;
}
</style>
border-color css
<style>
span { border-color: #4D6B68; }
span { border-color: rgb(77,107,104); }
td.TdClassName
{
border-color: #4D6B68;
}
.TagClassName
{
border-color: #4D6B68;
}
</style>