Html Css Color HEX #474D46 Grey-Asparagus

📋 copy color: '#474D46'

red 71 ◦ green 77 ◦ blue 70

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

Shades of Grey-Asparagus #474D46

Tints of Grey-Asparagus #474D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.32%

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

R = 32.57%
G = 35.32%
B = 32.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#474D46 (or 0x474D46) is known color: Grey-Asparagus. HEX triplet: 47, 4D and 46. RGB value is (71,77,70). Sum of RGB (Red+Green+Blue) = 71+77+70=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 77 - color contains mainly: green. Hex color #474D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D46 is #B8B2B9. Grayscale: #4A4A4A. Windows color (decimal): -12104378 or 4607303. OLE color: 4607303.

HSL color Cylindrical-coordinate representation of color #474D46: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #474D46 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 77 70 -
CMYK 0.08 0 0.09 0.70
HSL 111.43º 0.05% 0.29% -
HSV(B) 111.43º 0.09% 0.3% -
XYZ 6.36 7.09 6.83 -
YUV 74.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 71 77 70 0.08 0 0.09 0.70 111.43 0.05 0.29
Hex 47 4D 46 8 0 9 46 6F 5 1D
Octal 107 115 106 10 0 11 106 157 5 35
Binary 1000111 1001101 1000110 1000 0 1001 1000110 1101111 101 11101

Color Harmonies of #474D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D46

Black with #474D46

Text Example


Text Example

White with #474D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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