Shades of Tuatara #474941
Tints of Tuatara #474941
RGB
CMYK
RGB Variations
Color information
#474941 (or 0x474941) is known color: Tuatara. HEX triplet: 47, 49 and 41. RGB value is (71,73,65). Sum of RGB (Red+Green+Blue) = 71+73+65=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 73 - color contains mainly: green. Hex color #474941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474941 is #B8B6BE. Grayscale: #474747. Windows color (decimal): -12105407 or 4278599. OLE color: 4278599.
HSL color Cylindrical-coordinate representation of color #474941: hue angle of 75º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474941 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 65 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.71 |
| HSL | 75º | 0.06% | 0.27% | - |
| HSV(B) | 75º | 0.11% | 0.29% | - |
| XYZ | 5.94 | 6.49 | 5.94 | - |
| YUV | 71.49 | 124.34 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 65 | 0.03 | 0 | 0.11 | 0.71 | 75 | 0.06 | 0.27 |
| Hex | 47 | 49 | 41 | 3 | 0 | B | 47 | 4B | 6 | 1B |
| Octal | 107 | 111 | 101 | 3 | 0 | 13 | 107 | 113 | 6 | 33 |
| Binary | 1000111 | 1001001 | 1000001 | 11 | 0 | 1011 | 1000111 | 1001011 | 110 | 11011 |
Color Harmonies of #474941
Complementary color
Monochromatic Colors of #474941
Black with #474941
Text Example
Text Example
White with #474941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474941; }
p { color: rgb(71,73,65); }
H1.HeaderClassName
{
color: #474941;
}
.AnyTagClassName
{
color: #474941;
}
</style>
background-color css
<style>
a { background-color: #474941; }
a { background-color: rgb(71,73,65); }
div.DivClassName
{
background-color: #474941;
}
.BgClassName
{
background-color: #474941;
}
</style>
border-color css
<style>
span { border-color: #474941; }
span { border-color: rgb(71,73,65); }
td.TdClassName
{
border-color: #474941;
}
.TagClassName
{
border-color: #474941;
}
</style>