Html Css Color HEX #4A4E47 Armadillo

📋 copy color: '#4A4E47'

red 74 ◦ green 78 ◦ blue 71

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

Shades of Armadillo #4A4E47

Tints of Armadillo #4A4E47

RGB

 RED value IS 74 (29.3% from 255) = 33.18%

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

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

R = 33.18%
G = 34.98%
B = 31.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4A4E47 (or 0x4A4E47) is known color: Armadillo. HEX triplet: 4A, 4E and 47. RGB value is (74,78,71). Sum of RGB (Red+Green+Blue) = 74+78+71=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E47 is #B5B1B8. Grayscale: #4C4C4C. Windows color (decimal): -11907513 or 4673098. OLE color: 4673098.

HSL color Cylindrical-coordinate representation of color #4A4E47: hue angle of 94.29º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A4E47 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 78 71 -
CMYK 0.05 0 0.09 0.69
HSL 94.29º 0.05% 0.29% -
HSV(B) 94.29º 0.09% 0.31% -
XYZ 6.69 7.36 7.03 -
YUV 76.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 74 78 71 0.05 0 0.09 0.69 94.29 0.05 0.29
Hex 4A 4E 47 5 0 9 45 5E 5 1D
Octal 112 116 107 5 0 11 105 136 5 35
Binary 1001010 1001110 1000111 101 0 1001 1000101 1011110 101 11101

Color Harmonies of #4A4E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4E47

Black with #4A4E47

Text Example


Text Example

White with #4A4E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4E47; }

 p { color: rgb(74,78,71); }

 H1.HeaderClassName
 {
   color: #4A4E47;
 }
 .AnyTagClassName
 {
   color: #4A4E47;
 }
</style>

background-color css

<style>
 a { background-color: #4A4E47; }

 a { background-color: rgb(74,78,71); }

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

border-color css

<style>
 span { border-color: #4A4E47; }

 span { border-color: rgb(74,78,71); }

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