Shades of Tom Thumb #4B6847
Tints of Tom Thumb #4B6847
RGB
CMYK
RGB Variations
Color information
#4B6847 (or 0x4B6847) is known color: Tom Thumb. HEX triplet: 4B, 68 and 47. RGB value is (75,104,71). Sum of RGB (Red+Green+Blue) = 75+104+71=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6847 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6847 is #B497B8. Grayscale: #5B5B5B. Windows color (decimal): -11835321 or 4679755. OLE color: 4679755.
HSL color Cylindrical-coordinate representation of color #4B6847: hue angle of 112.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6847 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 71 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.59 |
| HSL | 112.73º | 0.19% | 0.34% | - |
| HSV(B) | 112.73º | 0.32% | 0.41% | - |
| XYZ | 8.99 | 11.85 | 7.78 | - |
| YUV | 91.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 71 | 0.28 | 0 | 0.32 | 0.59 | 112.73 | 0.19 | 0.34 |
| Hex | 4B | 68 | 47 | 1C | 0 | 20 | 3B | 71 | 13 | 22 |
| Octal | 113 | 150 | 107 | 34 | 0 | 40 | 73 | 161 | 23 | 42 |
| Binary | 1001011 | 1101000 | 1000111 | 11100 | 0 | 100000 | 111011 | 1110001 | 10011 | 100010 |
Color Harmonies of #4B6847
Complementary color
Monochromatic Colors of #4B6847
Black with #4B6847
Text Example
Text Example
White with #4B6847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6847; }
p { color: rgb(75,104,71); }
H1.HeaderClassName
{
color: #4B6847;
}
.AnyTagClassName
{
color: #4B6847;
}
</style>
background-color css
<style>
a { background-color: #4B6847; }
a { background-color: rgb(75,104,71); }
div.DivClassName
{
background-color: #4B6847;
}
.BgClassName
{
background-color: #4B6847;
}
</style>
border-color css
<style>
span { border-color: #4B6847; }
span { border-color: rgb(75,104,71); }
td.TdClassName
{
border-color: #4B6847;
}
.TagClassName
{
border-color: #4B6847;
}
</style>