Html Css Color HEX #474A47 Grey-Asparagus

📋 copy color: '#474A47'

red 71 ◦ green 74 ◦ blue 71

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

Shades of Grey-Asparagus #474A47

Tints of Grey-Asparagus #474A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 32.87%
G = 34.26%
B = 32.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#474A47 (or 0x474A47) is known color: Grey-Asparagus. HEX triplet: 47, 4A and 47. RGB value is (71,74,71). Sum of RGB (Red+Green+Blue) = 71+74+71=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 74 - color contains mainly: green. Hex color #474A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A47 is #B8B5B8. Grayscale: #484848. Windows color (decimal): -12105145 or 4672071. OLE color: 4672071.

HSL color Cylindrical-coordinate representation of color #474A47: hue angle of 120º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #474A47 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 71 -
CMYK 0.04 0 0.04 0.71
HSL 120º 0.02% 0.28% -
HSV(B) 120º 0.04% 0.29% -
XYZ 6.18 6.69 6.93 -
YUV 72.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 71 74 71 0.04 0 0.04 0.71 120 0.02 0.28
Hex 47 4A 47 4 0 4 47 78 2 1C
Octal 107 112 107 4 0 4 107 170 2 34
Binary 1000111 1001010 1000111 100 0 100 1000111 1111000 10 11100

Color Harmonies of #474A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A47

Black with #474A47

Text Example


Text Example

White with #474A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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