Shades of William #4F746E
Tints of William #4F746E
RGB
CMYK
RGB Variations
Color information
#4F746E (or 0x4F746E) is known color: William. HEX triplet: 4F, 74 and 6E. RGB value is (79,116,110). Sum of RGB (Red+Green+Blue) = 79+116+110=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 116 - color contains mainly: green. Hex color #4F746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F746E is #B08B91. Grayscale: #686868. Windows color (decimal): -11570066 or 7238735. OLE color: 7238735.
HSL color Cylindrical-coordinate representation of color #4F746E: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F746E is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 110 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.55 |
| HSL | 170.27º | 0.19% | 0.38% | - |
| HSV(B) | 170.27º | 0.32% | 0.45% | - |
| XYZ | 12.28 | 15.28 | 17.05 | - |
| YUV | 104.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 110 | 0.32 | 0 | 0.05 | 0.55 | 170.27 | 0.19 | 0.38 |
| Hex | 4F | 74 | 6E | 20 | 0 | 5 | 37 | AA | 13 | 26 |
| Octal | 117 | 164 | 156 | 40 | 0 | 5 | 67 | 252 | 23 | 46 |
| Binary | 1001111 | 1110100 | 1101110 | 100000 | 0 | 101 | 110111 | 10101010 | 10011 | 100110 |
Color Harmonies of #4F746E
Complementary color
Monochromatic Colors of #4F746E
Black with #4F746E
Text Example
Text Example
White with #4F746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F746E; }
p { color: rgb(79,116,110); }
H1.HeaderClassName
{
color: #4F746E;
}
.AnyTagClassName
{
color: #4F746E;
}
</style>
background-color css
<style>
a { background-color: #4F746E; }
a { background-color: rgb(79,116,110); }
div.DivClassName
{
background-color: #4F746E;
}
.BgClassName
{
background-color: #4F746E;
}
</style>
border-color css
<style>
span { border-color: #4F746E; }
span { border-color: rgb(79,116,110); }
td.TdClassName
{
border-color: #4F746E;
}
.TagClassName
{
border-color: #4F746E;
}
</style>