#465748

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

Shades of Grey-Asparagus #465748

Tints of Grey-Asparagus #465748

Color information

#465748 (or 0x465748) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 57 and 48. RGB value is (70,87,72). Sum of RGB (Red+Green+Blue) = 70+87+72=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #465748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465748 is #B9A8B7. Grayscale: #505050. Windows color (decimal): -12167352 or 4740934. OLE color: 4740934.

HSL color Cylindrical-coordinate representation of color #465748: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465748 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB708772-
CMYK0.2000.170.66
HSL127.06º10.83%30.78%-
HSV(B)127.06º19.54%34.12%-
XYZ7.18.597.41-
YUV80.21123.37120.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=30.57%
G=37.99%
B=31.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087720.2000.170.66127.0610.8330.78
Hex46574814011427fb1f
Octal106127110240211021771337
Binary1000110101011110010001010001000110000101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465748; }

 p { color: rgb(70,87,72); }

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

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

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

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

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

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

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