Html Css Color HEX #474946 Armadillo

📋 copy color: '#474946'

red 71 ◦ green 73 ◦ blue 70

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

Shades of Armadillo #474946

Tints of Armadillo #474946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 70 (27.73% from 255) = 32.71%

R = 33.18%
G = 34.11%
B = 32.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#474946 (or 0x474946) is known color: Armadillo. HEX triplet: 47, 49 and 46. RGB value is (71,73,70). Sum of RGB (Red+Green+Blue) = 71+73+70=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 73 - color contains mainly: green. Hex color #474946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474946 is #B8B6B9. Grayscale: #484848. Windows color (decimal): -12105402 or 4606279. OLE color: 4606279.

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

Color convert

RGB 71 73 70 -
CMYK 0.03 0 0.04 0.71
HSL 100º 0.02% 0.28% -
HSV(B) 100º 0.04% 0.29% -
XYZ 6.09 6.55 6.74 -
YUV 72.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 71 73 70 0.03 0 0.04 0.71 100 0.02 0.28
Hex 47 49 46 3 0 4 47 64 2 1C
Octal 107 111 106 3 0 4 107 144 2 34
Binary 1000111 1001001 1000110 11 0 100 1000111 1100100 10 11100

Color Harmonies of #474946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474946

Black with #474946

Text Example


Text Example

White with #474946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474946; }

 p { color: rgb(71,73,70); }

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

background-color css

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

 a { background-color: rgb(71,73,70); }

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

border-color css

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

 span { border-color: rgb(71,73,70); }

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