#4A4E47

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

Shades of Armadillo #4A4E47

Tints of Armadillo #4A4E47

Color information

#4A4E47 (or 0x4A4E47) is unknown color: approx Armadillo. HEX triplet: 4A, 4E and 47. RGB value is (74,78,71). Sum of RGB (Red+Green+Blue) = 74+78+71=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E47 is #B5B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11907513 or 4673098. OLE color: 4673098.

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

Color convert

RGB747871-
CMYK0.0500.090.69
HSL94.29º4.7%29.22%-
HSV(B)94.29º8.97%30.59%-
XYZ6.697.367.03-
YUV76.01125.17126.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=33.18%
G=34.98%
B=31.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7478710.0500.090.6994.294.729.22
Hex4A4E47509455e51d
Octal1121161075011105136535
Binary100101010011101000111101010011000101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4E47; }

 p { color: rgb(74,78,71); }

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

<style>
 a { background-color: #4A4E47; }

 a { background-color: rgb(74,78,71); }

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

<style>
 span { border-color: #4A4E47; }

 span { border-color: rgb(74,78,71); }

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