#4E385C

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

Shades of Scarlet Gum #4E385C

Tints of Scarlet Gum #4E385C

Color information

#4E385C (or 0x4E385C) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 38 and 5C. RGB value is (78,56,92). Sum of RGB (Red+Green+Blue) = 78+56+92=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E385C is #B1C7A3. Grayscale: #424242. Windows color (decimal): -11650980 or 6043726. OLE color: 6043726.

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

Color convert

RGB785692-
CMYK0.150.3900.64
HSL276.67º24.32%29.02%-
HSV(B)276.67º39.13%36.08%-
XYZ6.495.2210.79-
YUV66.68142.29136.07-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=34.51%
G=24.78%
B=40.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7856920.150.3900.64276.6724.3229.02
Hex4E385CF27040115181d
Octal11670134174701004253035
Binary100111011100010111001111100111010000001000101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E385C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,92); }

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

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

 a { background-color: rgb(78,56,92); }

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

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

 span { border-color: rgb(78,56,92); }

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