#464C47

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

Shades of Grey-Asparagus #464C47

Tints of Grey-Asparagus #464C47

Color information

#464C47 (or 0x464C47) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 4C and 47. RGB value is (70,76,71). Sum of RGB (Red+Green+Blue) = 70+76+71=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 76 - color contains mainly: green. Hex color #464C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464C47 is #B9B3B8. Grayscale: #494949. Windows color (decimal): -12170169 or 4672582. OLE color: 4672582.

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

Color convert

RGB707671-
CMYK0.0800.070.70
HSL130º4.11%28.63%-
HSV(B)130º7.89%29.8%-
XYZ6.256.936.97-
YUV73.64126.51125.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=32.26%
G=35.02%
B=32.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7076710.0800.070.701304.1128.63
Hex464C47807468241d
Octal1061141071007106202435
Binary1000110100110010001111000011110001101000001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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