Shades of Tuatara #474A3C
Tints of Tuatara #474A3C
RGB
CMYK
RGB Variations
Color information
#474A3C (or 0x474A3C) is known color: Tuatara. HEX triplet: 47, 4A and 3C. RGB value is (71,74,60). Sum of RGB (Red+Green+Blue) = 71+74+60=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #474A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A3C is #B8B5C3. Grayscale: #474747. Windows color (decimal): -12105156 or 3951175. OLE color: 3951175.
HSL color Cylindrical-coordinate representation of color #474A3C: hue angle of 72.86º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474A3C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 74 | 60 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.71 |
| HSL | 72.86º | 0.1% | 0.26% | - |
| HSV(B) | 72.86º | 0.19% | 0.29% | - |
| XYZ | 5.86 | 6.56 | 5.23 | - |
| YUV | 71.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 74 | 60 | 0.04 | 0 | 0.19 | 0.71 | 72.86 | 0.1 | 0.26 |
| Hex | 47 | 4A | 3C | 4 | 0 | 13 | 47 | 49 | A | 1A |
| Octal | 107 | 112 | 74 | 4 | 0 | 23 | 107 | 111 | 12 | 32 |
| Binary | 1000111 | 1001010 | 111100 | 100 | 0 | 10011 | 1000111 | 1001001 | 1010 | 11010 |
Color Harmonies of #474A3C
Complementary color
Monochromatic Colors of #474A3C
Black with #474A3C
Text Example
Text Example
White with #474A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474A3C; }
p { color: rgb(71,74,60); }
H1.HeaderClassName
{
color: #474A3C;
}
.AnyTagClassName
{
color: #474A3C;
}
</style>
background-color css
<style>
a { background-color: #474A3C; }
a { background-color: rgb(71,74,60); }
div.DivClassName
{
background-color: #474A3C;
}
.BgClassName
{
background-color: #474A3C;
}
</style>
border-color css
<style>
span { border-color: #474A3C; }
span { border-color: rgb(71,74,60); }
td.TdClassName
{
border-color: #474A3C;
}
.TagClassName
{
border-color: #474A3C;
}
</style>