#403C49

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

Shades of Grape #403C49

Tints of Grape #403C49

Color information

#403C49 (or 0x403C49) is unknown color: approx Grape. HEX triplet: 40, 3C and 49. RGB value is (64,60,73). Sum of RGB (Red+Green+Blue) = 64+60+73=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #403C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C49 is #BFC3B6. Grayscale: #3E3E3E. Windows color (decimal): -12567479 or 4799552. OLE color: 4799552.

HSL color Cylindrical-coordinate representation of color #403C49: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #403C49 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB646073-
CMYK0.120.1800.71
HSL258.46º9.77%26.08%-
HSV(B)258.46º17.81%28.63%-
XYZ4.934.86.97-
YUV62.68133.83128.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=32.49%
G=30.46%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6460730.120.1800.71258.469.7726.08
Hex403C49C12047102a1a
Octal10074111142201074021232
Binary1000000111100100100111001001001000111100000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403C49; }

 p { color: rgb(64,60,73); }

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

<style>
 a { background-color: #403C49; }

 a { background-color: rgb(64,60,73); }

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

<style>
 span { border-color: #403C49; }

 span { border-color: rgb(64,60,73); }

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