#474E42

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

Shades of Armadillo #474E42

Tints of Armadillo #474E42

Color information

#474E42 (or 0x474E42) is unknown color: approx Armadillo. HEX triplet: 47, 4E and 42. RGB value is (71,78,66). Sum of RGB (Red+Green+Blue) = 71+78+66=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 78 - color contains mainly: green. Hex color #474E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E42 is #B8B1BD. Grayscale: #4A4A4A. Windows color (decimal): -12104126 or 4345415. OLE color: 4345415.

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

Color convert

RGB717866-
CMYK0.0900.150.69
HSL95º8.33%28.24%-
HSV(B)95º15.38%30.59%-
XYZ6.317.186.21-
YUV74.54123.18125.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=33.02%
G=36.28%
B=30.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178660.0900.150.69958.3328.24
Hex474E4290F455f81c
Octal107116102110171051371034
Binary10001111001110100001010010111110001011011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474E42; }

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

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

<style>
 a { background-color: #474E42; }

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

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

<style>
 span { border-color: #474E42; }

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

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