Html Css Color HEX #474F40 Armadillo

📋 copy color: '#474F40'

red 71 ◦ green 79 ◦ blue 64

#474F40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Armadillo #474F40

Tints of Armadillo #474F40

RGB

 RED value IS 71 (28.13% from 255) = 33.18%

 GREEN value IS 79 (31.25% from 255) = 36.92%

 BLUE value IS 64 (25.39% from 255) = 29.91%

R = 33.18%
G = 36.92%
B = 29.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#474F40 (or 0x474F40) is known color: Armadillo. HEX triplet: 47, 4F and 40. RGB value is (71,79,64). Sum of RGB (Red+Green+Blue) = 71+79+64=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 79 - color contains mainly: green. Hex color #474F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F40 is #B8B0BF. Grayscale: #4A4A4A. Windows color (decimal): -12103872 or 4214599. OLE color: 4214599.

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

Color convert

RGB 71 79 64 -
CMYK 0.10 0 0.19 0.69
HSL 92º 0.1% 0.28% -
HSV(B) 92º 0.19% 0.31% -
XYZ 6.32 7.3 5.93 -
YUV 74.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 71 79 64 0.10 0 0.19 0.69 92 0.1 0.28
Hex 47 4F 40 A 0 13 45 5C A 1C
Octal 107 117 100 12 0 23 105 134 12 34
Binary 1000111 1001111 1000000 1010 0 10011 1000101 1011100 1010 11100

Color Harmonies of #474F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F40

Black with #474F40

Text Example


Text Example

White with #474F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,79,64); }

 H1.HeaderClassName
 {
   color: #474F40;
 }
 .AnyTagClassName
 {
   color: #474F40;
 }
</style>

background-color css

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

 a { background-color: rgb(71,79,64); }

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

border-color css

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

 span { border-color: rgb(71,79,64); }

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