#494E43

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

Shades of Armadillo #494E43

Tints of Armadillo #494E43

Color information

#494E43 (or 0x494E43) is unknown color: approx Armadillo. HEX triplet: 49, 4E and 43. RGB value is (73,78,67). Sum of RGB (Red+Green+Blue) = 73+78+67=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #494E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E43 is #B6B1BC. Grayscale: #4B4B4B. Windows color (decimal): -11973053 or 4410953. OLE color: 4410953.

HSL color Cylindrical-coordinate representation of color #494E43: hue angle of 87.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494E43 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB737867-
CMYK0.0600.140.69
HSL87.27º7.59%28.43%-
HSV(B)87.27º14.1%30.59%-
XYZ6.497.276.37-
YUV75.25123.34126.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 67 (26.56% from 255) = 30.73%
R=33.49%
G=35.78%
B=30.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378670.0600.140.6987.277.5928.43
Hex494E4360E455781c
Octal11111610360161051271034
Binary1001001100111010000111100111010001011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,67); }

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

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

 a { background-color: rgb(73,78,67); }

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

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

 span { border-color: rgb(73,78,67); }

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