#4E305B

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

Shades of Scarlet Gum #4E305B

Tints of Scarlet Gum #4E305B

Color information

#4E305B (or 0x4E305B) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 30 and 5B. RGB value is (78,48,91). Sum of RGB (Red+Green+Blue) = 78+48+91=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E305B is #B1CFA4. Grayscale: #3D3D3D. Windows color (decimal): -11653029 or 5976142. OLE color: 5976142.

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

Color convert

RGB784891-
CMYK0.140.4700.64
HSL281.86º30.94%27.25%-
HSV(B)281.86º47.25%35.69%-
XYZ6.094.4910.44-
YUV61.87144.44139.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.94%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=35.94%
G=22.12%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7848910.140.4700.64281.8630.9427.25
Hex4E305BE2F04011a1f1b
Octal11660133165701004323733
Binary100111011000010110111110101111010000001000110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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