#465447

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

Shades of Grey-Asparagus #465447

Tints of Grey-Asparagus #465447

Color information

#465447 (or 0x465447) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 54 and 47. RGB value is (70,84,71). Sum of RGB (Red+Green+Blue) = 70+84+71=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #465447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465447 is #B9ABB8. Grayscale: #4E4E4E. Windows color (decimal): -12168121 or 4674630. OLE color: 4674630.

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

Color convert

RGB708471-
CMYK0.1700.150.67
HSL124.29º9.09%30.2%-
HSV(B)124.29º16.67%32.94%-
XYZ6.838.17.16-
YUV78.33123.86122.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=31.11%
G=37.33%
B=31.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7084710.1700.150.67124.299.0930.2
Hex465447110F437c91e
Octal106124107210171031741136
Binary100011010101001000111100010111110000111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465447; }

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

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

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

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

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

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

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

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