#40374F

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

Shades of Grape #40374F

Tints of Grape #40374F

Color information

#40374F (or 0x40374F) is unknown color: approx Grape. HEX triplet: 40, 37 and 4F. RGB value is (64,55,79). Sum of RGB (Red+Green+Blue) = 64+55+79=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #40374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40374F is #BFC8B0. Grayscale: #3C3C3C. Windows color (decimal): -12568753 or 5191488. OLE color: 5191488.

HSL color Cylindrical-coordinate representation of color #40374F: hue angle of 262.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40374F is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB645579-
CMYK0.190.3000.69
HSL262.5º17.91%26.27%-
HSV(B)262.5º30.38%30.98%-
XYZ4.894.397.99-
YUV60.43138.48130.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 55 (21.88% from 255) = 27.78%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=32.32%
G=27.78%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6455790.190.3000.69262.517.9126.27
Hex40374F131E045106121a
Octal10067117233601054062232
Binary100000011011110011111001111110010001011000001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40374F; }

 p { color: rgb(64,55,79); }

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

<style>
 a { background-color: #40374F; }

 a { background-color: rgb(64,55,79); }

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

<style>
 span { border-color: #40374F; }

 span { border-color: rgb(64,55,79); }

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