#4E3259

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

Shades of Scarlet Gum #4E3259

Tints of Scarlet Gum #4E3259

Color information

#4E3259 (or 0x4E3259) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 32 and 59. RGB value is (78,50,89). Sum of RGB (Red+Green+Blue) = 78+50+89=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E3259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3259 is #B1CDA6. Grayscale: #3E3E3E. Windows color (decimal): -11652519 or 5845582. OLE color: 5845582.

HSL color Cylindrical-coordinate representation of color #4E3259: hue angle of 283.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E3259 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB785089-
CMYK0.120.4400.65
HSL283.08º28.06%27.25%-
HSV(B)283.08º43.82%34.9%-
XYZ6.094.6210.02-
YUV62.82142.78138.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.94%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 89 (35.16% from 255) = 41.01%
R=35.94%
G=23.04%
B=41.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7850890.120.4400.65283.0828.0627.25
Hex4E3259C2C04111b1c1b
Octal11662131145401014333433
Binary100111011001010110011100101100010000011000110111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,89); }

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

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

 a { background-color: rgb(78,50,89); }

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

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

 span { border-color: rgb(78,50,89); }

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