Html Css Color HEX #474C40 Armadillo

📋 copy color: '#474C40'

red 71 ◦ green 76 ◦ blue 64

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

Shades of Armadillo #474C40

Tints of Armadillo #474C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.02%

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

R = 33.65%
G = 36.02%
B = 30.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#474C40 (or 0x474C40) is known color: Armadillo. HEX triplet: 47, 4C and 40. RGB value is (71,76,64). Sum of RGB (Red+Green+Blue) = 71+76+64=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #474C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C40 is #B8B3BF. Grayscale: #494949. Windows color (decimal): -12104640 or 4213831. OLE color: 4213831.

HSL color Cylindrical-coordinate representation of color #474C40: hue angle of 85º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474C40 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 76 64 -
CMYK 0.07 0 0.16 0.70
HSL 85º 0.09% 0.27% -
HSV(B) 85º 0.16% 0.3% -
XYZ 6.11 6.88 5.86 -
YUV 73.14 122.84 126.48 -
System Red Green Blue C M Y K H S L
Decimal 71 76 64 0.07 0 0.16 0.70 85 0.09 0.27
Hex 47 4C 40 7 0 10 46 55 9 1B
Octal 107 114 100 7 0 20 106 125 11 33
Binary 1000111 1001100 1000000 111 0 10000 1000110 1010101 1001 11011

Color Harmonies of #474C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C40

Black with #474C40

Text Example


Text Example

White with #474C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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