Shades of Tom Thumb #4E6047
Tints of Tom Thumb #4E6047
RGB
CMYK
RGB Variations
Color information
#4E6047 (or 0x4E6047) is known color: Tom Thumb. HEX triplet: 4E, 60 and 47. RGB value is (78,96,71). Sum of RGB (Red+Green+Blue) = 78+96+71=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6047 is #B19FB8. Grayscale: #575757. Windows color (decimal): -11640761 or 4677710. OLE color: 4677710.
HSL color Cylindrical-coordinate representation of color #4E6047: hue angle of 103.2º 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 #4E6047 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 71 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.62 |
| HSL | 103.2º | 0.15% | 0.33% | - |
| HSV(B) | 103.2º | 0.26% | 0.38% | - |
| XYZ | 8.46 | 10.44 | 7.53 | - |
| YUV | 87.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 71 | 0.19 | 0 | 0.26 | 0.62 | 103.2 | 0.15 | 0.33 |
| Hex | 4E | 60 | 47 | 13 | 0 | 1A | 3E | 67 | F | 21 |
| Octal | 116 | 140 | 107 | 23 | 0 | 32 | 76 | 147 | 17 | 41 |
| Binary | 1001110 | 1100000 | 1000111 | 10011 | 0 | 11010 | 111110 | 1100111 | 1111 | 100001 |
Color Harmonies of #4E6047
Complementary color
Monochromatic Colors of #4E6047
Black with #4E6047
Text Example
Text Example
White with #4E6047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6047; }
p { color: rgb(78,96,71); }
H1.HeaderClassName
{
color: #4E6047;
}
.AnyTagClassName
{
color: #4E6047;
}
</style>
background-color css
<style>
a { background-color: #4E6047; }
a { background-color: rgb(78,96,71); }
div.DivClassName
{
background-color: #4E6047;
}
.BgClassName
{
background-color: #4E6047;
}
</style>
border-color css
<style>
span { border-color: #4E6047; }
span { border-color: rgb(78,96,71); }
td.TdClassName
{
border-color: #4E6047;
}
.TagClassName
{
border-color: #4E6047;
}
</style>