Shades of William #4D6D6B
Tints of William #4D6D6B
RGB
CMYK
RGB Variations
Color information
#4D6D6B (or 0x4D6D6B) is known color: William. HEX triplet: 4D, 6D and 6B. RGB value is (77,109,107). Sum of RGB (Red+Green+Blue) = 77+109+107=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D6B is #B29294. Grayscale: #636363. Windows color (decimal): -11702933 or 7040333. OLE color: 7040333.
HSL color Cylindrical-coordinate representation of color #4D6D6B: hue angle of 176.25º 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 #4D6D6B is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 107 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.57 |
| HSL | 176.25º | 0.17% | 0.36% | - |
| HSV(B) | 176.25º | 0.29% | 0.43% | - |
| XYZ | 11.18 | 13.58 | 15.94 | - |
| YUV | 99.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 107 | 0.29 | 0 | 0.02 | 0.57 | 176.25 | 0.17 | 0.36 |
| Hex | 4D | 6D | 6B | 1D | 0 | 2 | 39 | B0 | 11 | 24 |
| Octal | 115 | 155 | 153 | 35 | 0 | 2 | 71 | 260 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1101011 | 11101 | 0 | 10 | 111001 | 10110000 | 10001 | 100100 |
Color Harmonies of #4D6D6B
Complementary color
Monochromatic Colors of #4D6D6B
Black with #4D6D6B
Text Example
Text Example
White with #4D6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D6B; }
p { color: rgb(77,109,107); }
H1.HeaderClassName
{
color: #4D6D6B;
}
.AnyTagClassName
{
color: #4D6D6B;
}
</style>
background-color css
<style>
a { background-color: #4D6D6B; }
a { background-color: rgb(77,109,107); }
div.DivClassName
{
background-color: #4D6D6B;
}
.BgClassName
{
background-color: #4D6D6B;
}
</style>
border-color css
<style>
span { border-color: #4D6D6B; }
span { border-color: rgb(77,109,107); }
td.TdClassName
{
border-color: #4D6D6B;
}
.TagClassName
{
border-color: #4D6D6B;
}
</style>