#494F41

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

Shades of Armadillo #494F41

Tints of Armadillo #494F41

Color information

#494F41 (or 0x494F41) is unknown color: approx Armadillo. HEX triplet: 49, 4F and 41. RGB value is (73,79,65). Sum of RGB (Red+Green+Blue) = 73+79+65=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #494F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F41 is #B6B0BE. Grayscale: #4B4B4B. Windows color (decimal): -11972799 or 4280137. OLE color: 4280137.

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

Color convert

RGB737965-
CMYK0.0800.180.69
HSL85.71º9.72%28.24%-
HSV(B)85.71º17.72%30.98%-
XYZ6.57.396.08-
YUV75.61122.01126.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 65 (25.78% from 255) = 29.95%
R=33.64%
G=36.41%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7379650.0800.180.6985.719.7228.24
Hex494F4180124556a1c
Octal111117101100221051261234
Binary100100110011111000001100001001010001011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,65); }

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

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

 a { background-color: rgb(73,79,65); }

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

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

 span { border-color: rgb(73,79,65); }

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