Shades of Tuatara #464B3C
Tints of Tuatara #464B3C
RGB
CMYK
RGB Variations
Color information
#464B3C (or 0x464B3C) is known color: Tuatara. HEX triplet: 46, 4B and 3C. RGB value is (70,75,60). Sum of RGB (Red+Green+Blue) = 70+75+60=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #464B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B3C is #B9B4C3. Grayscale: #474747. Windows color (decimal): -12170436 or 3951430. OLE color: 3951430.
HSL color Cylindrical-coordinate representation of color #464B3C: hue angle of 80º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464B3C is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 60 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.71 |
| HSL | 80º | 0.11% | 0.26% | - |
| HSV(B) | 80º | 0.2% | 0.29% | - |
| XYZ | 5.86 | 6.66 | 5.25 | - |
| YUV | 71.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 60 | 0.07 | 0 | 0.20 | 0.71 | 80 | 0.11 | 0.26 |
| Hex | 46 | 4B | 3C | 7 | 0 | 14 | 47 | 50 | B | 1A |
| Octal | 106 | 113 | 74 | 7 | 0 | 24 | 107 | 120 | 13 | 32 |
| Binary | 1000110 | 1001011 | 111100 | 111 | 0 | 10100 | 1000111 | 1010000 | 1011 | 11010 |
Color Harmonies of #464B3C
Complementary color
Monochromatic Colors of #464B3C
Black with #464B3C
Text Example
Text Example
White with #464B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B3C; }
p { color: rgb(70,75,60); }
H1.HeaderClassName
{
color: #464B3C;
}
.AnyTagClassName
{
color: #464B3C;
}
</style>
background-color css
<style>
a { background-color: #464B3C; }
a { background-color: rgb(70,75,60); }
div.DivClassName
{
background-color: #464B3C;
}
.BgClassName
{
background-color: #464B3C;
}
</style>
border-color css
<style>
span { border-color: #464B3C; }
span { border-color: rgb(70,75,60); }
td.TdClassName
{
border-color: #464B3C;
}
.TagClassName
{
border-color: #464B3C;
}
</style>