Shades of Tom Thumb #4F674C
Tints of Tom Thumb #4F674C
RGB
CMYK
RGB Variations
Color information
#4F674C (or 0x4F674C) is known color: Tom Thumb. HEX triplet: 4F, 67 and 4C. RGB value is (79,103,76). Sum of RGB (Red+Green+Blue) = 79+103+76=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #4F674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F674C is #B098B3. Grayscale: #5C5C5C. Windows color (decimal): -11573428 or 5007183. OLE color: 5007183.
HSL color Cylindrical-coordinate representation of color #4F674C: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F674C is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 103 | 76 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.60 |
| HSL | 113.33º | 0.15% | 0.35% | - |
| HSV(B) | 113.33º | 0.26% | 0.4% | - |
| XYZ | 9.38 | 11.88 | 8.64 | - |
| YUV | 92.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 103 | 76 | 0.23 | 0 | 0.26 | 0.60 | 113.33 | 0.15 | 0.35 |
| Hex | 4F | 67 | 4C | 17 | 0 | 1A | 3C | 71 | F | 23 |
| Octal | 117 | 147 | 114 | 27 | 0 | 32 | 74 | 161 | 17 | 43 |
| Binary | 1001111 | 1100111 | 1001100 | 10111 | 0 | 11010 | 111100 | 1110001 | 1111 | 100011 |
Color Harmonies of #4F674C
Complementary color
Monochromatic Colors of #4F674C
Black with #4F674C
Text Example
Text Example
White with #4F674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F674C; }
p { color: rgb(79,103,76); }
H1.HeaderClassName
{
color: #4F674C;
}
.AnyTagClassName
{
color: #4F674C;
}
</style>
background-color css
<style>
a { background-color: #4F674C; }
a { background-color: rgb(79,103,76); }
div.DivClassName
{
background-color: #4F674C;
}
.BgClassName
{
background-color: #4F674C;
}
</style>
border-color css
<style>
span { border-color: #4F674C; }
span { border-color: rgb(79,103,76); }
td.TdClassName
{
border-color: #4F674C;
}
.TagClassName
{
border-color: #4F674C;
}
</style>