#463F56

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

Shades of Grape #463F56

Tints of Grape #463F56

Color information

#463F56 (or 0x463F56) is unknown color: approx Grape. HEX triplet: 46, 3F and 56. RGB value is (70,63,86). Sum of RGB (Red+Green+Blue) = 70+63+86=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 86 - color contains mainly: blue. Hex color #463F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F56 is #B9C0A9. Grayscale: #434343. Windows color (decimal): -12173482 or 5652294. OLE color: 5652294.

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

Color convert

RGB706386-
CMYK0.190.2700.66
HSL258.26º15.44%29.22%-
HSV(B)258.26º26.74%33.73%-
XYZ5.985.539.56-
YUV67.71138.32129.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 86 (33.98% from 255) = 39.27%
R=31.96%
G=28.77%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7063860.190.2700.66258.2615.4429.22
Hex463F56131B042102f1d
Octal10677126233301024021735
Binary10001101111111010110100111101101000010100000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463F56; }

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

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

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

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

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

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

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

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