Html Css Color HEX #474947 Grey-Asparagus

📋 copy color: '#474947'

red 71 ◦ green 73 ◦ blue 71

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

Shades of Grey-Asparagus #474947

Tints of Grey-Asparagus #474947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.95%

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

R = 33.02%
G = 33.95%
B = 33.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#474947 (or 0x474947) is known color: Grey-Asparagus. HEX triplet: 47, 49 and 47. RGB value is (71,73,71). Sum of RGB (Red+Green+Blue) = 71+73+71=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 73 - color contains mainly: green. Hex color #474947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474947 is #B8B6B8. Grayscale: #484848. Windows color (decimal): -12105401 or 4671815. OLE color: 4671815.

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

Color convert

RGB 71 73 71 -
CMYK 0.03 0 0.03 0.71
HSL 120º 0.01% 0.28% -
HSV(B) 120º 0.03% 0.29% -
XYZ 6.12 6.56 6.9 -
YUV 72.17 127.34 127.16 -
System Red Green Blue C M Y K H S L
Decimal 71 73 71 0.03 0 0.03 0.71 120 0.01 0.28
Hex 47 49 47 3 0 3 47 78 1 1C
Octal 107 111 107 3 0 3 107 170 1 34
Binary 1000111 1001001 1000111 11 0 11 1000111 1111000 1 11100

Color Harmonies of #474947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474947

Black with #474947

Text Example


Text Example

White with #474947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474947; }

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

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

background-color css

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

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

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

border-color css

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

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

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