#464746

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

Shades of Grey-Asparagus #464746

Tints of Grey-Asparagus #464746

Color information

#464746 (or 0x464746) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 47 and 46. RGB value is (70,71,70). Sum of RGB (Red+Green+Blue) = 70+71+70=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 71 - color contains mainly: green. Hex color #464746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464746 is #B9B8B9. Grayscale: #464646. Windows color (decimal): -12171450 or 4605766. OLE color: 4605766.

HSL color Cylindrical-coordinate representation of color #464746: hue angle of 120º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #464746 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB707170-
CMYK0.0100.010.72
HSL120º0.71%27.65%-
HSV(B)120º1.41%27.84%-
XYZ5.886.256.69-
YUV70.59127.67127.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 71 (28.12% from 255) = 33.65%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=33.18%
G=33.65%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071700.0100.010.721200.7127.65
Hex464746101487811c
Octal106107106101110170134
Binary10001101000111100011010110010001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464746; }

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

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

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

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

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

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

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

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