Shades of William #4F716C
Tints of William #4F716C
RGB
CMYK
RGB Variations
Color information
#4F716C (or 0x4F716C) is known color: William. HEX triplet: 4F, 71 and 6C. RGB value is (79,113,108). Sum of RGB (Red+Green+Blue) = 79+113+108=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #4F716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F716C is #B08E93. Grayscale: #666666. Windows color (decimal): -11570836 or 7106895. OLE color: 7106895.
HSL color Cylindrical-coordinate representation of color #4F716C: hue angle of 171.18º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F716C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 113 | 108 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.56 |
| HSL | 171.18º | 0.18% | 0.38% | - |
| HSV(B) | 171.18º | 0.3% | 0.44% | - |
| XYZ | 11.84 | 14.56 | 16.37 | - |
| YUV | 102.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 108 | 0.30 | 0 | 0.04 | 0.56 | 171.18 | 0.18 | 0.38 |
| Hex | 4F | 71 | 6C | 1E | 0 | 4 | 38 | AB | 12 | 26 |
| Octal | 117 | 161 | 154 | 36 | 0 | 4 | 70 | 253 | 22 | 46 |
| Binary | 1001111 | 1110001 | 1101100 | 11110 | 0 | 100 | 111000 | 10101011 | 10010 | 100110 |
Color Harmonies of #4F716C
Complementary color
Monochromatic Colors of #4F716C
Black with #4F716C
Text Example
Text Example
White with #4F716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F716C; }
p { color: rgb(79,113,108); }
H1.HeaderClassName
{
color: #4F716C;
}
.AnyTagClassName
{
color: #4F716C;
}
</style>
background-color css
<style>
a { background-color: #4F716C; }
a { background-color: rgb(79,113,108); }
div.DivClassName
{
background-color: #4F716C;
}
.BgClassName
{
background-color: #4F716C;
}
</style>
border-color css
<style>
span { border-color: #4F716C; }
span { border-color: rgb(79,113,108); }
td.TdClassName
{
border-color: #4F716C;
}
.TagClassName
{
border-color: #4F716C;
}
</style>