#464A46

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

Shades of Grey-Asparagus #464A46

Tints of Grey-Asparagus #464A46

Color information

#464A46 (or 0x464A46) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 4A and 46. RGB value is (70,74,70). Sum of RGB (Red+Green+Blue) = 70+74+70=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 74 - color contains mainly: green. Hex color #464A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A46 is #B9B5B9. Grayscale: #484848. Windows color (decimal): -12170682 or 4606534. OLE color: 4606534.

HSL color Cylindrical-coordinate representation of color #464A46: hue angle of 120º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464A46 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB707470-
CMYK0.0500.050.71
HSL120º2.78%28.24%-
HSV(B)120º5.41%29.02%-
XYZ6.086.646.76-
YUV72.35126.67126.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 70 (27.73% from 255) = 32.71%
R=32.71%
G=34.58%
B=32.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074700.0500.050.711202.7828.24
Hex464A46505477831c
Octal106112106505107170334
Binary1000110100101010001101010101100011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,74,70); }

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

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

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

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

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

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

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