#464F44

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

Shades of Grey-Asparagus #464F44

Tints of Grey-Asparagus #464F44

Color information

#464F44 (or 0x464F44) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 4F and 44. RGB value is (70,79,68). Sum of RGB (Red+Green+Blue) = 70+79+68=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #464F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F44 is #B9B0BB. Grayscale: #4B4B4B. Windows color (decimal): -12169404 or 4476742. OLE color: 4476742.

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

Color convert

RGB707968-
CMYK0.1100.140.69
HSL109.09º7.48%28.82%-
HSV(B)109.09º13.92%30.98%-
XYZ6.377.316.54-
YUV75.05124.02124.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=32.26%
G=36.41%
B=31.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079680.1100.140.69109.097.4828.82
Hex464F44B0E456d71d
Octal10611710413016105155735
Binary1000110100111110001001011011101000101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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