Shades of Tuatara #46493C
Tints of Tuatara #46493C
RGB
CMYK
RGB Variations
Color information
#46493C (or 0x46493C) is known color: Tuatara. HEX triplet: 46, 49 and 3C. RGB value is (70,73,60). Sum of RGB (Red+Green+Blue) = 70+73+60=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #46493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46493C is #B9B6C3. Grayscale: #464646. Windows color (decimal): -12170948 or 3950918. OLE color: 3950918.
HSL color Cylindrical-coordinate representation of color #46493C: hue angle of 73.85º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #46493C is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 60 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.71 |
| HSL | 73.85º | 0.1% | 0.26% | - |
| HSV(B) | 73.85º | 0.18% | 0.29% | - |
| XYZ | 5.72 | 6.39 | 5.21 | - |
| YUV | 70.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 60 | 0.04 | 0 | 0.18 | 0.71 | 73.85 | 0.1 | 0.26 |
| Hex | 46 | 49 | 3C | 4 | 0 | 12 | 47 | 4A | A | 1A |
| Octal | 106 | 111 | 74 | 4 | 0 | 22 | 107 | 112 | 12 | 32 |
| Binary | 1000110 | 1001001 | 111100 | 100 | 0 | 10010 | 1000111 | 1001010 | 1010 | 11010 |
Color Harmonies of #46493C
Complementary color
Monochromatic Colors of #46493C
Black with #46493C
Text Example
Text Example
White with #46493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46493C; }
p { color: rgb(70,73,60); }
H1.HeaderClassName
{
color: #46493C;
}
.AnyTagClassName
{
color: #46493C;
}
</style>
background-color css
<style>
a { background-color: #46493C; }
a { background-color: rgb(70,73,60); }
div.DivClassName
{
background-color: #46493C;
}
.BgClassName
{
background-color: #46493C;
}
</style>
border-color css
<style>
span { border-color: #46493C; }
span { border-color: rgb(70,73,60); }
td.TdClassName
{
border-color: #46493C;
}
.TagClassName
{
border-color: #46493C;
}
</style>