Shades of Tom Thumb #4F6449
Tints of Tom Thumb #4F6449
RGB
CMYK
RGB Variations
Color information
#4F6449 (or 0x4F6449) is known color: Tom Thumb. HEX triplet: 4F, 64 and 49. RGB value is (79,100,73). Sum of RGB (Red+Green+Blue) = 79+100+73=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 100 - color contains mainly: green. Hex color #4F6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6449 is #B09BB6. Grayscale: #5A5A5A. Windows color (decimal): -11574199 or 4809807. OLE color: 4809807.
HSL color Cylindrical-coordinate representation of color #4F6449: hue angle of 106.67º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F6449 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 73 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.61 |
| HSL | 106.67º | 0.16% | 0.34% | - |
| HSV(B) | 106.67º | 0.27% | 0.39% | - |
| XYZ | 8.98 | 11.26 | 8 | - |
| YUV | 90.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 73 | 0.21 | 0 | 0.27 | 0.61 | 106.67 | 0.16 | 0.34 |
| Hex | 4F | 64 | 49 | 15 | 0 | 1B | 3D | 6B | 10 | 22 |
| Octal | 117 | 144 | 111 | 25 | 0 | 33 | 75 | 153 | 20 | 42 |
| Binary | 1001111 | 1100100 | 1001001 | 10101 | 0 | 11011 | 111101 | 1101011 | 10000 | 100010 |
Color Harmonies of #4F6449
Complementary color
Monochromatic Colors of #4F6449
Black with #4F6449
Text Example
Text Example
White with #4F6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6449; }
p { color: rgb(79,100,73); }
H1.HeaderClassName
{
color: #4F6449;
}
.AnyTagClassName
{
color: #4F6449;
}
</style>
background-color css
<style>
a { background-color: #4F6449; }
a { background-color: rgb(79,100,73); }
div.DivClassName
{
background-color: #4F6449;
}
.BgClassName
{
background-color: #4F6449;
}
</style>
border-color css
<style>
span { border-color: #4F6449; }
span { border-color: rgb(79,100,73); }
td.TdClassName
{
border-color: #4F6449;
}
.TagClassName
{
border-color: #4F6449;
}
</style>