Shades of William #4D6B67
Tints of William #4D6B67
RGB
CMYK
RGB Variations
Color information
#4D6B67 (or 0x4D6B67) is known color: William. HEX triplet: 4D, 6B and 67. RGB value is (77,107,103). Sum of RGB (Red+Green+Blue) = 77+107+103=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B67 is #B29498. Grayscale: #616161. Windows color (decimal): -11703449 or 6777677. OLE color: 6777677.
HSL color Cylindrical-coordinate representation of color #4D6B67: hue angle of 172º 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 #4D6B67 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 103 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.58 |
| HSL | 172º | 0.16% | 0.36% | - |
| HSV(B) | 172º | 0.28% | 0.42% | - |
| XYZ | 10.77 | 13.07 | 14.79 | - |
| YUV | 97.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 103 | 0.28 | 0 | 0.04 | 0.58 | 172 | 0.16 | 0.36 |
| Hex | 4D | 6B | 67 | 1C | 0 | 4 | 3A | AC | 10 | 24 |
| Octal | 115 | 153 | 147 | 34 | 0 | 4 | 72 | 254 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1100111 | 11100 | 0 | 100 | 111010 | 10101100 | 10000 | 100100 |
Color Harmonies of #4D6B67
Complementary color
Monochromatic Colors of #4D6B67
Black with #4D6B67
Text Example
Text Example
White with #4D6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B67; }
p { color: rgb(77,107,103); }
H1.HeaderClassName
{
color: #4D6B67;
}
.AnyTagClassName
{
color: #4D6B67;
}
</style>
background-color css
<style>
a { background-color: #4D6B67; }
a { background-color: rgb(77,107,103); }
div.DivClassName
{
background-color: #4D6B67;
}
.BgClassName
{
background-color: #4D6B67;
}
</style>
border-color css
<style>
span { border-color: #4D6B67; }
span { border-color: rgb(77,107,103); }
td.TdClassName
{
border-color: #4D6B67;
}
.TagClassName
{
border-color: #4D6B67;
}
</style>