Shades of Camouflage #4B493A
Tints of Camouflage #4B493A
RGB
CMYK
RGB Variations
Color information
#4B493A (or 0x4B493A) is known color: Camouflage. HEX triplet: 4B, 49 and 3A. RGB value is (75,73,58). Sum of RGB (Red+Green+Blue) = 75+73+58=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B493A is #B4B6C5. Grayscale: #474747. Windows color (decimal): -11843270 or 3819851. OLE color: 3819851.
HSL color Cylindrical-coordinate representation of color #4B493A: hue angle of 52.94º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B493A is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 58 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.71 |
| HSL | 52.94º | 0.13% | 0.26% | - |
| HSV(B) | 52.94º | 0.23% | 0.29% | - |
| XYZ | 6.05 | 6.57 | 4.95 | - |
| YUV | 71.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 58 | 0 | 0.03 | 0.23 | 0.71 | 52.94 | 0.13 | 0.26 |
| Hex | 4B | 49 | 3A | 0 | 3 | 17 | 47 | 35 | D | 1A |
| Octal | 113 | 111 | 72 | 0 | 3 | 27 | 107 | 65 | 15 | 32 |
| Binary | 1001011 | 1001001 | 111010 | 0 | 11 | 10111 | 1000111 | 110101 | 1101 | 11010 |
Color Harmonies of #4B493A
Complementary color
Monochromatic Colors of #4B493A
Black with #4B493A
Text Example
Text Example
White with #4B493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B493A; }
p { color: rgb(75,73,58); }
H1.HeaderClassName
{
color: #4B493A;
}
.AnyTagClassName
{
color: #4B493A;
}
</style>
background-color css
<style>
a { background-color: #4B493A; }
a { background-color: rgb(75,73,58); }
div.DivClassName
{
background-color: #4B493A;
}
.BgClassName
{
background-color: #4B493A;
}
</style>
border-color css
<style>
span { border-color: #4B493A; }
span { border-color: rgb(75,73,58); }
td.TdClassName
{
border-color: #4B493A;
}
.TagClassName
{
border-color: #4B493A;
}
</style>