#464E45

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

Shades of Grey-Asparagus #464E45

Tints of Grey-Asparagus #464E45

Color information

#464E45 (or 0x464E45) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 4E and 45. RGB value is (70,78,69). Sum of RGB (Red+Green+Blue) = 70+78+69=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 78 - color contains mainly: green. Hex color #464E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E45 is #B9B1BA. Grayscale: #4A4A4A. Windows color (decimal): -12169659 or 4542022. OLE color: 4542022.

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

Color convert

RGB707869-
CMYK0.1000.120.69
HSL113.33º6.12%28.82%-
HSV(B)113.33º11.54%30.59%-
XYZ6.327.186.68-
YUV74.58124.85124.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=32.26%
G=35.94%
B=31.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7078690.1000.120.69113.336.1228.82
Hex464E45A0C457161d
Octal10611610512014105161635
Binary1000110100111010001011010011001000101111000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,69); }

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

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

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

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

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

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

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