Shades of Tom Thumb #4F6047
Tints of Tom Thumb #4F6047
RGB
CMYK
RGB Variations
Color information
#4F6047 (or 0x4F6047) is known color: Tom Thumb. HEX triplet: 4F, 60 and 47. RGB value is (79,96,71). Sum of RGB (Red+Green+Blue) = 79+96+71=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6047 is #B09FB8. Grayscale: #585858. Windows color (decimal): -11575225 or 4677711. OLE color: 4677711.
HSL color Cylindrical-coordinate representation of color #4F6047: hue angle of 100.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6047 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 71 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.62 |
| HSL | 100.8º | 0.15% | 0.33% | - |
| HSV(B) | 100.8º | 0.26% | 0.38% | - |
| XYZ | 8.54 | 10.48 | 7.53 | - |
| YUV | 88.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 71 | 0.18 | 0 | 0.26 | 0.62 | 100.8 | 0.15 | 0.33 |
| Hex | 4F | 60 | 47 | 12 | 0 | 1A | 3E | 65 | F | 21 |
| Octal | 117 | 140 | 107 | 22 | 0 | 32 | 76 | 145 | 17 | 41 |
| Binary | 1001111 | 1100000 | 1000111 | 10010 | 0 | 11010 | 111110 | 1100101 | 1111 | 100001 |
Color Harmonies of #4F6047
Complementary color
Monochromatic Colors of #4F6047
Black with #4F6047
Text Example
Text Example
White with #4F6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6047; }
p { color: rgb(79,96,71); }
H1.HeaderClassName
{
color: #4F6047;
}
.AnyTagClassName
{
color: #4F6047;
}
</style>
background-color css
<style>
a { background-color: #4F6047; }
a { background-color: rgb(79,96,71); }
div.DivClassName
{
background-color: #4F6047;
}
.BgClassName
{
background-color: #4F6047;
}
</style>
border-color css
<style>
span { border-color: #4F6047; }
span { border-color: rgb(79,96,71); }
td.TdClassName
{
border-color: #4F6047;
}
.TagClassName
{
border-color: #4F6047;
}
</style>