Shades of Tuatara #484945
Tints of Tuatara #484945
RGB
CMYK
RGB Variations
Color information
#484945 (or 0x484945) is known color: Tuatara. HEX triplet: 48, 49 and 45. RGB value is (72,73,69). Sum of RGB (Red+Green+Blue) = 72+73+69=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 73 - color contains mainly: green. Hex color #484945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484945 is #B7B6BA. Grayscale: #484848. Windows color (decimal): -12039867 or 4540744. OLE color: 4540744.
HSL color Cylindrical-coordinate representation of color #484945: hue angle of 75º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #484945 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 73 | 69 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.71 |
| HSL | 75º | 0.03% | 0.28% | - |
| HSV(B) | 75º | 0.05% | 0.29% | - |
| XYZ | 6.13 | 6.57 | 6.58 | - |
| YUV | 72.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 73 | 69 | 0.01 | 0 | 0.05 | 0.71 | 75 | 0.03 | 0.28 |
| Hex | 48 | 49 | 45 | 1 | 0 | 5 | 47 | 4B | 3 | 1C |
| Octal | 110 | 111 | 105 | 1 | 0 | 5 | 107 | 113 | 3 | 34 |
| Binary | 1001000 | 1001001 | 1000101 | 1 | 0 | 101 | 1000111 | 1001011 | 11 | 11100 |
Color Harmonies of #484945
Complementary color
Monochromatic Colors of #484945
Black with #484945
Text Example
Text Example
White with #484945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484945; }
p { color: rgb(72,73,69); }
H1.HeaderClassName
{
color: #484945;
}
.AnyTagClassName
{
color: #484945;
}
</style>
background-color css
<style>
a { background-color: #484945; }
a { background-color: rgb(72,73,69); }
div.DivClassName
{
background-color: #484945;
}
.BgClassName
{
background-color: #484945;
}
</style>
border-color css
<style>
span { border-color: #484945; }
span { border-color: rgb(72,73,69); }
td.TdClassName
{
border-color: #484945;
}
.TagClassName
{
border-color: #484945;
}
</style>