#4E275C

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

Shades of Scarlet Gum #4E275C

Tints of Scarlet Gum #4E275C

Color information

#4E275C (or 0x4E275C) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 27 and 5C. RGB value is (78,39,92). Sum of RGB (Red+Green+Blue) = 78+39+92=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E275C is #B1D8A3. Grayscale: #383838. Windows color (decimal): -11655332 or 6039374. OLE color: 6039374.

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

Color convert

RGB783992-
CMYK0.150.5800.64
HSL284.15º40.46%25.69%-
HSV(B)284.15º57.61%36.08%-
XYZ5.83.8410.56-
YUV56.7147.92143.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 92 (36.33% from 255) = 44.02%
R=37.32%
G=18.66%
B=44.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7839920.150.5800.64284.1540.4625.69
Hex4E275CF3A04011c281a
Octal11647134177201004345032
Binary1001110100111101110011111110100100000010001110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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