Html Css Color HEX #494C46 Armadillo

📋 copy color: '#494C46'

red 73 ◦ green 76 ◦ blue 70

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

Shades of Armadillo #494C46

Tints of Armadillo #494C46

RGB

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

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

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

R = 33.33%
G = 34.7%
B = 31.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#494C46 (or 0x494C46) is known color: Armadillo. HEX triplet: 49, 4C and 46. RGB value is (73,76,70). Sum of RGB (Red+Green+Blue) = 73+76+70=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 76 - color contains mainly: green. Hex color #494C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C46 is #B6B3B9. Grayscale: #4A4A4A. Windows color (decimal): -11973562 or 4607049. OLE color: 4607049.

HSL color Cylindrical-coordinate representation of color #494C46: hue angle of 90º 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 #494C46 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 73 76 70 -
CMYK 0.04 0 0.08 0.70
HSL 90º 0.04% 0.29% -
HSV(B) 90º 0.08% 0.3% -
XYZ 6.44 7.03 6.81 -
YUV 74.42 125.51 126.99 -
System Red Green Blue C M Y K H S L
Decimal 73 76 70 0.04 0 0.08 0.70 90 0.04 0.29
Hex 49 4C 46 4 0 8 46 5A 4 1D
Octal 111 114 106 4 0 10 106 132 4 35
Binary 1001001 1001100 1000110 100 0 1000 1000110 1011010 100 11101

Color Harmonies of #494C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C46

Black with #494C46

Text Example


Text Example

White with #494C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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