#4E185D

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

Shades of Scarlet Gum #4E185D

Tints of Scarlet Gum #4E185D

Color information

#4E185D (or 0x4E185D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 18 and 5D. RGB value is (78,24,93). Sum of RGB (Red+Green+Blue) = 78+24+93=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E185D is #B1E7A2. Grayscale: #2F2F2F. Windows color (decimal): -11659171 or 6101070. OLE color: 6101070.

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

Color convert

RGB782493-
CMYK0.160.7400.64
HSL286.96º58.97%22.94%-
HSV(B)286.96º74.19%36.47%-
XYZ5.443.0610.66-
YUV48.01153.39149.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=40%
G=12.31%
B=47.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7824930.160.7400.64286.9658.9722.94
Hex4E185D104A04011f3b17
Octal116301352011201004377327
Binary10011101100010111011000010010100100000010001111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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