Html Css Color HEX #474E3F Armadillo

📋 copy color: '#474E3F'

red 71 ◦ green 78 ◦ blue 63

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

Shades of Armadillo #474E3F

Tints of Armadillo #474E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.72%

R = 33.49%
G = 36.79%
B = 29.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#474E3F (or 0x474E3F) is known color: Armadillo. HEX triplet: 47, 4E and 3F. RGB value is (71,78,63). Sum of RGB (Red+Green+Blue) = 71+78+63=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 78 - color contains mainly: green. Hex color #474E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E3F is #B8B1C0. Grayscale: #4A4A4A. Windows color (decimal): -12104129 or 4148807. OLE color: 4148807.

HSL color Cylindrical-coordinate representation of color #474E3F: hue angle of 88º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474E3F is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 78 63 -
CMYK 0.09 0 0.19 0.69
HSL 88º 0.11% 0.28% -
HSV(B) 88º 0.19% 0.31% -
XYZ 6.22 7.15 5.75 -
YUV 74.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 71 78 63 0.09 0 0.19 0.69 88 0.11 0.28
Hex 47 4E 3F 9 0 13 45 58 B 1C
Octal 107 116 77 11 0 23 105 130 13 34
Binary 1000111 1001110 111111 1001 0 10011 1000101 1011000 1011 11100

Color Harmonies of #474E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E3F

Black with #474E3F

Text Example


Text Example

White with #474E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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