Shades of Tuatara #46493E
Tints of Tuatara #46493E
RGB
CMYK
RGB Variations
Color information
#46493E (or 0x46493E) is known color: Tuatara. HEX triplet: 46, 49 and 3E. RGB value is (70,73,62). Sum of RGB (Red+Green+Blue) = 70+73+62=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #46493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46493E is #B9B6C1. Grayscale: #464646. Windows color (decimal): -12170946 or 4081990. OLE color: 4081990.
HSL color Cylindrical-coordinate representation of color #46493E: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #46493E is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 62 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.71 |
| HSL | 76.36º | 0.08% | 0.26% | - |
| HSV(B) | 76.36º | 0.15% | 0.29% | - |
| XYZ | 5.78 | 6.41 | 5.49 | - |
| YUV | 70.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 62 | 0.04 | 0 | 0.15 | 0.71 | 76.36 | 0.08 | 0.26 |
| Hex | 46 | 49 | 3E | 4 | 0 | F | 47 | 4C | 8 | 1A |
| Octal | 106 | 111 | 76 | 4 | 0 | 17 | 107 | 114 | 10 | 32 |
| Binary | 1000110 | 1001001 | 111110 | 100 | 0 | 1111 | 1000111 | 1001100 | 1000 | 11010 |
Color Harmonies of #46493E
Complementary color
Monochromatic Colors of #46493E
Black with #46493E
Text Example
Text Example
White with #46493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46493E; }
p { color: rgb(70,73,62); }
H1.HeaderClassName
{
color: #46493E;
}
.AnyTagClassName
{
color: #46493E;
}
</style>
background-color css
<style>
a { background-color: #46493E; }
a { background-color: rgb(70,73,62); }
div.DivClassName
{
background-color: #46493E;
}
.BgClassName
{
background-color: #46493E;
}
</style>
border-color css
<style>
span { border-color: #46493E; }
span { border-color: rgb(70,73,62); }
td.TdClassName
{
border-color: #46493E;
}
.TagClassName
{
border-color: #46493E;
}
</style>