Shades of Tom Thumb #4A693D
Tints of Tom Thumb #4A693D
RGB
CMYK
RGB Variations
Color information
#4A693D (or 0x4A693D) is known color: Tom Thumb. HEX triplet: 4A, 69 and 3D. RGB value is (74,105,61). Sum of RGB (Red+Green+Blue) = 74+105+61=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693D is #B596C2. Grayscale: #5A5A5A. Windows color (decimal): -11900611 or 4024650. OLE color: 4024650.
HSL color Cylindrical-coordinate representation of color #4A693D: hue angle of 102.27º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A693D is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 61 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.59 |
| HSL | 102.27º | 0.27% | 0.33% | - |
| HSV(B) | 102.27º | 0.42% | 0.41% | - |
| XYZ | 8.72 | 11.9 | 6.25 | - |
| YUV | 90.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 61 | 0.30 | 0 | 0.42 | 0.59 | 102.27 | 0.27 | 0.33 |
| Hex | 4A | 69 | 3D | 1E | 0 | 2A | 3B | 66 | 1B | 21 |
| Octal | 112 | 151 | 75 | 36 | 0 | 52 | 73 | 146 | 33 | 41 |
| Binary | 1001010 | 1101001 | 111101 | 11110 | 0 | 101010 | 111011 | 1100110 | 11011 | 100001 |
Color Harmonies of #4A693D
Complementary color
Monochromatic Colors of #4A693D
Black with #4A693D
Text Example
Text Example
White with #4A693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A693D; }
p { color: rgb(74,105,61); }
H1.HeaderClassName
{
color: #4A693D;
}
.AnyTagClassName
{
color: #4A693D;
}
</style>
background-color css
<style>
a { background-color: #4A693D; }
a { background-color: rgb(74,105,61); }
div.DivClassName
{
background-color: #4A693D;
}
.BgClassName
{
background-color: #4A693D;
}
</style>
border-color css
<style>
span { border-color: #4A693D; }
span { border-color: rgb(74,105,61); }
td.TdClassName
{
border-color: #4A693D;
}
.TagClassName
{
border-color: #4A693D;
}
</style>