Shades of Tom Thumb #4E604B
Tints of Tom Thumb #4E604B
RGB
CMYK
RGB Variations
Color information
#4E604B (or 0x4E604B) is known color: Tom Thumb. HEX triplet: 4E, 60 and 4B. RGB value is (78,96,75). Sum of RGB (Red+Green+Blue) = 78+96+75=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #4E604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E604B is #B19FB4. Grayscale: #585858. Windows color (decimal): -11640757 or 4939854. OLE color: 4939854.
HSL color Cylindrical-coordinate representation of color #4E604B: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E604B is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 75 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.62 |
| HSL | 111.43º | 0.12% | 0.34% | - |
| HSV(B) | 111.43º | 0.22% | 0.38% | - |
| XYZ | 8.59 | 10.49 | 8.23 | - |
| YUV | 88.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 75 | 0.19 | 0 | 0.22 | 0.62 | 111.43 | 0.12 | 0.34 |
| Hex | 4E | 60 | 4B | 13 | 0 | 16 | 3E | 6F | C | 22 |
| Octal | 116 | 140 | 113 | 23 | 0 | 26 | 76 | 157 | 14 | 42 |
| Binary | 1001110 | 1100000 | 1001011 | 10011 | 0 | 10110 | 111110 | 1101111 | 1100 | 100010 |
Color Harmonies of #4E604B
Complementary color
Monochromatic Colors of #4E604B
Black with #4E604B
Text Example
Text Example
White with #4E604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E604B; }
p { color: rgb(78,96,75); }
H1.HeaderClassName
{
color: #4E604B;
}
.AnyTagClassName
{
color: #4E604B;
}
</style>
background-color css
<style>
a { background-color: #4E604B; }
a { background-color: rgb(78,96,75); }
div.DivClassName
{
background-color: #4E604B;
}
.BgClassName
{
background-color: #4E604B;
}
</style>
border-color css
<style>
span { border-color: #4E604B; }
span { border-color: rgb(78,96,75); }
td.TdClassName
{
border-color: #4E604B;
}
.TagClassName
{
border-color: #4E604B;
}
</style>