Shades of Tuatara #464B37
Tints of Tuatara #464B37
RGB
CMYK
RGB Variations
Color information
#464B37 (or 0x464B37) is known color: Tuatara. HEX triplet: 46, 4B and 37. RGB value is (70,75,55). Sum of RGB (Red+Green+Blue) = 70+75+55=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #464B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B37 is #B9B4C8. Grayscale: #474747. Windows color (decimal): -12170441 or 3623750. OLE color: 3623750.
HSL color Cylindrical-coordinate representation of color #464B37: hue angle of 75º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #464B37 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 75 | 55 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.71 |
| HSL | 75º | 0.15% | 0.25% | - |
| HSV(B) | 75º | 0.27% | 0.29% | - |
| XYZ | 5.73 | 6.61 | 4.59 | - |
| YUV | 71.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 55 | 0.07 | 0 | 0.27 | 0.71 | 75 | 0.15 | 0.25 |
| Hex | 46 | 4B | 37 | 7 | 0 | 1B | 47 | 4B | F | 19 |
| Octal | 106 | 113 | 67 | 7 | 0 | 33 | 107 | 113 | 17 | 31 |
| Binary | 1000110 | 1001011 | 110111 | 111 | 0 | 11011 | 1000111 | 1001011 | 1111 | 11001 |
Color Harmonies of #464B37
Complementary color
Monochromatic Colors of #464B37
Black with #464B37
Text Example
Text Example
White with #464B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B37; }
p { color: rgb(70,75,55); }
H1.HeaderClassName
{
color: #464B37;
}
.AnyTagClassName
{
color: #464B37;
}
</style>
background-color css
<style>
a { background-color: #464B37; }
a { background-color: rgb(70,75,55); }
div.DivClassName
{
background-color: #464B37;
}
.BgClassName
{
background-color: #464B37;
}
</style>
border-color css
<style>
span { border-color: #464B37; }
span { border-color: rgb(70,75,55); }
td.TdClassName
{
border-color: #464B37;
}
.TagClassName
{
border-color: #464B37;
}
</style>