Shades of Tom Thumb #4B6440
Tints of Tom Thumb #4B6440
RGB
CMYK
RGB Variations
Color information
#4B6440 (or 0x4B6440) is known color: Tom Thumb. HEX triplet: 4B, 64 and 40. RGB value is (75,100,64). Sum of RGB (Red+Green+Blue) = 75+100+64=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #4B6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6440 is #B49BBF. Grayscale: #585858. Windows color (decimal): -11836352 or 4219979. OLE color: 4219979.
HSL color Cylindrical-coordinate representation of color #4B6440: hue angle of 101.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B6440 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 100 | 64 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.61 |
| HSL | 101.67º | 0.22% | 0.32% | - |
| HSV(B) | 101.67º | 0.36% | 0.39% | - |
| XYZ | 8.38 | 10.98 | 6.53 | - |
| YUV | 88.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 100 | 64 | 0.25 | 0 | 0.36 | 0.61 | 101.67 | 0.22 | 0.32 |
| Hex | 4B | 64 | 40 | 19 | 0 | 24 | 3D | 66 | 16 | 20 |
| Octal | 113 | 144 | 100 | 31 | 0 | 44 | 75 | 146 | 26 | 40 |
| Binary | 1001011 | 1100100 | 1000000 | 11001 | 0 | 100100 | 111101 | 1100110 | 10110 | 100000 |
Color Harmonies of #4B6440
Complementary color
Monochromatic Colors of #4B6440
Black with #4B6440
Text Example
Text Example
White with #4B6440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6440; }
p { color: rgb(75,100,64); }
H1.HeaderClassName
{
color: #4B6440;
}
.AnyTagClassName
{
color: #4B6440;
}
</style>
background-color css
<style>
a { background-color: #4B6440; }
a { background-color: rgb(75,100,64); }
div.DivClassName
{
background-color: #4B6440;
}
.BgClassName
{
background-color: #4B6440;
}
</style>
border-color css
<style>
span { border-color: #4B6440; }
span { border-color: rgb(75,100,64); }
td.TdClassName
{
border-color: #4B6440;
}
.TagClassName
{
border-color: #4B6440;
}
</style>