Shades of Tom Thumb #4A6C44
Tints of Tom Thumb #4A6C44
RGB
CMYK
RGB Variations
Color information
#4A6C44 (or 0x4A6C44) is known color: Tom Thumb. HEX triplet: 4A, 6C and 44. RGB value is (74,108,68). Sum of RGB (Red+Green+Blue) = 74+108+68=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6C44 is #B593BB. Grayscale: #5D5D5D. Windows color (decimal): -11899836 or 4484170. OLE color: 4484170.
HSL color Cylindrical-coordinate representation of color #4A6C44: hue angle of 111º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A6C44 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 108 | 68 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.58 |
| HSL | 111º | 0.23% | 0.35% | - |
| HSV(B) | 111º | 0.37% | 0.42% | - |
| XYZ | 9.23 | 12.6 | 7.41 | - |
| YUV | 93.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 68 | 0.31 | 0 | 0.37 | 0.58 | 111 | 0.23 | 0.35 |
| Hex | 4A | 6C | 44 | 1F | 0 | 25 | 3A | 6F | 17 | 23 |
| Octal | 112 | 154 | 104 | 37 | 0 | 45 | 72 | 157 | 27 | 43 |
| Binary | 1001010 | 1101100 | 1000100 | 11111 | 0 | 100101 | 111010 | 1101111 | 10111 | 100011 |
Color Harmonies of #4A6C44
Complementary color
Monochromatic Colors of #4A6C44
Black with #4A6C44
Text Example
Text Example
White with #4A6C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6C44; }
p { color: rgb(74,108,68); }
H1.HeaderClassName
{
color: #4A6C44;
}
.AnyTagClassName
{
color: #4A6C44;
}
</style>
background-color css
<style>
a { background-color: #4A6C44; }
a { background-color: rgb(74,108,68); }
div.DivClassName
{
background-color: #4A6C44;
}
.BgClassName
{
background-color: #4A6C44;
}
</style>
border-color css
<style>
span { border-color: #4A6C44; }
span { border-color: rgb(74,108,68); }
td.TdClassName
{
border-color: #4A6C44;
}
.TagClassName
{
border-color: #4A6C44;
}
</style>