#403E47

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

Shades of Grape #403E47

Tints of Grape #403E47

Color information

#403E47 (or 0x403E47) is unknown color: approx Grape. HEX triplet: 40, 3E and 47. RGB value is (64,62,71). Sum of RGB (Red+Green+Blue) = 64+62+71=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 62 (24.61% from 255 or 31.47% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 71 - color contains mainly: blue. Hex color #403E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E47 is #BFC1B8. Grayscale: #3F3F3F. Windows color (decimal): -12566969 or 4668992. OLE color: 4668992.

HSL color Cylindrical-coordinate representation of color #403E47: hue angle of 253.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #403E47 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB646271-
CMYK0.100.1300.72
HSL253.33º6.77%26.08%-
HSV(B)253.33º12.68%27.84%-
XYZ4.974.996.66-
YUV63.62132.16128.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 62 (24.61% from 255) = 31.47%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=32.49%
G=31.47%
B=36.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6462710.100.1300.72253.336.7726.08
Hex403E47AD048fd71a
Octal1007610712150110375732
Binary1000000111110100011110101101010010001111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,62,71); }

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

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

 a { background-color: rgb(64,62,71); }

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

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

 span { border-color: rgb(64,62,71); }

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