Shades of Tom Thumb #465D3F
Tints of Tom Thumb #465D3F
RGB
CMYK
RGB Variations
Color information
#465D3F (or 0x465D3F) is known color: Tom Thumb. HEX triplet: 46, 5D and 3F. RGB value is (70,93,63). Sum of RGB (Red+Green+Blue) = 70+93+63=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #465D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D3F is #B9A2C0. Grayscale: #525252. Windows color (decimal): -12165825 or 4152646. OLE color: 4152646.
HSL color Cylindrical-coordinate representation of color #465D3F: hue angle of 106º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465D3F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 93 | 63 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.64 |
| HSL | 106º | 0.19% | 0.31% | - |
| HSV(B) | 106º | 0.32% | 0.36% | - |
| XYZ | 7.34 | 9.49 | 6.15 | - |
| YUV | 82.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 63 | 0.25 | 0 | 0.32 | 0.64 | 106 | 0.19 | 0.31 |
| Hex | 46 | 5D | 3F | 19 | 0 | 20 | 40 | 6A | 13 | 1F |
| Octal | 106 | 135 | 77 | 31 | 0 | 40 | 100 | 152 | 23 | 37 |
| Binary | 1000110 | 1011101 | 111111 | 11001 | 0 | 100000 | 1000000 | 1101010 | 10011 | 11111 |
Color Harmonies of #465D3F
Complementary color
Monochromatic Colors of #465D3F
Black with #465D3F
Text Example
Text Example
White with #465D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465D3F; }
p { color: rgb(70,93,63); }
H1.HeaderClassName
{
color: #465D3F;
}
.AnyTagClassName
{
color: #465D3F;
}
</style>
background-color css
<style>
a { background-color: #465D3F; }
a { background-color: rgb(70,93,63); }
div.DivClassName
{
background-color: #465D3F;
}
.BgClassName
{
background-color: #465D3F;
}
</style>
border-color css
<style>
span { border-color: #465D3F; }
span { border-color: rgb(70,93,63); }
td.TdClassName
{
border-color: #465D3F;
}
.TagClassName
{
border-color: #465D3F;
}
</style>