Shades of Tom Thumb #4E614B
Tints of Tom Thumb #4E614B
RGB
CMYK
RGB Variations
Color information
#4E614B (or 0x4E614B) is known color: Tom Thumb. HEX triplet: 4E, 61 and 4B. RGB value is (78,97,75). Sum of RGB (Red+Green+Blue) = 78+97+75=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #4E614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E614B is #B19EB4. Grayscale: #585858. Windows color (decimal): -11640501 or 4940110. OLE color: 4940110.
HSL color Cylindrical-coordinate representation of color #4E614B: hue angle of 111.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E614B is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 75 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.62 |
| HSL | 111.82º | 0.13% | 0.34% | - |
| HSV(B) | 111.82º | 0.23% | 0.38% | - |
| XYZ | 8.69 | 10.68 | 8.26 | - |
| YUV | 88.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 75 | 0.20 | 0 | 0.23 | 0.62 | 111.82 | 0.13 | 0.34 |
| Hex | 4E | 61 | 4B | 14 | 0 | 17 | 3E | 70 | D | 22 |
| Octal | 116 | 141 | 113 | 24 | 0 | 27 | 76 | 160 | 15 | 42 |
| Binary | 1001110 | 1100001 | 1001011 | 10100 | 0 | 10111 | 111110 | 1110000 | 1101 | 100010 |
Color Harmonies of #4E614B
Complementary color
Monochromatic Colors of #4E614B
Black with #4E614B
Text Example
Text Example
White with #4E614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E614B; }
p { color: rgb(78,97,75); }
H1.HeaderClassName
{
color: #4E614B;
}
.AnyTagClassName
{
color: #4E614B;
}
</style>
background-color css
<style>
a { background-color: #4E614B; }
a { background-color: rgb(78,97,75); }
div.DivClassName
{
background-color: #4E614B;
}
.BgClassName
{
background-color: #4E614B;
}
</style>
border-color css
<style>
span { border-color: #4E614B; }
span { border-color: rgb(78,97,75); }
td.TdClassName
{
border-color: #4E614B;
}
.TagClassName
{
border-color: #4E614B;
}
</style>