Shades of Tom Thumb #4F6046
Tints of Tom Thumb #4F6046
RGB
CMYK
RGB Variations
Color information
#4F6046 (or 0x4F6046) is known color: Tom Thumb. HEX triplet: 4F, 60 and 46. RGB value is (79,96,70). Sum of RGB (Red+Green+Blue) = 79+96+70=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6046 is #B09FB9. Grayscale: #585858. Windows color (decimal): -11575226 or 4612175. OLE color: 4612175.
HSL color Cylindrical-coordinate representation of color #4F6046: hue angle of 99.23º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6046 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 70 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.62 |
| HSL | 99.23º | 0.16% | 0.33% | - |
| HSV(B) | 99.23º | 0.27% | 0.38% | - |
| XYZ | 8.51 | 10.47 | 7.37 | - |
| YUV | 87.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 70 | 0.18 | 0 | 0.27 | 0.62 | 99.23 | 0.16 | 0.33 |
| Hex | 4F | 60 | 46 | 12 | 0 | 1B | 3E | 63 | 10 | 21 |
| Octal | 117 | 140 | 106 | 22 | 0 | 33 | 76 | 143 | 20 | 41 |
| Binary | 1001111 | 1100000 | 1000110 | 10010 | 0 | 11011 | 111110 | 1100011 | 10000 | 100001 |
Color Harmonies of #4F6046
Complementary color
Monochromatic Colors of #4F6046
Black with #4F6046
Text Example
Text Example
White with #4F6046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6046; }
p { color: rgb(79,96,70); }
H1.HeaderClassName
{
color: #4F6046;
}
.AnyTagClassName
{
color: #4F6046;
}
</style>
background-color css
<style>
a { background-color: #4F6046; }
a { background-color: rgb(79,96,70); }
div.DivClassName
{
background-color: #4F6046;
}
.BgClassName
{
background-color: #4F6046;
}
</style>
border-color css
<style>
span { border-color: #4F6046; }
span { border-color: rgb(79,96,70); }
td.TdClassName
{
border-color: #4F6046;
}
.TagClassName
{
border-color: #4F6046;
}
</style>