Shades of Tuatara #484B42
Tints of Tuatara #484B42
RGB
CMYK
RGB Variations
Color information
#484B42 (or 0x484B42) is known color: Tuatara. HEX triplet: 48, 4B and 42. RGB value is (72,75,66). Sum of RGB (Red+Green+Blue) = 72+75+66=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 75 - color contains mainly: green. Hex color #484B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484B42 is #B7B4BD. Grayscale: #494949. Windows color (decimal): -12039358 or 4344648. OLE color: 4344648.
HSL color Cylindrical-coordinate representation of color #484B42: hue angle of 80º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #484B42 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 72 | 75 | 66 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.71 |
| HSL | 80º | 0.06% | 0.28% | - |
| HSV(B) | 80º | 0.12% | 0.29% | - |
| XYZ | 6.17 | 6.8 | 6.14 | - |
| YUV | 73.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 75 | 66 | 0.04 | 0 | 0.12 | 0.71 | 80 | 0.06 | 0.28 |
| Hex | 48 | 4B | 42 | 4 | 0 | C | 47 | 50 | 6 | 1C |
| Octal | 110 | 113 | 102 | 4 | 0 | 14 | 107 | 120 | 6 | 34 |
| Binary | 1001000 | 1001011 | 1000010 | 100 | 0 | 1100 | 1000111 | 1010000 | 110 | 11100 |
Color Harmonies of #484B42
Complementary color
Monochromatic Colors of #484B42
Black with #484B42
Text Example
Text Example
White with #484B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484B42; }
p { color: rgb(72,75,66); }
H1.HeaderClassName
{
color: #484B42;
}
.AnyTagClassName
{
color: #484B42;
}
</style>
background-color css
<style>
a { background-color: #484B42; }
a { background-color: rgb(72,75,66); }
div.DivClassName
{
background-color: #484B42;
}
.BgClassName
{
background-color: #484B42;
}
</style>
border-color css
<style>
span { border-color: #484B42; }
span { border-color: rgb(72,75,66); }
td.TdClassName
{
border-color: #484B42;
}
.TagClassName
{
border-color: #484B42;
}
</style>