#4E245D

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

Shades of Scarlet Gum #4E245D

Tints of Scarlet Gum #4E245D

Color information

#4E245D (or 0x4E245D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 24 and 5D. RGB value is (78,36,93). Sum of RGB (Red+Green+Blue) = 78+36+93=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E245D is #B1DBA2. Grayscale: #363636. Windows color (decimal): -11656099 or 6104142. OLE color: 6104142.

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

Color convert

RGB783693-
CMYK0.160.6100.64
HSL284.21º44.19%25.29%-
HSV(B)284.21º61.29%36.47%-
XYZ5.753.6710.76-
YUV55.06149.41144.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.68%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=37.68%
G=17.39%
B=44.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7836930.160.6100.64284.2144.1925.29
Hex4E245D103D04011c2c19
Octal11644135207501004345431
Binary10011101001001011101100001111010100000010001110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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