#4E285C

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

Shades of Scarlet Gum #4E285C

Tints of Scarlet Gum #4E285C

Color information

#4E285C (or 0x4E285C) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 28 and 5C. RGB value is (78,40,92). Sum of RGB (Red+Green+Blue) = 78+40+92=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E285C is #B1D7A3. Grayscale: #393939. Windows color (decimal): -11655076 or 6039630. OLE color: 6039630.

HSL color Cylindrical-coordinate representation of color #4E285C: hue angle of 283.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E285C is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB784092-
CMYK0.150.5700.64
HSL283.85º39.39%25.88%-
HSV(B)283.85º56.52%36.08%-
XYZ5.833.9110.57-
YUV57.29147.59142.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.14%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=37.14%
G=19.05%
B=43.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7840920.150.5700.64283.8539.3925.88
Hex4E285CF3904011c271a
Octal11650134177101004344732
Binary1001110101000101110011111110010100000010001110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,40,92); }

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

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

 a { background-color: rgb(78,40,92); }

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

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

 span { border-color: rgb(78,40,92); }

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