Html Css Color HEX #474F46 Grey-Asparagus

📋 copy color: '#474F46'

red 71 ◦ green 79 ◦ blue 70

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

Shades of Grey-Asparagus #474F46

Tints of Grey-Asparagus #474F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.91%

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

R = 32.27%
G = 35.91%
B = 31.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#474F46 (or 0x474F46) is known color: Grey-Asparagus. HEX triplet: 47, 4F and 46. RGB value is (71,79,70). Sum of RGB (Red+Green+Blue) = 71+79+70=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #474F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F46 is #B8B0B9. Grayscale: #4B4B4B. Windows color (decimal): -12103866 or 4607815. OLE color: 4607815.

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

Color convert

RGB 71 79 70 -
CMYK 0.10 0 0.11 0.69
HSL 113.33º 0.06% 0.29% -
HSV(B) 113.33º 0.11% 0.31% -
XYZ 6.5 7.37 6.88 -
YUV 75.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 71 79 70 0.10 0 0.11 0.69 113.33 0.06 0.29
Hex 47 4F 46 A 0 B 45 71 6 1D
Octal 107 117 106 12 0 13 105 161 6 35
Binary 1000111 1001111 1000110 1010 0 1011 1000101 1110001 110 11101

Color Harmonies of #474F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F46

Black with #474F46

Text Example


Text Example

White with #474F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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