#463C52

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

Shades of Grape #463C52

Tints of Grape #463C52

Color information

#463C52 (or 0x463C52) is unknown color: approx Grape. HEX triplet: 46, 3C and 52. RGB value is (70,60,82). Sum of RGB (Red+Green+Blue) = 70+60+82=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 82 - color contains mainly: blue. Hex color #463C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C52 is #B9C3AD. Grayscale: #414141. Windows color (decimal): -12174254 or 5389382. OLE color: 5389382.

HSL color Cylindrical-coordinate representation of color #463C52: hue angle of 267.27º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #463C52 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB706082-
CMYK0.150.2700.68
HSL267.27º15.49%27.84%-
HSV(B)267.27º26.83%32.16%-
XYZ5.665.148.68-
YUV65.5137.31131.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=33.02%
G=28.30%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7060820.150.2700.68267.2715.4927.84
Hex463C52F1B04410bf1c
Octal10674122173301044131734
Binary1000110111100101001011111101101000100100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,60,82); }

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

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

 a { background-color: rgb(70,60,82); }

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

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

 span { border-color: rgb(70,60,82); }

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