Shades of William #4F7370
Tints of William #4F7370
RGB
CMYK
RGB Variations
Color information
#4F7370 (or 0x4F7370) is known color: William. HEX triplet: 4F, 73 and 70. RGB value is (79,115,112). Sum of RGB (Red+Green+Blue) = 79+115+112=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7370 is #B08C8F. Grayscale: #676767. Windows color (decimal): -11570320 or 7369551. OLE color: 7369551.
HSL color Cylindrical-coordinate representation of color #4F7370: hue angle of 175º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F7370 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 112 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.55 |
| HSL | 175º | 0.19% | 0.38% | - |
| HSV(B) | 175º | 0.31% | 0.45% | - |
| XYZ | 12.28 | 15.09 | 17.6 | - |
| YUV | 103.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 112 | 0.31 | 0 | 0.03 | 0.55 | 175 | 0.19 | 0.38 |
| Hex | 4F | 73 | 70 | 1F | 0 | 3 | 37 | AF | 13 | 26 |
| Octal | 117 | 163 | 160 | 37 | 0 | 3 | 67 | 257 | 23 | 46 |
| Binary | 1001111 | 1110011 | 1110000 | 11111 | 0 | 11 | 110111 | 10101111 | 10011 | 100110 |
Color Harmonies of #4F7370
Complementary color
Monochromatic Colors of #4F7370
Black with #4F7370
Text Example
Text Example
White with #4F7370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7370; }
p { color: rgb(79,115,112); }
H1.HeaderClassName
{
color: #4F7370;
}
.AnyTagClassName
{
color: #4F7370;
}
</style>
background-color css
<style>
a { background-color: #4F7370; }
a { background-color: rgb(79,115,112); }
div.DivClassName
{
background-color: #4F7370;
}
.BgClassName
{
background-color: #4F7370;
}
</style>
border-color css
<style>
span { border-color: #4F7370; }
span { border-color: rgb(79,115,112); }
td.TdClassName
{
border-color: #4F7370;
}
.TagClassName
{
border-color: #4F7370;
}
</style>