Shades of William #4F706D
Tints of William #4F706D
RGB
CMYK
RGB Variations
Color information
#4F706D (or 0x4F706D) is known color: William. HEX triplet: 4F, 70 and 6D. RGB value is (79,112,109). Sum of RGB (Red+Green+Blue) = 79+112+109=300 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #4F706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F706D is #B08F92. Grayscale: #656565. Windows color (decimal): -11571091 or 7172175. OLE color: 7172175.
HSL color Cylindrical-coordinate representation of color #4F706D: hue angle of 174.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F706D is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 112 | 109 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.56 |
| HSL | 174.55º | 0.17% | 0.37% | - |
| HSV(B) | 174.55º | 0.29% | 0.44% | - |
| XYZ | 11.78 | 14.35 | 16.62 | - |
| YUV | 101.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 112 | 109 | 0.29 | 0 | 0.03 | 0.56 | 174.55 | 0.17 | 0.37 |
| Hex | 4F | 70 | 6D | 1D | 0 | 3 | 38 | AF | 11 | 25 |
| Octal | 117 | 160 | 155 | 35 | 0 | 3 | 70 | 257 | 21 | 45 |
| Binary | 1001111 | 1110000 | 1101101 | 11101 | 0 | 11 | 111000 | 10101111 | 10001 | 100101 |
Color Harmonies of #4F706D
Complementary color
Monochromatic Colors of #4F706D
Black with #4F706D
Text Example
Text Example
White with #4F706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F706D; }
p { color: rgb(79,112,109); }
H1.HeaderClassName
{
color: #4F706D;
}
.AnyTagClassName
{
color: #4F706D;
}
</style>
background-color css
<style>
a { background-color: #4F706D; }
a { background-color: rgb(79,112,109); }
div.DivClassName
{
background-color: #4F706D;
}
.BgClassName
{
background-color: #4F706D;
}
</style>
border-color css
<style>
span { border-color: #4F706D; }
span { border-color: rgb(79,112,109); }
td.TdClassName
{
border-color: #4F706D;
}
.TagClassName
{
border-color: #4F706D;
}
</style>