#464154

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

Shades of Grape #464154

Tints of Grape #464154

Color information

#464154 (or 0x464154) is unknown color: approx Grape. HEX triplet: 46, 41 and 54. RGB value is (70,65,84). Sum of RGB (Red+Green+Blue) = 70+65+84=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #464154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464154 is #B9BEAB. Grayscale: #444444. Windows color (decimal): -12172972 or 5521734. OLE color: 5521734.

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

Color convert

RGB706584-
CMYK0.170.2300.67
HSL255.79º12.75%29.22%-
HSV(B)255.79º22.62%32.94%-
XYZ6.025.729.18-
YUV68.66136.66128.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=31.96%
G=29.68%
B=38.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7065840.170.2300.67255.7912.7529.22
Hex4641541117043100d1d
Octal106101124212701034001535
Binary100011010000011010100100011011101000011100000000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464154; }

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

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

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

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

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

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

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

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