#4E365D

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

Shades of Scarlet Gum #4E365D

Tints of Scarlet Gum #4E365D

Color information

#4E365D (or 0x4E365D) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 36 and 5D. RGB value is (78,54,93). Sum of RGB (Red+Green+Blue) = 78+54+93=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E365D is #B1C9A2. Grayscale: #414141. Windows color (decimal): -11651491 or 6108750. OLE color: 6108750.

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

Color convert

RGB785493-
CMYK0.160.4200.64
HSL276.92º26.53%28.82%-
HSV(B)276.92º41.94%36.47%-
XYZ6.445.0510.99-
YUV65.62143.45136.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=34.67%
G=24%
B=41.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7854930.160.4200.64276.9226.5328.82
Hex4E365D102A0401151b1d
Octal11666135205201004253335
Binary1001110110110101110110000101010010000001000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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