Shades of Tom Thumb #4B6147
Tints of Tom Thumb #4B6147
RGB
CMYK
RGB Variations
Color information
#4B6147 (or 0x4B6147) is known color: Tom Thumb. HEX triplet: 4B, 61 and 47. RGB value is (75,97,71). Sum of RGB (Red+Green+Blue) = 75+97+71=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6147 is #B49EB8. Grayscale: #575757. Windows color (decimal): -11837113 or 4677963. OLE color: 4677963.
HSL color Cylindrical-coordinate representation of color #4B6147: hue angle of 110.77º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B6147 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 71 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.62 |
| HSL | 110.77º | 0.15% | 0.33% | - |
| HSV(B) | 110.77º | 0.27% | 0.38% | - |
| XYZ | 8.31 | 10.5 | 7.55 | - |
| YUV | 87.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 71 | 0.23 | 0 | 0.27 | 0.62 | 110.77 | 0.15 | 0.33 |
| Hex | 4B | 61 | 47 | 17 | 0 | 1B | 3E | 6F | F | 21 |
| Octal | 113 | 141 | 107 | 27 | 0 | 33 | 76 | 157 | 17 | 41 |
| Binary | 1001011 | 1100001 | 1000111 | 10111 | 0 | 11011 | 111110 | 1101111 | 1111 | 100001 |
Color Harmonies of #4B6147
Complementary color
Monochromatic Colors of #4B6147
Black with #4B6147
Text Example
Text Example
White with #4B6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6147; }
p { color: rgb(75,97,71); }
H1.HeaderClassName
{
color: #4B6147;
}
.AnyTagClassName
{
color: #4B6147;
}
</style>
background-color css
<style>
a { background-color: #4B6147; }
a { background-color: rgb(75,97,71); }
div.DivClassName
{
background-color: #4B6147;
}
.BgClassName
{
background-color: #4B6147;
}
</style>
border-color css
<style>
span { border-color: #4B6147; }
span { border-color: rgb(75,97,71); }
td.TdClassName
{
border-color: #4B6147;
}
.TagClassName
{
border-color: #4B6147;
}
</style>