Shades of Tom Thumb #4F5E4C
Tints of Tom Thumb #4F5E4C
RGB
CMYK
RGB Variations
Color information
#4F5E4C (or 0x4F5E4C) is known color: Tom Thumb. HEX triplet: 4F, 5E and 4C. RGB value is (79,94,76). Sum of RGB (Red+Green+Blue) = 79+94+76=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 94 - color contains mainly: green. Hex color #4F5E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5E4C is #B0A1B3. Grayscale: #575757. Windows color (decimal): -11575732 or 5004879. OLE color: 5004879.
HSL color Cylindrical-coordinate representation of color #4F5E4C: hue angle of 110º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F5E4C is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
RGB | 79 | 94 | 76 | - |
CMYK | 0.16 | 0 | 0.19 | 0.63 |
HSL | 110º | 0.11% | 0.33% | - |
HSV(B) | 110º | 0.19% | 0.37% | - |
XYZ | 8.53 | 10.19 | 8.35 | - |
YUV | 87.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 79 | 94 | 76 | 0.16 | 0 | 0.19 | 0.63 | 110 | 0.11 | 0.33 |
Hex | 4F | 5E | 4C | 10 | 0 | 13 | 3F | 6E | B | 21 |
Octal | 117 | 136 | 114 | 20 | 0 | 23 | 77 | 156 | 13 | 41 |
Binary | 1001111 | 1011110 | 1001100 | 10000 | 0 | 10011 | 111111 | 1101110 | 1011 | 100001 |
Color Harmonies of #4F5E4C
Complementary color
Monochromatic Colors of #4F5E4C
Black with #4F5E4C
Text Example
Text Example
White with #4F5E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5E4C; }
p { color: rgb(79,94,76); }
H1.HeaderClassName
{
color: #4F5E4C;
}
.AnyTagClassName
{
color: #4F5E4C;
}
</style>
background-color css
<style>
a { background-color: #4F5E4C; }
a { background-color: rgb(79,94,76); }
div.DivClassName
{
background-color: #4F5E4C;
}
.BgClassName
{
background-color: #4F5E4C;
}
</style>
border-color css
<style>
span { border-color: #4F5E4C; }
span { border-color: rgb(79,94,76); }
td.TdClassName
{
border-color: #4F5E4C;
}
.TagClassName
{
border-color: #4F5E4C;
}
</style>