#4E196A

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

Shades of Scarlet Gum #4E196A

Tints of Scarlet Gum #4E196A

Color information

#4E196A (or 0x4E196A) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 19 and 6A. RGB value is (78,25,106). Sum of RGB (Red+Green+Blue) = 78+25+106=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E196A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E196A is #B1E695. Grayscale: #313131. Windows color (decimal): -11658902 or 6953294. OLE color: 6953294.

HSL color Cylindrical-coordinate representation of color #4E196A: hue angle of 279.26º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E196A is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7825106-
CMYK0.260.7600.58
HSL279.26º61.83%25.69%-
HSV(B)279.26º76.42%41.57%-
XYZ6.093.3613.96-
YUV50.08159.56147.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=37.32%
G=11.96%
B=50.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78251060.260.7600.58279.2661.8325.69
Hex4E196A1A4C03A1173e1a
Octal11631152321140724277632
Binary1001110110011101010110101001100011101010001011111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,106); }

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

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

 a { background-color: rgb(78,25,106); }

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

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

 span { border-color: rgb(78,25,106); }

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