#465B47

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

Shades of Grey-Asparagus #465B47

Tints of Grey-Asparagus #465B47

Color information

#465B47 (or 0x465B47) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5B and 47. RGB value is (70,91,71). Sum of RGB (Red+Green+Blue) = 70+91+71=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #465B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B47 is #B9A4B8. Grayscale: #525252. Windows color (decimal): -12166329 or 4676422. OLE color: 4676422.

HSL color Cylindrical-coordinate representation of color #465B47: hue angle of 122.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465B47 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB709171-
CMYK0.2300.220.64
HSL122.86º13.04%31.57%-
HSV(B)122.86º23.08%35.69%-
XYZ7.49.247.35-
YUV82.44121.54119.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 91 (35.94% from 255) = 39.22%
BLUE value IS 71 (28.12% from 255) = 30.60%
R=30.17%
G=39.22%
B=30.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091710.2300.220.64122.8613.0431.57
Hex465B4717016407bd20
Octal106133107270261001731540
Binary10001101011011100011110111010110100000011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B47; }

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

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

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

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

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

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

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

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