#4E355D

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

Shades of Scarlet Gum #4E355D

Tints of Scarlet Gum #4E355D

Color information

#4E355D (or 0x4E355D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 35 and 5D. RGB value is (78,53,93). Sum of RGB (Red+Green+Blue) = 78+53+93=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E355D is #B1CAA2. Grayscale: #404040. Windows color (decimal): -11651747 or 6108494. OLE color: 6108494.

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

Color convert

RGB785393-
CMYK0.160.4300.64
HSL277.5º27.4%28.63%-
HSV(B)277.5º43.01%36.47%-
XYZ6.394.9610.98-
YUV65.04143.78137.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.82%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=34.82%
G=23.66%
B=41.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7853930.160.4300.64277.527.428.63
Hex4E355D102B0401161b1d
Octal11665135205301004263335
Binary1001110110101101110110000101011010000001000101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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