Shades of Tom Thumb #4B5C46
Tints of Tom Thumb #4B5C46
RGB
CMYK
RGB Variations
Color information
#4B5C46 (or 0x4B5C46) is known color: Tom Thumb. HEX triplet: 4B, 5C and 46. RGB value is (75,92,70). Sum of RGB (Red+Green+Blue) = 75+92+70=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C46 is #B4A3B9. Grayscale: #545454. Windows color (decimal): -11838394 or 4611147. OLE color: 4611147.
HSL color Cylindrical-coordinate representation of color #4B5C46: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B5C46 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 70 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.64 |
| HSL | 106.36º | 0.14% | 0.32% | - |
| HSV(B) | 106.36º | 0.24% | 0.36% | - |
| XYZ | 7.83 | 9.59 | 7.23 | - |
| YUV | 84.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 70 | 0.18 | 0 | 0.24 | 0.64 | 106.36 | 0.14 | 0.32 |
| Hex | 4B | 5C | 46 | 12 | 0 | 18 | 40 | 6A | E | 20 |
| Octal | 113 | 134 | 106 | 22 | 0 | 30 | 100 | 152 | 16 | 40 |
| Binary | 1001011 | 1011100 | 1000110 | 10010 | 0 | 11000 | 1000000 | 1101010 | 1110 | 100000 |
Color Harmonies of #4B5C46
Complementary color
Monochromatic Colors of #4B5C46
Black with #4B5C46
Text Example
Text Example
White with #4B5C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C46; }
p { color: rgb(75,92,70); }
H1.HeaderClassName
{
color: #4B5C46;
}
.AnyTagClassName
{
color: #4B5C46;
}
</style>
background-color css
<style>
a { background-color: #4B5C46; }
a { background-color: rgb(75,92,70); }
div.DivClassName
{
background-color: #4B5C46;
}
.BgClassName
{
background-color: #4B5C46;
}
</style>
border-color css
<style>
span { border-color: #4B5C46; }
span { border-color: rgb(75,92,70); }
td.TdClassName
{
border-color: #4B5C46;
}
.TagClassName
{
border-color: #4B5C46;
}
</style>