#463F50

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

Shades of Grape #463F50

Tints of Grape #463F50

Color information

#463F50 (or 0x463F50) is unknown color: approx Grape. HEX triplet: 46, 3F and 50. RGB value is (70,63,80). Sum of RGB (Red+Green+Blue) = 70+63+80=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #463F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F50 is #B9C0AF. Grayscale: #424242. Windows color (decimal): -12173488 or 5259078. OLE color: 5259078.

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

Color convert

RGB706380-
CMYK0.120.2100.69
HSL264.71º11.89%28.04%-
HSV(B)264.71º21.25%31.37%-
XYZ5.755.448.34-
YUV67.03135.32130.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=32.86%
G=29.58%
B=37.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7063800.120.2100.69264.7111.8928.04
Hex463F50C15045109c1c
Octal10677120142501054111434
Binary1000110111111101000011001010101000101100001001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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