Html Css Color HEX #494A48 Armadillo

📋 copy color: '#494A48'

red 73 ◦ green 74 ◦ blue 72

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

Shades of Armadillo #494A48

Tints of Armadillo #494A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

 BLUE value IS 72 (28.52% from 255) = 32.88%

R = 33.33%
G = 33.79%
B = 32.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494A48 (or 0x494A48) is known color: Armadillo. HEX triplet: 49, 4A and 48. RGB value is (73,74,72). Sum of RGB (Red+Green+Blue) = 73+74+72=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 74 - color contains mainly: green. Hex color #494A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A48 is #B6B5B7. Grayscale: #494949. Windows color (decimal): -11974072 or 4737609. OLE color: 4737609.

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

Color convert

RGB 73 74 72 -
CMYK 0.01 0 0.03 0.71
HSL 90º 0.01% 0.29% -
HSV(B) 90º 0.03% 0.29% -
XYZ 6.37 6.78 7.1 -
YUV 73.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 73 74 72 0.01 0 0.03 0.71 90 0.01 0.29
Hex 49 4A 48 1 0 3 47 5A 1 1D
Octal 111 112 110 1 0 3 107 132 1 35
Binary 1001001 1001010 1001000 1 0 11 1000111 1011010 1 11101

Color Harmonies of #494A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A48

Black with #494A48

Text Example


Text Example

White with #494A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,74,72); }

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

background-color css

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

 a { background-color: rgb(73,74,72); }

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

border-color css

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

 span { border-color: rgb(73,74,72); }

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