Shades of Tom Thumb #4F624B
Tints of Tom Thumb #4F624B
RGB
CMYK
RGB Variations
Color information
#4F624B (or 0x4F624B) is known color: Tom Thumb. HEX triplet: 4F, 62 and 4B. RGB value is (79,98,75). Sum of RGB (Red+Green+Blue) = 79+98+75=252 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.35% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 98 - color contains mainly: green. Hex color #4F624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F624B is #B09DB4. Grayscale: #595959. Windows color (decimal): -11574709 or 4940367. OLE color: 4940367.
HSL color Cylindrical-coordinate representation of color #4F624B: hue angle of 109.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F624B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 75 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.62 |
| HSL | 109.57º | 0.13% | 0.34% | - |
| HSV(B) | 109.57º | 0.23% | 0.38% | - |
| XYZ | 8.86 | 10.91 | 8.29 | - |
| YUV | 89.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 75 | 0.19 | 0 | 0.23 | 0.62 | 109.57 | 0.13 | 0.34 |
| Hex | 4F | 62 | 4B | 13 | 0 | 17 | 3E | 6E | D | 22 |
| Octal | 117 | 142 | 113 | 23 | 0 | 27 | 76 | 156 | 15 | 42 |
| Binary | 1001111 | 1100010 | 1001011 | 10011 | 0 | 10111 | 111110 | 1101110 | 1101 | 100010 |
Color Harmonies of #4F624B
Complementary color
Monochromatic Colors of #4F624B
Black with #4F624B
Text Example
Text Example
White with #4F624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F624B; }
p { color: rgb(79,98,75); }
H1.HeaderClassName
{
color: #4F624B;
}
.AnyTagClassName
{
color: #4F624B;
}
</style>
background-color css
<style>
a { background-color: #4F624B; }
a { background-color: rgb(79,98,75); }
div.DivClassName
{
background-color: #4F624B;
}
.BgClassName
{
background-color: #4F624B;
}
</style>
border-color css
<style>
span { border-color: #4F624B; }
span { border-color: rgb(79,98,75); }
td.TdClassName
{
border-color: #4F624B;
}
.TagClassName
{
border-color: #4F624B;
}
</style>