Shades of Tuatara #464A38
Tints of Tuatara #464A38
RGB
CMYK
RGB Variations
Color information
#464A38 (or 0x464A38) is known color: Tuatara. HEX triplet: 46, 4A and 38. RGB value is (70,74,56). Sum of RGB (Red+Green+Blue) = 70+74+56=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #464A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A38 is #B9B5C7. Grayscale: #464646. Windows color (decimal): -12170696 or 3689030. OLE color: 3689030.
HSL color Cylindrical-coordinate representation of color #464A38: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #464A38 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 74 | 56 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.71 |
| HSL | 73.33º | 0.14% | 0.25% | - |
| HSV(B) | 73.33º | 0.24% | 0.29% | - |
| XYZ | 5.69 | 6.49 | 4.69 | - |
| YUV | 70.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 56 | 0.05 | 0 | 0.24 | 0.71 | 73.33 | 0.14 | 0.25 |
| Hex | 46 | 4A | 38 | 5 | 0 | 18 | 47 | 49 | E | 19 |
| Octal | 106 | 112 | 70 | 5 | 0 | 30 | 107 | 111 | 16 | 31 |
| Binary | 1000110 | 1001010 | 111000 | 101 | 0 | 11000 | 1000111 | 1001001 | 1110 | 11001 |
Color Harmonies of #464A38
Complementary color
Monochromatic Colors of #464A38
Black with #464A38
Text Example
Text Example
White with #464A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464A38; }
p { color: rgb(70,74,56); }
H1.HeaderClassName
{
color: #464A38;
}
.AnyTagClassName
{
color: #464A38;
}
</style>
background-color css
<style>
a { background-color: #464A38; }
a { background-color: rgb(70,74,56); }
div.DivClassName
{
background-color: #464A38;
}
.BgClassName
{
background-color: #464A38;
}
</style>
border-color css
<style>
span { border-color: #464A38; }
span { border-color: rgb(70,74,56); }
td.TdClassName
{
border-color: #464A38;
}
.TagClassName
{
border-color: #464A38;
}
</style>