#4E275B

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

Shades of Scarlet Gum #4E275B

Tints of Scarlet Gum #4E275B

Color information

#4E275B (or 0x4E275B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 27 and 5B. RGB value is (78,39,91). Sum of RGB (Red+Green+Blue) = 78+39+91=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E275B is #B1D8A4. Grayscale: #383838. Windows color (decimal): -11655333 or 5973838. OLE color: 5973838.

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

Color convert

RGB783991-
CMYK0.140.5700.64
HSL285º40%25.49%-
HSV(B)285º57.14%35.69%-
XYZ5.763.8310.33-
YUV56.59147.42143.27-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7839910.140.5700.642854025.49
Hex4E275BE3904011d2819
Octal11647133167101004355031
Binary1001110100111101101111101110010100000010001110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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