Html Css Color HEX #474E46 Grey-Asparagus

📋 copy color: '#474E46'

red 71 ◦ green 78 ◦ blue 70

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

Shades of Grey-Asparagus #474E46

Tints of Grey-Asparagus #474E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.62%

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

R = 32.42%
G = 35.62%
B = 31.96%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#474E46 (or 0x474E46) is known color: Grey-Asparagus. HEX triplet: 47, 4E and 46. RGB value is (71,78,70). Sum of RGB (Red+Green+Blue) = 71+78+70=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #474E46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E46 is #B8B1B9. Grayscale: #4B4B4B. Windows color (decimal): -12104122 or 4607559. OLE color: 4607559.

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

Color convert

RGB 71 78 70 -
CMYK 0.09 0 0.10 0.69
HSL 112.5º 0.05% 0.29% -
HSV(B) 112.5º 0.1% 0.31% -
XYZ 6.43 7.23 6.85 -
YUV 75 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 71 78 70 0.09 0 0.10 0.69 112.5 0.05 0.29
Hex 47 4E 46 9 0 A 45 70 5 1D
Octal 107 116 106 11 0 12 105 160 5 35
Binary 1000111 1001110 1000110 1001 0 1010 1000101 1110000 101 11101

Color Harmonies of #474E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E46

Black with #474E46

Text Example


Text Example

White with #474E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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