#464350

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

Shades of Grape #464350

Tints of Grape #464350

Color information

#464350 (or 0x464350) is unknown color: approx Grape. HEX triplet: 46, 43 and 50. RGB value is (70,67,80). Sum of RGB (Red+Green+Blue) = 70+67+80=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #464350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464350 is #B9BCAF. Grayscale: #454545. Windows color (decimal): -12172464 or 5260102. OLE color: 5260102.

HSL color Cylindrical-coordinate representation of color #464350: hue angle of 253.85º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464350 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706780-
CMYK0.120.1600.69
HSL253.85º8.84%28.82%-
HSV(B)253.85º16.25%31.37%-
XYZ5.985.98.41-
YUV69.38133.99128.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=32.26%
G=30.88%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7067800.120.1600.69253.858.8428.82
Hex464350C10045fe91d
Octal106103120142001053761135
Binary1000110100001110100001100100000100010111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464350; }

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

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

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

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

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

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

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

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