Html Css Color HEX #475746 Grey-Asparagus

📋 copy color: '#475746'

red 71 ◦ green 87 ◦ blue 70

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

Shades of Grey-Asparagus #475746

Tints of Grey-Asparagus #475746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 38.16%

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

R = 31.14%
G = 38.16%
B = 30.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#475746 (or 0x475746) is known color: Grey-Asparagus. HEX triplet: 47, 57 and 46. RGB value is (71,87,70). Sum of RGB (Red+Green+Blue) = 71+87+70=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #475746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475746 is #B8A8B9. Grayscale: #505050. Windows color (decimal): -12101818 or 4609863. OLE color: 4609863.

HSL color Cylindrical-coordinate representation of color #475746: hue angle of 116.47º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475746 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 70 -
CMYK 0.18 0 0.20 0.66
HSL 116.47º 0.11% 0.31% -
HSV(B) 116.47º 0.2% 0.34% -
XYZ 7.11 8.6 7.08 -
YUV 80.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 71 87 70 0.18 0 0.20 0.66 116.47 0.11 0.31
Hex 47 57 46 12 0 14 42 74 B 1F
Octal 107 127 106 22 0 24 102 164 13 37
Binary 1000111 1010111 1000110 10010 0 10100 1000010 1110100 1011 11111

Color Harmonies of #475746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475746

Black with #475746

Text Example


Text Example

White with #475746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475746; }

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

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

background-color css

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

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

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

border-color css

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

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

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