Shades of Tuatara #494C41
Tints of Tuatara #494C41
RGB
CMYK
RGB Variations
Color information
#494C41 (or 0x494C41) is known color: Tuatara. HEX triplet: 49, 4C and 41. RGB value is (73,76,65). Sum of RGB (Red+Green+Blue) = 73+76+65=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 76 - color contains mainly: green. Hex color #494C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C41 is #B6B3BE. Grayscale: #494949. Windows color (decimal): -11973567 or 4279369. OLE color: 4279369.
HSL color Cylindrical-coordinate representation of color #494C41: hue angle of 76.36º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494C41 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 65 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.70 |
| HSL | 76.36º | 0.08% | 0.28% | - |
| HSV(B) | 76.36º | 0.14% | 0.3% | - |
| XYZ | 6.29 | 6.97 | 6.01 | - |
| YUV | 73.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 65 | 0.04 | 0 | 0.14 | 0.70 | 76.36 | 0.08 | 0.28 |
| Hex | 49 | 4C | 41 | 4 | 0 | E | 46 | 4C | 8 | 1C |
| Octal | 111 | 114 | 101 | 4 | 0 | 16 | 106 | 114 | 10 | 34 |
| Binary | 1001001 | 1001100 | 1000001 | 100 | 0 | 1110 | 1000110 | 1001100 | 1000 | 11100 |
Color Harmonies of #494C41
Complementary color
Monochromatic Colors of #494C41
Black with #494C41
Text Example
Text Example
White with #494C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C41; }
p { color: rgb(73,76,65); }
H1.HeaderClassName
{
color: #494C41;
}
.AnyTagClassName
{
color: #494C41;
}
</style>
background-color css
<style>
a { background-color: #494C41; }
a { background-color: rgb(73,76,65); }
div.DivClassName
{
background-color: #494C41;
}
.BgClassName
{
background-color: #494C41;
}
</style>
border-color css
<style>
span { border-color: #494C41; }
span { border-color: rgb(73,76,65); }
td.TdClassName
{
border-color: #494C41;
}
.TagClassName
{
border-color: #494C41;
}
</style>