Shades of Tom Thumb #4F604A
Tints of Tom Thumb #4F604A
RGB
CMYK
RGB Variations
Color information
#4F604A (or 0x4F604A) is known color: Tom Thumb. HEX triplet: 4F, 60 and 4A. RGB value is (79,96,74). Sum of RGB (Red+Green+Blue) = 79+96+74=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #4F604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F604A is #B09FB5. Grayscale: #585858. Windows color (decimal): -11575222 or 4874319. OLE color: 4874319.
HSL color Cylindrical-coordinate representation of color #4F604A: hue angle of 106.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F604A is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 74 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.62 |
| HSL | 106.36º | 0.13% | 0.33% | - |
| HSV(B) | 106.36º | 0.23% | 0.38% | - |
| XYZ | 8.64 | 10.52 | 8.05 | - |
| YUV | 88.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 74 | 0.18 | 0 | 0.23 | 0.62 | 106.36 | 0.13 | 0.33 |
| Hex | 4F | 60 | 4A | 12 | 0 | 17 | 3E | 6A | D | 21 |
| Octal | 117 | 140 | 112 | 22 | 0 | 27 | 76 | 152 | 15 | 41 |
| Binary | 1001111 | 1100000 | 1001010 | 10010 | 0 | 10111 | 111110 | 1101010 | 1101 | 100001 |
Color Harmonies of #4F604A
Complementary color
Monochromatic Colors of #4F604A
Black with #4F604A
Text Example
Text Example
White with #4F604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F604A; }
p { color: rgb(79,96,74); }
H1.HeaderClassName
{
color: #4F604A;
}
.AnyTagClassName
{
color: #4F604A;
}
</style>
background-color css
<style>
a { background-color: #4F604A; }
a { background-color: rgb(79,96,74); }
div.DivClassName
{
background-color: #4F604A;
}
.BgClassName
{
background-color: #4F604A;
}
</style>
border-color css
<style>
span { border-color: #4F604A; }
span { border-color: rgb(79,96,74); }
td.TdClassName
{
border-color: #4F604A;
}
.TagClassName
{
border-color: #4F604A;
}
</style>