Shades of Tom Thumb #4E614A
Tints of Tom Thumb #4E614A
RGB
CMYK
RGB Variations
Color information
#4E614A (or 0x4E614A) is known color: Tom Thumb. HEX triplet: 4E, 61 and 4A. RGB value is (78,97,74). Sum of RGB (Red+Green+Blue) = 78+97+74=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #4E614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E614A is #B19EB5. Grayscale: #585858. Windows color (decimal): -11640502 or 4874574. OLE color: 4874574.
HSL color Cylindrical-coordinate representation of color #4E614A: hue angle of 109.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E614A is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 74 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.62 |
| HSL | 109.57º | 0.13% | 0.34% | - |
| HSV(B) | 109.57º | 0.24% | 0.38% | - |
| XYZ | 8.65 | 10.66 | 8.08 | - |
| YUV | 88.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 74 | 0.20 | 0 | 0.24 | 0.62 | 109.57 | 0.13 | 0.34 |
| Hex | 4E | 61 | 4A | 14 | 0 | 18 | 3E | 6E | D | 22 |
| Octal | 116 | 141 | 112 | 24 | 0 | 30 | 76 | 156 | 15 | 42 |
| Binary | 1001110 | 1100001 | 1001010 | 10100 | 0 | 11000 | 111110 | 1101110 | 1101 | 100010 |
Color Harmonies of #4E614A
Complementary color
Monochromatic Colors of #4E614A
Black with #4E614A
Text Example
Text Example
White with #4E614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E614A; }
p { color: rgb(78,97,74); }
H1.HeaderClassName
{
color: #4E614A;
}
.AnyTagClassName
{
color: #4E614A;
}
</style>
background-color css
<style>
a { background-color: #4E614A; }
a { background-color: rgb(78,97,74); }
div.DivClassName
{
background-color: #4E614A;
}
.BgClassName
{
background-color: #4E614A;
}
</style>
border-color css
<style>
span { border-color: #4E614A; }
span { border-color: rgb(78,97,74); }
td.TdClassName
{
border-color: #4E614A;
}
.TagClassName
{
border-color: #4E614A;
}
</style>