Shades of Tom Thumb #466B41
Tints of Tom Thumb #466B41
RGB
CMYK
RGB Variations
Color information
#466B41 (or 0x466B41) is known color: Tom Thumb. HEX triplet: 46, 6B and 41. RGB value is (70,107,65). Sum of RGB (Red+Green+Blue) = 70+107+65=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #466B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466B41 is #B994BE. Grayscale: #5B5B5B. Windows color (decimal): -12162239 or 4287302. OLE color: 4287302.
HSL color Cylindrical-coordinate representation of color #466B41: hue angle of 112.86º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466B41 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 65 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.58 |
| HSL | 112.86º | 0.24% | 0.34% | - |
| HSV(B) | 112.86º | 0.39% | 0.42% | - |
| XYZ | 8.74 | 12.2 | 6.9 | - |
| YUV | 91.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 65 | 0.35 | 0 | 0.39 | 0.58 | 112.86 | 0.24 | 0.34 |
| Hex | 46 | 6B | 41 | 23 | 0 | 27 | 3A | 71 | 18 | 22 |
| Octal | 106 | 153 | 101 | 43 | 0 | 47 | 72 | 161 | 30 | 42 |
| Binary | 1000110 | 1101011 | 1000001 | 100011 | 0 | 100111 | 111010 | 1110001 | 11000 | 100010 |
Color Harmonies of #466B41
Complementary color
Monochromatic Colors of #466B41
Black with #466B41
Text Example
Text Example
White with #466B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B41; }
p { color: rgb(70,107,65); }
H1.HeaderClassName
{
color: #466B41;
}
.AnyTagClassName
{
color: #466B41;
}
</style>
background-color css
<style>
a { background-color: #466B41; }
a { background-color: rgb(70,107,65); }
div.DivClassName
{
background-color: #466B41;
}
.BgClassName
{
background-color: #466B41;
}
</style>
border-color css
<style>
span { border-color: #466B41; }
span { border-color: rgb(70,107,65); }
td.TdClassName
{
border-color: #466B41;
}
.TagClassName
{
border-color: #466B41;
}
</style>