#4E355A

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

Shades of Scarlet Gum #4E355A

Tints of Scarlet Gum #4E355A

Color information

#4E355A (or 0x4E355A) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 35 and 5A. RGB value is (78,53,90). Sum of RGB (Red+Green+Blue) = 78+53+90=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E355A is #B1CAA5. Grayscale: #404040. Windows color (decimal): -11651750 or 5911886. OLE color: 5911886.

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

Color convert

RGB785390-
CMYK0.130.4100.65
HSL280.54º25.87%28.04%-
HSV(B)280.54º41.11%35.29%-
XYZ6.264.910.29-
YUV64.69142.28137.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=35.29%
G=23.98%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7853900.130.4100.65280.5425.8728.04
Hex4E355AD290411191a1c
Octal11665132155101014313234
Binary100111011010110110101101101001010000011000110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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