Html Css Color HEX #494F41 Armadillo

📋 copy color: '#494F41'

red 73 ◦ green 79 ◦ blue 65

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

Shades of Armadillo #494F41

Tints of Armadillo #494F41

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.41%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 33.64%
G = 36.41%
B = 29.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#494F41 (or 0x494F41) is known color: Armadillo. HEX triplet: 49, 4F and 41. RGB value is (73,79,65). Sum of RGB (Red+Green+Blue) = 73+79+65=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #494F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494F41 is #B6B0BE. Grayscale: #4B4B4B. Windows color (decimal): -11972799 or 4280137. OLE color: 4280137.

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

Color convert

RGB 73 79 65 -
CMYK 0.08 0 0.18 0.69
HSL 85.71º 0.1% 0.28% -
HSV(B) 85.71º 0.18% 0.31% -
XYZ 6.5 7.39 6.08 -
YUV 75.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 73 79 65 0.08 0 0.18 0.69 85.71 0.1 0.28
Hex 49 4F 41 8 0 12 45 56 A 1C
Octal 111 117 101 10 0 22 105 126 12 34
Binary 1001001 1001111 1000001 1000 0 10010 1000101 1010110 1010 11100

Color Harmonies of #494F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494F41

Black with #494F41

Text Example


Text Example

White with #494F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,65); }

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

background-color css

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

 a { background-color: rgb(73,79,65); }

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

border-color css

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

 span { border-color: rgb(73,79,65); }

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