Html Css Color HEX #494D47 Armadillo

📋 copy color: '#494D47'

red 73 ◦ green 77 ◦ blue 71

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

Shades of Armadillo #494D47

Tints of Armadillo #494D47

RGB

 RED value IS 73 (28.91% from 255) = 33.03%

 GREEN value IS 77 (30.47% from 255) = 34.84%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 33.03%
G = 34.84%
B = 32.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#494D47 (or 0x494D47) is known color: Armadillo. HEX triplet: 49, 4D and 47. RGB value is (73,77,71). Sum of RGB (Red+Green+Blue) = 73+77+71=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 77 - color contains mainly: green. Hex color #494D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494D47 is #B6B2B8. Grayscale: #4B4B4B. Windows color (decimal): -11973305 or 4672841. OLE color: 4672841.

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

Color convert

RGB 73 77 71 -
CMYK 0.05 0 0.08 0.70
HSL 100º 0.04% 0.29% -
HSV(B) 100º 0.08% 0.3% -
XYZ 6.54 7.18 7 -
YUV 75.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 73 77 71 0.05 0 0.08 0.70 100 0.04 0.29
Hex 49 4D 47 5 0 8 46 64 4 1D
Octal 111 115 107 5 0 10 106 144 4 35
Binary 1001001 1001101 1000111 101 0 1000 1000110 1100100 100 11101

Color Harmonies of #494D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D47

Black with #494D47

Text Example


Text Example

White with #494D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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