#4E285D

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

Shades of Scarlet Gum #4E285D

Tints of Scarlet Gum #4E285D

Color information

#4E285D (or 0x4E285D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 28 and 5D. RGB value is (78,40,93). Sum of RGB (Red+Green+Blue) = 78+40+93=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E285D is #B1D7A2. Grayscale: #393939. Windows color (decimal): -11655075 or 6105166. OLE color: 6105166.

HSL color Cylindrical-coordinate representation of color #4E285D: hue angle of 283.02º degrees, saturation: 0.4, 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 #4E285D is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB784093-
CMYK0.160.5700.64
HSL283.02º39.85%26.08%-
HSV(B)283.02º56.99%36.47%-
XYZ5.883.9310.8-
YUV57.4148.09142.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.97%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=36.97%
G=18.96%
B=44.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7840930.160.5700.64283.0239.8526.08
Hex4E285D103904011b281a
Octal11650135207101004335032
Binary10011101010001011101100001110010100000010001101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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