#474B45

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

Shades of Armadillo #474B45

Tints of Armadillo #474B45

Color information

#474B45 (or 0x474B45) is unknown color: approx Armadillo. HEX triplet: 47, 4B and 45. RGB value is (71,75,69). Sum of RGB (Red+Green+Blue) = 71+75+69=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 75 - color contains mainly: green. Hex color #474B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474B45 is #B8B4BA. Grayscale: #494949. Windows color (decimal): -12104891 or 4541255. OLE color: 4541255.

HSL color Cylindrical-coordinate representation of color #474B45: hue angle of 100º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474B45 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB717569-
CMYK0.0500.080.71
HSL100º4.17%28.24%-
HSV(B)100º8%29.41%-
XYZ6.196.86.62-
YUV73.12125.67126.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=33.02%
G=34.88%
B=32.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7175690.0500.080.711004.1728.24
Hex474B45508476441c
Octal1071131055010107144434
Binary100011110010111000101101010001000111110010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,75,69); }

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

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

 a { background-color: rgb(71,75,69); }

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

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

 span { border-color: rgb(71,75,69); }

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