#465044

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

Shades of Grey-Asparagus #465044

Tints of Grey-Asparagus #465044

Color information

#465044 (or 0x465044) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 50 and 44. RGB value is (70,80,68). Sum of RGB (Red+Green+Blue) = 70+80+68=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 80 - color contains mainly: green. Hex color #465044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465044 is #B9AFBB. Grayscale: #4B4B4B. Windows color (decimal): -12169148 or 4476998. OLE color: 4476998.

HSL color Cylindrical-coordinate representation of color #465044: hue angle of 110º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #465044 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB708068-
CMYK0.1200.150.69
HSL110º8.11%29.02%-
HSV(B)110º15%31.37%-
XYZ6.447.466.57-
YUV75.64123.69123.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=32.11%
G=36.70%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080680.1200.150.691108.1129.02
Hex465044C0F456e81d
Octal106120104140171051561035
Binary10001101010000100010011000111110001011101110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465044; }

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

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

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

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

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

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

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

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