Html Css Color HEX #4E395D Scarlet Gum

📋 copy color: '#4E395D'

red 78 ◦ green 57 ◦ blue 93

#4E395D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4E395D

Tints of Scarlet Gum #4E395D

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 value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E395D (or 0x4E395D) is known color: 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

RGB 78 57 93 -
CMYK 0.16 0.39 0 0.64
HSL 275º 0.24% 0.29% -
HSV(B) 275º 0.39% 0.36% -
XYZ 6.58 5.34 11.04 -
YUV 67.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 78 57 93 0.16 0.39 0 0.64 275 0.24 0.29
Hex 4E 39 5D 10 27 0 40 113 18 1D
Octal 116 71 135 20 47 0 100 423 30 35
Binary 1001110 111001 1011101 10000 100111 0 1000000 100010011 11000 11101

Color Harmonies of #4E395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E395D

Black with #4E395D

Text Example


Text Example

White with #4E395D

Text Example


Text Example

HTML Codes & Css Web 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>