#464050

Color #464050 Grape (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grape #464050

Tints of Grape #464050

Color information

#464050 (or 0x464050) is unknown color: approx Grape. HEX triplet: 46, 40 and 50. RGB value is (70,64,80). Sum of RGB (Red+Green+Blue) = 70+64+80=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #464050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464050 is #B9BFAF. Grayscale: #434343. Windows color (decimal): -12173232 or 5259334. OLE color: 5259334.

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

Color convert

RGB706480-
CMYK0.120.2000.69
HSL262.5º11.11%28.24%-
HSV(B)262.5º20%31.37%-
XYZ5.815.558.35-
YUV67.62134.99129.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.71%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=32.71%
G=29.91%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7064800.120.2000.69262.511.1128.24
Hex464050C14045106b1c
Octal106100120142401054061334
Binary10001101000000101000011001010001000101100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464050; }

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

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

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

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

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

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

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

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