#4B493A

Color #4B493A Camouflage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage #4B493A

Tints of Camouflage #4B493A

Color information

#4B493A (or 0x4B493A) is unknown color: approx 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

RGB757358-
CMYK00.030.230.71
HSL52.94º12.78%26.08%-
HSV(B)52.94º22.67%29.41%-
XYZ6.056.574.95-
YUV71.89120.16130.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=36.41%
G=35.44%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75735800.030.230.7152.9412.7826.08
Hex4B493A03174735d1a
Octal113111720327107651532
Binary10010111001001111010011101111000111110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>