Shades of William #4D7171
Tints of William #4D7171
RGB
CMYK
RGB Variations
Color information
#4D7171 (or 0x4D7171) is known color: William. HEX triplet: 4D, 71 and 71. RGB value is (77,113,113). Sum of RGB (Red+Green+Blue) = 77+113+113=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #4D7171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7171 is #B28E8E. Grayscale: #666666. Windows color (decimal): -11701903 or 7434573. OLE color: 7434573.
HSL color Cylindrical-coordinate representation of color #4D7171: hue angle of 180º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7171 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 113 | - |
| CMYK | 0.32 | 0 | 0 | 0.56 |
| HSL | 180º | 0.19% | 0.37% | - |
| HSV(B) | 180º | 0.32% | 0.44% | - |
| XYZ | 11.95 | 14.58 | 17.81 | - |
| YUV | 102.24 | 134.07 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 113 | 0.32 | 0 | 0 | 0.56 | 180 | 0.19 | 0.37 |
| Hex | 4D | 71 | 71 | 20 | 0 | 0 | 38 | B4 | 13 | 25 |
| Octal | 115 | 161 | 161 | 40 | 0 | 0 | 70 | 264 | 23 | 45 |
| Binary | 1001101 | 1110001 | 1110001 | 100000 | 0 | 0 | 111000 | 10110100 | 10011 | 100101 |
Color Harmonies of #4D7171
Complementary color
Monochromatic Colors of #4D7171
Black with #4D7171
Text Example
Text Example
White with #4D7171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7171; }
p { color: rgb(77,113,113); }
H1.HeaderClassName
{
color: #4D7171;
}
.AnyTagClassName
{
color: #4D7171;
}
</style>
background-color css
<style>
a { background-color: #4D7171; }
a { background-color: rgb(77,113,113); }
div.DivClassName
{
background-color: #4D7171;
}
.BgClassName
{
background-color: #4D7171;
}
</style>
border-color css
<style>
span { border-color: #4D7171; }
span { border-color: rgb(77,113,113); }
td.TdClassName
{
border-color: #4D7171;
}
.TagClassName
{
border-color: #4D7171;
}
</style>