Html Css Color HEX #474C44 Armadillo

📋 copy color: '#474C44'

red 71 ◦ green 76 ◦ blue 68

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

Shades of Armadillo #474C44

Tints of Armadillo #474C44

RGB

 RED value IS 71 (28.13% from 255) = 33.02%

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

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 33.02%
G = 35.35%
B = 31.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.70

RGB Variations

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

Color information

#474C44 (or 0x474C44) is known color: Armadillo. HEX triplet: 47, 4C and 44. RGB value is (71,76,68). Sum of RGB (Red+Green+Blue) = 71+76+68=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 76 - color contains mainly: green. Hex color #474C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C44 is #B8B3BB. Grayscale: #494949. Windows color (decimal): -12104636 or 4475975. OLE color: 4475975.

HSL color Cylindrical-coordinate representation of color #474C44: hue angle of 97.5º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474C44 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 76 68 -
CMYK 0.07 0 0.11 0.70
HSL 97.5º 0.06% 0.28% -
HSV(B) 97.5º 0.11% 0.3% -
XYZ 6.23 6.93 6.48 -
YUV 73.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 71 76 68 0.07 0 0.11 0.70 97.5 0.06 0.28
Hex 47 4C 44 7 0 B 46 62 6 1C
Octal 107 114 104 7 0 13 106 142 6 34
Binary 1000111 1001100 1000100 111 0 1011 1000110 1100010 110 11100

Color Harmonies of #474C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C44

Black with #474C44

Text Example


Text Example

White with #474C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C44; }

 p { color: rgb(71,76,68); }

 H1.HeaderClassName
 {
   color: #474C44;
 }
 .AnyTagClassName
 {
   color: #474C44;
 }
</style>

background-color css

<style>
 a { background-color: #474C44; }

 a { background-color: rgb(71,76,68); }

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

border-color css

<style>
 span { border-color: #474C44; }

 span { border-color: rgb(71,76,68); }

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