Shades of Tuatara #474C39
Tints of Tuatara #474C39
RGB
CMYK
RGB Variations
Color information
#474C39 (or 0x474C39) is known color: Tuatara. HEX triplet: 47, 4C and 39. RGB value is (71,76,57). Sum of RGB (Red+Green+Blue) = 71+76+57=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #474C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C39 is #B8B3C6. Grayscale: #484848. Windows color (decimal): -12104647 or 3755079. OLE color: 3755079.
HSL color Cylindrical-coordinate representation of color #474C39: hue angle of 75.79º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #474C39 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 57 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.70 |
| HSL | 75.79º | 0.14% | 0.26% | - |
| HSV(B) | 75.79º | 0.25% | 0.3% | - |
| XYZ | 5.92 | 6.8 | 4.87 | - |
| YUV | 72.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 57 | 0.07 | 0 | 0.25 | 0.70 | 75.79 | 0.14 | 0.26 |
| Hex | 47 | 4C | 39 | 7 | 0 | 19 | 46 | 4C | E | 1A |
| Octal | 107 | 114 | 71 | 7 | 0 | 31 | 106 | 114 | 16 | 32 |
| Binary | 1000111 | 1001100 | 111001 | 111 | 0 | 11001 | 1000110 | 1001100 | 1110 | 11010 |
Color Harmonies of #474C39
Complementary color
Monochromatic Colors of #474C39
Black with #474C39
Text Example
Text Example
White with #474C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C39; }
p { color: rgb(71,76,57); }
H1.HeaderClassName
{
color: #474C39;
}
.AnyTagClassName
{
color: #474C39;
}
</style>
background-color css
<style>
a { background-color: #474C39; }
a { background-color: rgb(71,76,57); }
div.DivClassName
{
background-color: #474C39;
}
.BgClassName
{
background-color: #474C39;
}
</style>
border-color css
<style>
span { border-color: #474C39; }
span { border-color: rgb(71,76,57); }
td.TdClassName
{
border-color: #474C39;
}
.TagClassName
{
border-color: #474C39;
}
</style>