Shades of Tom Thumb #4E624B
Tints of Tom Thumb #4E624B
RGB
CMYK
RGB Variations
Color information
#4E624B (or 0x4E624B) is known color: Tom Thumb. HEX triplet: 4E, 62 and 4B. RGB value is (78,98,75). Sum of RGB (Red+Green+Blue) = 78+98+75=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 98 - color contains mainly: green. Hex color #4E624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E624B is #B19DB4. Grayscale: #595959. Windows color (decimal): -11640245 or 4940366. OLE color: 4940366.
HSL color Cylindrical-coordinate representation of color #4E624B: hue angle of 112.17º 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 #4E624B is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 75 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.62 |
| HSL | 112.17º | 0.13% | 0.34% | - |
| HSV(B) | 112.17º | 0.23% | 0.38% | - |
| XYZ | 8.78 | 10.86 | 8.29 | - |
| YUV | 89.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 75 | 0.20 | 0 | 0.23 | 0.62 | 112.17 | 0.13 | 0.34 |
| Hex | 4E | 62 | 4B | 14 | 0 | 17 | 3E | 70 | D | 22 |
| Octal | 116 | 142 | 113 | 24 | 0 | 27 | 76 | 160 | 15 | 42 |
| Binary | 1001110 | 1100010 | 1001011 | 10100 | 0 | 10111 | 111110 | 1110000 | 1101 | 100010 |
Color Harmonies of #4E624B
Complementary color
Monochromatic Colors of #4E624B
Black with #4E624B
Text Example
Text Example
White with #4E624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E624B; }
p { color: rgb(78,98,75); }
H1.HeaderClassName
{
color: #4E624B;
}
.AnyTagClassName
{
color: #4E624B;
}
</style>
background-color css
<style>
a { background-color: #4E624B; }
a { background-color: rgb(78,98,75); }
div.DivClassName
{
background-color: #4E624B;
}
.BgClassName
{
background-color: #4E624B;
}
</style>
border-color css
<style>
span { border-color: #4E624B; }
span { border-color: rgb(78,98,75); }
td.TdClassName
{
border-color: #4E624B;
}
.TagClassName
{
border-color: #4E624B;
}
</style>