Shades of Tom Thumb #4F644B
Tints of Tom Thumb #4F644B
RGB
CMYK
RGB Variations
Color information
#4F644B (or 0x4F644B) is known color: Tom Thumb. HEX triplet: 4F, 64 and 4B. RGB value is (79,100,75). Sum of RGB (Red+Green+Blue) = 79+100+75=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #4F644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F644B is #B09BB4. Grayscale: #5A5A5A. Windows color (decimal): -11574197 or 4940879. OLE color: 4940879.
HSL color Cylindrical-coordinate representation of color #4F644B: hue angle of 110.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F644B is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 79 | 100 | 75 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.61 |
| HSL | 110.4º | 0.14% | 0.34% | - |
| HSV(B) | 110.4º | 0.25% | 0.39% | - |
| XYZ | 9.05 | 11.28 | 8.36 | - |
| YUV | 90.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 75 | 0.21 | 0 | 0.25 | 0.61 | 110.4 | 0.14 | 0.34 |
| Hex | 4F | 64 | 4B | 15 | 0 | 19 | 3D | 6E | E | 22 |
| Octal | 117 | 144 | 113 | 25 | 0 | 31 | 75 | 156 | 16 | 42 |
| Binary | 1001111 | 1100100 | 1001011 | 10101 | 0 | 11001 | 111101 | 1101110 | 1110 | 100010 |
Color Harmonies of #4F644B
Complementary color
Monochromatic Colors of #4F644B
Black with #4F644B
Text Example
Text Example
White with #4F644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F644B; }
p { color: rgb(79,100,75); }
H1.HeaderClassName
{
color: #4F644B;
}
.AnyTagClassName
{
color: #4F644B;
}
</style>
background-color css
<style>
a { background-color: #4F644B; }
a { background-color: rgb(79,100,75); }
div.DivClassName
{
background-color: #4F644B;
}
.BgClassName
{
background-color: #4F644B;
}
</style>
border-color css
<style>
span { border-color: #4F644B; }
span { border-color: rgb(79,100,75); }
td.TdClassName
{
border-color: #4F644B;
}
.TagClassName
{
border-color: #4F644B;
}
</style>