#465844

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

Shades of Grey-Asparagus #465844

Tints of Grey-Asparagus #465844

Color information

#465844 (or 0x465844) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 58 and 44. RGB value is (70,88,68). Sum of RGB (Red+Green+Blue) = 70+88+68=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #465844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465844 is #B9A7BB. Grayscale: #505050. Windows color (decimal): -12167100 or 4479046. OLE color: 4479046.

HSL color Cylindrical-coordinate representation of color #465844: hue angle of 114º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465844 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB708868-
CMYK0.2000.230.65
HSL114º12.82%30.59%-
HSV(B)114º22.73%34.51%-
XYZ7.068.76.78-
YUV80.34121.04120.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 88 (34.77% from 255) = 38.94%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=30.97%
G=38.94%
B=30.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088680.2000.230.6511412.8230.59
Hex465844140174172d1f
Octal106130104240271011621537
Binary1000110101100010001001010001011110000011110010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465844; }

 p { color: rgb(70,88,68); }

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

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

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

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

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

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

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