#463956

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

Shades of Grape #463956

Tints of Grape #463956

Color information

#463956 (or 0x463956) is unknown color: approx Grape. HEX triplet: 46, 39 and 56. RGB value is (70,57,86). Sum of RGB (Red+Green+Blue) = 70+57+86=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #463956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463956 is #B9C6A9. Grayscale: #404040. Windows color (decimal): -12175018 or 5650758. OLE color: 5650758.

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

Color convert

RGB705786-
CMYK0.190.3400.66
HSL266.9º20.28%28.04%-
HSV(B)266.9º33.72%33.73%-
XYZ5.674.99.45-
YUV64.19140.31132.14-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=32.86%
G=26.76%
B=40.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7057860.190.3400.66266.920.2828.04
Hex463956132204210b141c
Octal10671126234201024132434
Binary1000110111001101011010011100010010000101000010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463956; }

 p { color: rgb(70,57,86); }

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

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

 a { background-color: rgb(70,57,86); }

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

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

 span { border-color: rgb(70,57,86); }

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