#465445

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

Shades of Grey-Asparagus #465445

Tints of Grey-Asparagus #465445

Color information

#465445 (or 0x465445) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 54 and 45. RGB value is (70,84,69). Sum of RGB (Red+Green+Blue) = 70+84+69=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #465445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465445 is #B9ABBA. Grayscale: #4E4E4E. Windows color (decimal): -12168123 or 4543558. OLE color: 4543558.

HSL color Cylindrical-coordinate representation of color #465445: hue angle of 116º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465445 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB708469-
CMYK0.1700.180.67
HSL116º9.8%30%-
HSV(B)116º17.86%32.94%-
XYZ6.778.076.83-
YUV78.1122.86122.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=31.39%
G=37.67%
B=30.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084690.1700.180.671169.830
Hex465445110124374a1e
Octal106124105210221031641236
Binary1000110101010010001011000101001010000111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465445; }

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

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

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

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

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

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

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

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