Shades of Tom Thumb #4A603F
Tints of Tom Thumb #4A603F
RGB
CMYK
RGB Variations
Color information
#4A603F (or 0x4A603F) is known color: Tom Thumb. HEX triplet: 4A, 60 and 3F. RGB value is (74,96,63). Sum of RGB (Red+Green+Blue) = 74+96+63=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603F is #B59FC0. Grayscale: #555555. Windows color (decimal): -11902913 or 4153418. OLE color: 4153418.
HSL color Cylindrical-coordinate representation of color #4A603F: hue angle of 100º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A603F is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 63 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.62 |
| HSL | 100º | 0.21% | 0.31% | - |
| HSV(B) | 100º | 0.34% | 0.38% | - |
| XYZ | 7.9 | 10.18 | 6.25 | - |
| YUV | 85.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 63 | 0.23 | 0 | 0.34 | 0.62 | 100 | 0.21 | 0.31 |
| Hex | 4A | 60 | 3F | 17 | 0 | 22 | 3E | 64 | 15 | 1F |
| Octal | 112 | 140 | 77 | 27 | 0 | 42 | 76 | 144 | 25 | 37 |
| Binary | 1001010 | 1100000 | 111111 | 10111 | 0 | 100010 | 111110 | 1100100 | 10101 | 11111 |
Color Harmonies of #4A603F
Complementary color
Monochromatic Colors of #4A603F
Black with #4A603F
Text Example
Text Example
White with #4A603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A603F; }
p { color: rgb(74,96,63); }
H1.HeaderClassName
{
color: #4A603F;
}
.AnyTagClassName
{
color: #4A603F;
}
</style>
background-color css
<style>
a { background-color: #4A603F; }
a { background-color: rgb(74,96,63); }
div.DivClassName
{
background-color: #4A603F;
}
.BgClassName
{
background-color: #4A603F;
}
</style>
border-color css
<style>
span { border-color: #4A603F; }
span { border-color: rgb(74,96,63); }
td.TdClassName
{
border-color: #4A603F;
}
.TagClassName
{
border-color: #4A603F;
}
</style>