#4E315A

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

Shades of Scarlet Gum #4E315A

Tints of Scarlet Gum #4E315A

Color information

#4E315A (or 0x4E315A) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 31 and 5A. RGB value is (78,49,90). Sum of RGB (Red+Green+Blue) = 78+49+90=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E315A is #B1CEA5. Grayscale: #3E3E3E. Windows color (decimal): -11652774 or 5910862. OLE color: 5910862.

HSL color Cylindrical-coordinate representation of color #4E315A: hue angle of 282.44º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E315A is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB784990-
CMYK0.130.4600.65
HSL282.44º29.5%27.25%-
HSV(B)282.44º45.56%35.29%-
XYZ6.094.5510.23-
YUV62.34143.61139.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.94%
GREEN value IS 49 (19.53% from 255) = 22.58%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=35.94%
G=22.58%
B=41.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7849900.130.4600.65282.4429.527.25
Hex4E315AD2E04111a1d1b
Octal11661132155601014323533
Binary100111011000110110101101101110010000011000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,90); }

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

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

 a { background-color: rgb(78,49,90); }

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

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

 span { border-color: rgb(78,49,90); }

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