#4E3058

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

Shades of Scarlet Gum #4E3058

Tints of Scarlet Gum #4E3058

Color information

#4E3058 (or 0x4E3058) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 30 and 58. RGB value is (78,48,88). Sum of RGB (Red+Green+Blue) = 78+48+88=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E3058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3058 is #B1CFA7. Grayscale: #3D3D3D. Windows color (decimal): -11653032 or 5779534. OLE color: 5779534.

HSL color Cylindrical-coordinate representation of color #4E3058: hue angle of 285º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E3058 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB784888-
CMYK0.110.4500.65
HSL285º29.41%26.67%-
HSV(B)285º45.45%34.51%-
XYZ5.964.449.78-
YUV61.53142.94139.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=36.45%
G=22.43%
B=41.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7848880.110.4500.6528529.4126.67
Hex4E3058B2D04111d1d1b
Octal11660130135501014353533
Binary100111011000010110001011101101010000011000111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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