#4E375D

Color #4E375D Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4E375D

Tints of Scarlet Gum #4E375D

Color information

#4E375D (or 0x4E375D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 37 and 5D. RGB value is (78,55,93). Sum of RGB (Red+Green+Blue) = 78+55+93=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E375D is #B1C8A2. Grayscale: #424242. Windows color (decimal): -11651235 or 6109006. OLE color: 6109006.

HSL color Cylindrical-coordinate representation of color #4E375D: hue angle of 276.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E375D is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB785593-
CMYK0.160.4100.64
HSL276.32º25.68%29.02%-
HSV(B)276.32º40.86%36.47%-
XYZ6.485.1411.01-
YUV66.21143.12136.41-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=34.51%
G=24.34%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7855930.160.4100.64276.3225.6829.02
Hex4E375D10290401141a1d
Octal11667135205101004243235
Binary1001110110111101110110000101001010000001000101001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E375D; }

 p { color: rgb(78,55,93); }

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

<style>
 a { background-color: #4E375D; }

 a { background-color: rgb(78,55,93); }

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

<style>
 span { border-color: #4E375D; }

 span { border-color: rgb(78,55,93); }

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