Shades of Tom Thumb #4E5B47
Tints of Tom Thumb #4E5B47
RGB
CMYK
RGB Variations
Color information
#4E5B47 (or 0x4E5B47) is known color: Tom Thumb. HEX triplet: 4E, 5B and 47. RGB value is (78,91,71). Sum of RGB (Red+Green+Blue) = 78+91+71=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #4E5B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5B47 is #B1A4B8. Grayscale: #545454. Windows color (decimal): -11642041 or 4676430. OLE color: 4676430.
HSL color Cylindrical-coordinate representation of color #4E5B47: hue angle of 99º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E5B47 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 91 | 71 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.64 |
| HSL | 99º | 0.12% | 0.32% | - |
| HSV(B) | 99º | 0.22% | 0.36% | - |
| XYZ | 8.02 | 9.56 | 7.38 | - |
| YUV | 84.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 91 | 71 | 0.14 | 0 | 0.22 | 0.64 | 99 | 0.12 | 0.32 |
| Hex | 4E | 5B | 47 | E | 0 | 16 | 40 | 63 | C | 20 |
| Octal | 116 | 133 | 107 | 16 | 0 | 26 | 100 | 143 | 14 | 40 |
| Binary | 1001110 | 1011011 | 1000111 | 1110 | 0 | 10110 | 1000000 | 1100011 | 1100 | 100000 |
Color Harmonies of #4E5B47
Complementary color
Monochromatic Colors of #4E5B47
Black with #4E5B47
Text Example
Text Example
White with #4E5B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5B47; }
p { color: rgb(78,91,71); }
H1.HeaderClassName
{
color: #4E5B47;
}
.AnyTagClassName
{
color: #4E5B47;
}
</style>
background-color css
<style>
a { background-color: #4E5B47; }
a { background-color: rgb(78,91,71); }
div.DivClassName
{
background-color: #4E5B47;
}
.BgClassName
{
background-color: #4E5B47;
}
</style>
border-color css
<style>
span { border-color: #4E5B47; }
span { border-color: rgb(78,91,71); }
td.TdClassName
{
border-color: #4E5B47;
}
.TagClassName
{
border-color: #4E5B47;
}
</style>