Html Css Color HEX #474C41 Armadillo

📋 copy color: '#474C41'

red 71 ◦ green 76 ◦ blue 65

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

Shades of Armadillo #474C41

Tints of Armadillo #474C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 33.49%
G = 35.85%
B = 30.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#474C41 (or 0x474C41) is known color: Armadillo. HEX triplet: 47, 4C and 41. RGB value is (71,76,65). Sum of RGB (Red+Green+Blue) = 71+76+65=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 76 - color contains mainly: green. Hex color #474C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C41 is #B8B3BE. Grayscale: #494949. Windows color (decimal): -12104639 or 4279367. OLE color: 4279367.

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

Color convert

RGB 71 76 65 -
CMYK 0.07 0 0.14 0.70
HSL 87.27º 0.08% 0.28% -
HSV(B) 87.27º 0.14% 0.3% -
XYZ 6.14 6.89 6.01 -
YUV 73.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 71 76 65 0.07 0 0.14 0.70 87.27 0.08 0.28
Hex 47 4C 41 7 0 E 46 57 8 1C
Octal 107 114 101 7 0 16 106 127 10 34
Binary 1000111 1001100 1000001 111 0 1110 1000110 1010111 1000 11100

Color Harmonies of #474C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C41

Black with #474C41

Text Example


Text Example

White with #474C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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