Shades of Tuatara #46493B
Tints of Tuatara #46493B
RGB
CMYK
RGB Variations
Color information
#46493B (or 0x46493B) is known color: Tuatara. HEX triplet: 46, 49 and 3B. RGB value is (70,73,59). Sum of RGB (Red+Green+Blue) = 70+73+59=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #46493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46493B is #B9B6C4. Grayscale: #464646. Windows color (decimal): -12170949 or 3885382. OLE color: 3885382.
HSL color Cylindrical-coordinate representation of color #46493B: hue angle of 72.86º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #46493B is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 59 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.71 |
| HSL | 72.86º | 0.11% | 0.26% | - |
| HSV(B) | 72.86º | 0.19% | 0.29% | - |
| XYZ | 5.7 | 6.38 | 5.07 | - |
| YUV | 70.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 59 | 0.04 | 0 | 0.19 | 0.71 | 72.86 | 0.11 | 0.26 |
| Hex | 46 | 49 | 3B | 4 | 0 | 13 | 47 | 49 | B | 1A |
| Octal | 106 | 111 | 73 | 4 | 0 | 23 | 107 | 111 | 13 | 32 |
| Binary | 1000110 | 1001001 | 111011 | 100 | 0 | 10011 | 1000111 | 1001001 | 1011 | 11010 |
Color Harmonies of #46493B
Complementary color
Monochromatic Colors of #46493B
Black with #46493B
Text Example
Text Example
White with #46493B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46493B; }
p { color: rgb(70,73,59); }
H1.HeaderClassName
{
color: #46493B;
}
.AnyTagClassName
{
color: #46493B;
}
</style>
background-color css
<style>
a { background-color: #46493B; }
a { background-color: rgb(70,73,59); }
div.DivClassName
{
background-color: #46493B;
}
.BgClassName
{
background-color: #46493B;
}
</style>
border-color css
<style>
span { border-color: #46493B; }
span { border-color: rgb(70,73,59); }
td.TdClassName
{
border-color: #46493B;
}
.TagClassName
{
border-color: #46493B;
}
</style>