Html Css Color HEX #474846 Armadillo

📋 copy color: '#474846'

red 71 ◦ green 72 ◦ blue 70

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

Shades of Armadillo #474846

Tints of Armadillo #474846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 33.33%
G = 33.8%
B = 32.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#474846 (or 0x474846) is known color: Armadillo. HEX triplet: 47, 48 and 46. RGB value is (71,72,70). Sum of RGB (Red+Green+Blue) = 71+72+70=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 72 - color contains mainly: green. Hex color #474846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474846 is #B8B7B9. Grayscale: #474747. Windows color (decimal): -12105658 or 4606023. OLE color: 4606023.

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

Color convert

RGB 71 72 70 -
CMYK 0.01 0 0.03 0.72
HSL 90º 0.01% 0.28% -
HSV(B) 90º 0.03% 0.28% -
XYZ 6.02 6.42 6.72 -
YUV 71.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 71 72 70 0.01 0 0.03 0.72 90 0.01 0.28
Hex 47 48 46 1 0 3 48 5A 1 1C
Octal 107 110 106 1 0 3 110 132 1 34
Binary 1000111 1001000 1000110 1 0 11 1001000 1011010 1 11100

Color Harmonies of #474846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474846

Black with #474846

Text Example


Text Example

White with #474846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474846; }

 p { color: rgb(71,72,70); }

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

background-color css

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

 a { background-color: rgb(71,72,70); }

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

border-color css

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

 span { border-color: rgb(71,72,70); }

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