Html Css Color HEX #494E43 Armadillo

📋 copy color: '#494E43'

red 73 ◦ green 78 ◦ blue 67

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

Shades of Armadillo #494E43

Tints of Armadillo #494E43

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.78%

 BLUE value IS 67 (26.56% from 255) = 30.73%

R = 33.49%
G = 35.78%
B = 30.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#494E43 (or 0x494E43) is known color: Armadillo. HEX triplet: 49, 4E and 43. RGB value is (73,78,67). Sum of RGB (Red+Green+Blue) = 73+78+67=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 78 - color contains mainly: green. Hex color #494E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E43 is #B6B1BC. Grayscale: #4B4B4B. Windows color (decimal): -11973053 or 4410953. OLE color: 4410953.

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

Color convert

RGB 73 78 67 -
CMYK 0.06 0 0.14 0.69
HSL 87.27º 0.08% 0.28% -
HSV(B) 87.27º 0.14% 0.31% -
XYZ 6.49 7.27 6.37 -
YUV 75.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 73 78 67 0.06 0 0.14 0.69 87.27 0.08 0.28
Hex 49 4E 43 6 0 E 45 57 8 1C
Octal 111 116 103 6 0 16 105 127 10 34
Binary 1001001 1001110 1000011 110 0 1110 1000101 1010111 1000 11100

Color Harmonies of #494E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E43

Black with #494E43

Text Example


Text Example

White with #494E43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,78,67); }

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

background-color css

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

 a { background-color: rgb(73,78,67); }

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

border-color css

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

 span { border-color: rgb(73,78,67); }

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