#4E395D

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

Shades of Scarlet Gum #4E395D

Tints of Scarlet Gum #4E395D

Color information

#4E395D (or 0x4E395D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 39 and 5D. RGB value is (78,57,93). Sum of RGB (Red+Green+Blue) = 78+57+93=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E395D is #B1C6A2. Grayscale: #434343. Windows color (decimal): -11650723 or 6109518. OLE color: 6109518.

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

Color convert

RGB785793-
CMYK0.160.3900.64
HSL275º24%29.41%-
HSV(B)275º38.71%36.47%-
XYZ6.585.3411.04-
YUV67.38142.46135.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=34.21%
G=25%
B=40.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7857930.160.3900.642752429.41
Hex4E395D1027040113181d
Octal11671135204701004233035
Binary1001110111001101110110000100111010000001000100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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