#465046

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

Shades of Grey-Asparagus #465046

Tints of Grey-Asparagus #465046

Color information

#465046 (or 0x465046) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 50 and 46. RGB value is (70,80,70). Sum of RGB (Red+Green+Blue) = 70+80+70=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 80 - color contains mainly: green. Hex color #465046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465046 is #B9AFB9. Grayscale: #4B4B4B. Windows color (decimal): -12169146 or 4608070. OLE color: 4608070.

HSL color Cylindrical-coordinate representation of color #465046: hue angle of 120º degrees, saturation: 0.07, 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 #465046 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB708070-
CMYK0.1200.120.69
HSL120º6.67%29.41%-
HSV(B)120º12.5%31.37%-
XYZ6.57.486.9-
YUV75.87124.69123.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 80 (31.64% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=31.82%
G=36.36%
B=31.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080700.1200.120.691206.6729.41
Hex465046C0C457871d
Octal10612010614014105170735
Binary1000110101000010001101100011001000101111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465046; }

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

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

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

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

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

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

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

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