Shades of Tom Thumb #4A5B43
Tints of Tom Thumb #4A5B43
RGB
CMYK
RGB Variations
Color information
#4A5B43 (or 0x4A5B43) is known color: Tom Thumb. HEX triplet: 4A, 5B and 43. RGB value is (74,91,67). Sum of RGB (Red+Green+Blue) = 74+91+67=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B43 is #B5A4BC. Grayscale: #535353. Windows color (decimal): -11904189 or 4414282. OLE color: 4414282.
HSL color Cylindrical-coordinate representation of color #4A5B43: hue angle of 102.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4A5B43 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 91 | 67 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.64 |
| HSL | 102.5º | 0.15% | 0.31% | - |
| HSV(B) | 102.5º | 0.26% | 0.36% | - |
| XYZ | 7.58 | 9.34 | 6.71 | - |
| YUV | 83.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 67 | 0.19 | 0 | 0.26 | 0.64 | 102.5 | 0.15 | 0.31 |
| Hex | 4A | 5B | 43 | 13 | 0 | 1A | 40 | 66 | F | 1F |
| Octal | 112 | 133 | 103 | 23 | 0 | 32 | 100 | 146 | 17 | 37 |
| Binary | 1001010 | 1011011 | 1000011 | 10011 | 0 | 11010 | 1000000 | 1100110 | 1111 | 11111 |
Color Harmonies of #4A5B43
Complementary color
Monochromatic Colors of #4A5B43
Black with #4A5B43
Text Example
Text Example
White with #4A5B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5B43; }
p { color: rgb(74,91,67); }
H1.HeaderClassName
{
color: #4A5B43;
}
.AnyTagClassName
{
color: #4A5B43;
}
</style>
background-color css
<style>
a { background-color: #4A5B43; }
a { background-color: rgb(74,91,67); }
div.DivClassName
{
background-color: #4A5B43;
}
.BgClassName
{
background-color: #4A5B43;
}
</style>
border-color css
<style>
span { border-color: #4A5B43; }
span { border-color: rgb(74,91,67); }
td.TdClassName
{
border-color: #4A5B43;
}
.TagClassName
{
border-color: #4A5B43;
}
</style>