Shades of Tom Thumb #4E664B
Tints of Tom Thumb #4E664B
RGB
CMYK
RGB Variations
Color information
#4E664B (or 0x4E664B) is known color: Tom Thumb. HEX triplet: 4E, 66 and 4B. RGB value is (78,102,75). Sum of RGB (Red+Green+Blue) = 78+102+75=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #4E664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E664B is #B199B4. Grayscale: #5B5B5B. Windows color (decimal): -11639221 or 4941390. OLE color: 4941390.
HSL color Cylindrical-coordinate representation of color #4E664B: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E664B is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 75 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.6 |
| HSL | 113.33º | 0.15% | 0.35% | - |
| HSV(B) | 113.33º | 0.26% | 0.4% | - |
| XYZ | 9.16 | 11.63 | 8.42 | - |
| YUV | 91.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 75 | 0.24 | 0 | 0.26 | 0.6 | 113.33 | 0.15 | 0.35 |
| Hex | 4E | 66 | 4B | 18 | 0 | 1A | 3C | 71 | F | 23 |
| Octal | 116 | 146 | 113 | 30 | 0 | 32 | 74 | 161 | 17 | 43 |
| Binary | 1001110 | 1100110 | 1001011 | 11000 | 0 | 11010 | 111100 | 1110001 | 1111 | 100011 |
Color Harmonies of #4E664B
Complementary color
Monochromatic Colors of #4E664B
Black with #4E664B
Text Example
Text Example
White with #4E664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E664B; }
p { color: rgb(78,102,75); }
H1.HeaderClassName
{
color: #4E664B;
}
.AnyTagClassName
{
color: #4E664B;
}
</style>
background-color css
<style>
a { background-color: #4E664B; }
a { background-color: rgb(78,102,75); }
div.DivClassName
{
background-color: #4E664B;
}
.BgClassName
{
background-color: #4E664B;
}
</style>
border-color css
<style>
span { border-color: #4E664B; }
span { border-color: rgb(78,102,75); }
td.TdClassName
{
border-color: #4E664B;
}
.TagClassName
{
border-color: #4E664B;
}
</style>