#40394D

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

Shades of Grape #40394D

Tints of Grape #40394D

Color information

#40394D (or 0x40394D) is unknown color: approx Grape. HEX triplet: 40, 39 and 4D. RGB value is (64,57,77). Sum of RGB (Red+Green+Blue) = 64+57+77=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #40394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40394D is #BFC6B2. Grayscale: #3D3D3D. Windows color (decimal): -12568243 or 5060928. OLE color: 5060928.

HSL color Cylindrical-coordinate representation of color #40394D: hue angle of 261º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #40394D is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB645777-
CMYK0.170.2600.70
HSL261º14.93%26.27%-
HSV(B)261º25.97%30.2%-
XYZ4.924.557.64-
YUV61.37136.82129.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 77 (30.47% from 255) = 38.89%
R=32.32%
G=28.79%
B=38.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6457770.170.2600.7026114.9326.27
Hex40394D111A046105f1a
Octal10071115213201064051732
Binary10000001110011001101100011101001000110100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40394D; }

 p { color: rgb(64,57,77); }

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

<style>
 a { background-color: #40394D; }

 a { background-color: rgb(64,57,77); }

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

<style>
 span { border-color: #40394D; }

 span { border-color: rgb(64,57,77); }

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