Shades of Camouflage #4A492B
Tints of Camouflage #4A492B
RGB
CMYK
RGB Variations
Color information
#4A492B (or 0x4A492B) is known color: Camouflage. HEX triplet: 4A, 49 and 2B. RGB value is (74,73,43). Sum of RGB (Red+Green+Blue) = 74+73+43=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A492B is #B5B6D4. Grayscale: #464646. Windows color (decimal): -11908821 or 2836810. OLE color: 2836810.
HSL color Cylindrical-coordinate representation of color #4A492B: hue angle of 58.06º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A492B is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 73 | 43 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.71 |
| HSL | 58.06º | 0.26% | 0.23% | - |
| HSV(B) | 58.06º | 0.42% | 0.29% | - |
| XYZ | 5.64 | 6.4 | 3.22 | - |
| YUV | 69.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 73 | 43 | 0 | 0.01 | 0.42 | 0.71 | 58.06 | 0.26 | 0.23 |
| Hex | 4A | 49 | 2B | 0 | 1 | 2A | 47 | 3A | 1A | 17 |
| Octal | 112 | 111 | 53 | 0 | 1 | 52 | 107 | 72 | 32 | 27 |
| Binary | 1001010 | 1001001 | 101011 | 0 | 1 | 101010 | 1000111 | 111010 | 11010 | 10111 |
Color Harmonies of #4A492B
Complementary color
Monochromatic Colors of #4A492B
Black with #4A492B
Text Example
Text Example
White with #4A492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A492B; }
p { color: rgb(74,73,43); }
H1.HeaderClassName
{
color: #4A492B;
}
.AnyTagClassName
{
color: #4A492B;
}
</style>
background-color css
<style>
a { background-color: #4A492B; }
a { background-color: rgb(74,73,43); }
div.DivClassName
{
background-color: #4A492B;
}
.BgClassName
{
background-color: #4A492B;
}
</style>
border-color css
<style>
span { border-color: #4A492B; }
span { border-color: rgb(74,73,43); }
td.TdClassName
{
border-color: #4A492B;
}
.TagClassName
{
border-color: #4A492B;
}
</style>