#4E2C5A

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

Shades of Scarlet Gum #4E2C5A

Tints of Scarlet Gum #4E2C5A

Color information

#4E2C5A (or 0x4E2C5A) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 2C and 5A. RGB value is (78,44,90). Sum of RGB (Red+Green+Blue) = 78+44+90=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E2C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C5A is #B1D3A5. Grayscale: #3B3B3B. Windows color (decimal): -11654054 or 5909582. OLE color: 5909582.

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

Color convert

RGB784490-
CMYK0.130.5100.65
HSL284.35º34.33%26.27%-
HSV(B)284.35º51.11%35.29%-
XYZ5.894.1610.17-
YUV59.41145.26141.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=36.79%
G=20.75%
B=42.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7844900.130.5100.65284.3534.3326.27
Hex4E2C5AD3304111c221a
Octal11654132156301014344232
Binary1001110101100101101011011100110100000110001110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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