Shades of Tuatara #484946
Tints of Tuatara #484946
RGB
CMYK
RGB Variations
Color information
#484946 (or 0x484946) is known color: Tuatara. HEX triplet: 48, 49 and 46. RGB value is (72,73,70). Sum of RGB (Red+Green+Blue) = 72+73+70=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 73 - color contains mainly: green. Hex color #484946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484946 is #B7B6B9. Grayscale: #484848. Windows color (decimal): -12039866 or 4606280. OLE color: 4606280.
HSL color Cylindrical-coordinate representation of color #484946: hue angle of 80º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #484946 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 70 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.71 |
| HSL | 80º | 0.02% | 0.28% | - |
| HSV(B) | 80º | 0.04% | 0.29% | - |
| XYZ | 6.16 | 6.59 | 6.74 | - |
| YUV | 72.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 70 | 0.01 | 0 | 0.04 | 0.71 | 80 | 0.02 | 0.28 |
| Hex | 48 | 49 | 46 | 1 | 0 | 4 | 47 | 50 | 2 | 1C |
| Octal | 110 | 111 | 106 | 1 | 0 | 4 | 107 | 120 | 2 | 34 |
| Binary | 1001000 | 1001001 | 1000110 | 1 | 0 | 100 | 1000111 | 1010000 | 10 | 11100 |
Color Harmonies of #484946
Complementary color
Monochromatic Colors of #484946
Black with #484946
Text Example
Text Example
White with #484946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484946; }
p { color: rgb(72,73,70); }
H1.HeaderClassName
{
color: #484946;
}
.AnyTagClassName
{
color: #484946;
}
</style>
background-color css
<style>
a { background-color: #484946; }
a { background-color: rgb(72,73,70); }
div.DivClassName
{
background-color: #484946;
}
.BgClassName
{
background-color: #484946;
}
</style>
border-color css
<style>
span { border-color: #484946; }
span { border-color: rgb(72,73,70); }
td.TdClassName
{
border-color: #484946;
}
.TagClassName
{
border-color: #484946;
}
</style>