#463D50

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

Shades of Grape #463D50

Tints of Grape #463D50

Color information

#463D50 (or 0x463D50) is unknown color: approx Grape. HEX triplet: 46, 3D and 50. RGB value is (70,61,80). Sum of RGB (Red+Green+Blue) = 70+61+80=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #463D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D50 is #B9C2AF. Grayscale: #414141. Windows color (decimal): -12174000 or 5258566. OLE color: 5258566.

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

Color convert

RGB706180-
CMYK0.120.2400.69
HSL268.42º13.48%27.65%-
HSV(B)268.42º23.75%31.37%-
XYZ5.645.228.3-
YUV65.86135.98130.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 61 (24.22% from 255) = 28.91%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=33.18%
G=28.91%
B=37.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7061800.120.2400.69268.4213.4827.65
Hex463D50C1804510cd1c
Octal10675120143001054141534
Binary1000110111101101000011001100001000101100001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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