#464F45

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

Shades of Grey-Asparagus #464F45

Tints of Grey-Asparagus #464F45

Color information

#464F45 (or 0x464F45) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 4F and 45. RGB value is (70,79,69). Sum of RGB (Red+Green+Blue) = 70+79+69=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 79 - color contains mainly: green. Hex color #464F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F45 is #B9B0BA. Grayscale: #4B4B4B. Windows color (decimal): -12169403 or 4542278. OLE color: 4542278.

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

Color convert

RGB707969-
CMYK0.1100.130.69
HSL114º6.76%29.02%-
HSV(B)114º12.66%30.98%-
XYZ6.47.326.71-
YUV75.17124.52124.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 69 (27.34% from 255) = 31.65%
R=32.11%
G=36.24%
B=31.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079690.1100.130.691146.7629.02
Hex464F45B0D457271d
Octal10611710513015105162735
Binary1000110100111110001011011011011000101111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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