#4E3C5B

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

Shades of Scarlet Gum #4E3C5B

Tints of Scarlet Gum #4E3C5B

Color information

#4E3C5B (or 0x4E3C5B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 3C and 5B. RGB value is (78,60,91). Sum of RGB (Red+Green+Blue) = 78+60+91=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E3C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3C5B is #B1C3A4. Grayscale: #444444. Windows color (decimal): -11649957 or 5979214. OLE color: 5979214.

HSL color Cylindrical-coordinate representation of color #4E3C5B: hue angle of 274.84º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E3C5B is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB786091-
CMYK0.140.3400.64
HSL274.84º20.53%29.61%-
HSV(B)274.84º34.07%35.69%-
XYZ6.655.6110.63-
YUV68.92140.46134.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=34.06%
G=26.20%
B=39.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7860910.140.3400.64274.8420.5329.61
Hex4E3C5BE22040113151e
Octal11674133164201004232536
Binary100111011110010110111110100010010000001000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,60,91); }

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

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

 a { background-color: rgb(78,60,91); }

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

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

 span { border-color: rgb(78,60,91); }

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