#463D59

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

Shades of Grape #463D59

Tints of Grape #463D59

Color information

#463D59 (or 0x463D59) is unknown color: approx Grape. HEX triplet: 46, 3D and 59. RGB value is (70,61,89). Sum of RGB (Red+Green+Blue) = 70+61+89=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #463D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D59 is #B9C2A6. Grayscale: #424242. Windows color (decimal): -12173991 or 5848390. OLE color: 5848390.

HSL color Cylindrical-coordinate representation of color #463D59: hue angle of 259.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463D59 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB706189-
CMYK0.210.3100.65
HSL259.29º18.67%29.41%-
HSV(B)259.29º31.46%34.9%-
XYZ65.3610.17-
YUV66.88140.48130.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 61 (24.22% from 255) = 27.73%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=31.82%
G=27.73%
B=40.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7061890.210.3100.65259.2918.6729.41
Hex463D59151F041103131d
Octal10675131253701014032335
Binary100011011110110110011010111111010000011000000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,61,89); }

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

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

 a { background-color: rgb(70,61,89); }

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

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

 span { border-color: rgb(70,61,89); }

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