Shades of Tom Thumb #4A6045
Tints of Tom Thumb #4A6045
RGB
CMYK
RGB Variations
Color information
#4A6045 (or 0x4A6045) is known color: Tom Thumb. HEX triplet: 4A, 60 and 45. RGB value is (74,96,69). Sum of RGB (Red+Green+Blue) = 74+96+69=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6045 is #B59FBA. Grayscale: #565656. Windows color (decimal): -11902907 or 4546634. OLE color: 4546634.
HSL color Cylindrical-coordinate representation of color #4A6045: hue angle of 108.89º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A6045 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 69 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.62 |
| HSL | 108.89º | 0.16% | 0.32% | - |
| HSV(B) | 108.89º | 0.28% | 0.38% | - |
| XYZ | 8.08 | 10.25 | 7.18 | - |
| YUV | 86.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 69 | 0.23 | 0 | 0.28 | 0.62 | 108.89 | 0.16 | 0.32 |
| Hex | 4A | 60 | 45 | 17 | 0 | 1C | 3E | 6D | 10 | 20 |
| Octal | 112 | 140 | 105 | 27 | 0 | 34 | 76 | 155 | 20 | 40 |
| Binary | 1001010 | 1100000 | 1000101 | 10111 | 0 | 11100 | 111110 | 1101101 | 10000 | 100000 |
Color Harmonies of #4A6045
Complementary color
Monochromatic Colors of #4A6045
Black with #4A6045
Text Example
Text Example
White with #4A6045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6045; }
p { color: rgb(74,96,69); }
H1.HeaderClassName
{
color: #4A6045;
}
.AnyTagClassName
{
color: #4A6045;
}
</style>
background-color css
<style>
a { background-color: #4A6045; }
a { background-color: rgb(74,96,69); }
div.DivClassName
{
background-color: #4A6045;
}
.BgClassName
{
background-color: #4A6045;
}
</style>
border-color css
<style>
span { border-color: #4A6045; }
span { border-color: rgb(74,96,69); }
td.TdClassName
{
border-color: #4A6045;
}
.TagClassName
{
border-color: #4A6045;
}
</style>