#494D46

Color #494D46 Armadillo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Armadillo #494D46

Tints of Armadillo #494D46

Color information

#494D46 (or 0x494D46) is unknown color: approx Armadillo. HEX triplet: 49, 4D and 46. RGB value is (73,77,70). Sum of RGB (Red+Green+Blue) = 73+77+70=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 77 - color contains mainly: green. Hex color #494D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D46 is #B6B2B9. Grayscale: #4B4B4B. Windows color (decimal): -11973306 or 4607305. OLE color: 4607305.

HSL color Cylindrical-coordinate representation of color #494D46: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494D46 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB737770-
CMYK0.0500.090.70
HSL94.29º4.76%28.82%-
HSV(B)94.29º9.09%30.2%-
XYZ6.517.176.83-
YUV75.01125.17126.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.18%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=33.18%
G=35%
B=31.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7377700.0500.090.7094.294.7628.82
Hex494D46509465e51d
Octal1111151065011106136535
Binary100100110011011000110101010011000110101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D46; }

 p { color: rgb(73,77,70); }

 H1.HeaderClassName
 {
   color: #494D46;
 }
 .AnyTagClassName
 {
   color: #494D46;
 }
</style>
background-color css

<style>
 a { background-color: #494D46; }

 a { background-color: rgb(73,77,70); }

 div.DivClassName
 {
   background-color: #494D46;
 }
 .BgClassName
 {
   background-color: #494D46;
 }
</style>
border-color css

<style>
 span { border-color: #494D46; }

 span { border-color: rgb(73,77,70); }

 td.TdClassName
 {
   border-color: #494D46;
 }
 .TagClassName
 {
   border-color: #494D46;
 }
</style>