#464D47

Color #464D47 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #464D47

Tints of Grey-Asparagus #464D47

Color information

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

HSL color Cylindrical-coordinate representation of color #464D47: hue angle of 128.57º 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 #464D47 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB707771-
CMYK0.0900.080.70
HSL128.57º4.76%28.82%-
HSV(B)128.57º9.09%30.2%-
XYZ6.327.066.99-
YUV74.22126.18124.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=32.11%
G=35.32%
B=32.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7077710.0900.080.70128.574.7628.82
Hex464D47908468151d
Octal10611510711010106201535
Binary10001101001101100011110010100010001101000000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464D47; }

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

 H1.HeaderClassName
 {
   color: #464D47;
 }
 .AnyTagClassName
 {
   color: #464D47;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #464D47;
 }
 .BgClassName
 {
   background-color: #464D47;
 }
</style>
border-color css

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

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

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