#464150

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

Shades of Grape #464150

Tints of Grape #464150

Color information

#464150 (or 0x464150) is unknown color: approx Grape. HEX triplet: 46, 41 and 50. RGB value is (70,65,80). Sum of RGB (Red+Green+Blue) = 70+65+80=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #464150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464150 is #B9BEAF. Grayscale: #444444. Windows color (decimal): -12172976 or 5259590. OLE color: 5259590.

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

Color convert

RGB706580-
CMYK0.120.1900.69
HSL260º10.34%28.43%-
HSV(B)260º18.75%31.37%-
XYZ5.865.668.37-
YUV68.2134.66129.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=32.56%
G=30.23%
B=37.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7065800.120.1900.6926010.3428.43
Hex464150C13045104a1c
Octal106101120142301054041234
Binary10001101000001101000011001001101000101100000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464150; }

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

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

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

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

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

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

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

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