Shades of Tuatara #474A41
Tints of Tuatara #474A41
RGB
CMYK
RGB Variations
Color information
#474A41 (or 0x474A41) is known color: Tuatara. HEX triplet: 47, 4A and 41. RGB value is (71,74,65). Sum of RGB (Red+Green+Blue) = 71+74+65=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 74 - color contains mainly: green. Hex color #474A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A41 is #B8B5BE. Grayscale: #484848. Windows color (decimal): -12105151 or 4278855. OLE color: 4278855.
HSL color Cylindrical-coordinate representation of color #474A41: hue angle of 80º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #474A41 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 65 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.71 |
| HSL | 80º | 0.06% | 0.27% | - |
| HSV(B) | 80º | 0.12% | 0.29% | - |
| XYZ | 6 | 6.62 | 5.96 | - |
| YUV | 72.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 65 | 0.04 | 0 | 0.12 | 0.71 | 80 | 0.06 | 0.27 |
| Hex | 47 | 4A | 41 | 4 | 0 | C | 47 | 50 | 6 | 1B |
| Octal | 107 | 112 | 101 | 4 | 0 | 14 | 107 | 120 | 6 | 33 |
| Binary | 1000111 | 1001010 | 1000001 | 100 | 0 | 1100 | 1000111 | 1010000 | 110 | 11011 |
Color Harmonies of #474A41
Complementary color
Monochromatic Colors of #474A41
Black with #474A41
Text Example
Text Example
White with #474A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A41; }
p { color: rgb(71,74,65); }
H1.HeaderClassName
{
color: #474A41;
}
.AnyTagClassName
{
color: #474A41;
}
</style>
background-color css
<style>
a { background-color: #474A41; }
a { background-color: rgb(71,74,65); }
div.DivClassName
{
background-color: #474A41;
}
.BgClassName
{
background-color: #474A41;
}
</style>
border-color css
<style>
span { border-color: #474A41; }
span { border-color: rgb(71,74,65); }
td.TdClassName
{
border-color: #474A41;
}
.TagClassName
{
border-color: #474A41;
}
</style>