#4E355E

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

Shades of Scarlet Gum #4E355E

Tints of Scarlet Gum #4E355E

Color information

#4E355E (or 0x4E355E) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 35 and 5E. RGB value is (78,53,94). Sum of RGB (Red+Green+Blue) = 78+53+94=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E355E is #B1CAA1. Grayscale: #414141. Windows color (decimal): -11651746 or 6174030. OLE color: 6174030.

HSL color Cylindrical-coordinate representation of color #4E355E: hue angle of 276.59º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E355E is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB785394-
CMYK0.170.4400.63
HSL276.59º27.89%28.82%-
HSV(B)276.59º43.62%36.86%-
XYZ6.444.9711.21-
YUV65.15144.28137.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 53 (21.09% from 255) = 23.56%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=34.67%
G=23.56%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7853940.170.4400.63276.5927.8928.82
Hex4E355E112C03F1151c1d
Octal1166513621540774253435
Binary100111011010110111101000110110001111111000101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,94); }

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

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

 a { background-color: rgb(78,53,94); }

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

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

 span { border-color: rgb(78,53,94); }

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