#4E3363

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

Shades of Scarlet Gum #4E3363

Tints of Scarlet Gum #4E3363

Color information

#4E3363 (or 0x4E3363) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 33 and 63. RGB value is (78,51,99). Sum of RGB (Red+Green+Blue) = 78+51+99=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E3363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3363 is #B1CC9C. Grayscale: #404040. Windows color (decimal): -11652253 or 6501198. OLE color: 6501198.

HSL color Cylindrical-coordinate representation of color #4E3363: hue angle of 273.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E3363 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB785199-
CMYK0.210.4800.61
HSL273.75º32%29.41%-
HSV(B)273.75º48.48%38.82%-
XYZ6.584.8912.4-
YUV64.54147.45137.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.21%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 99 (39.06% from 255) = 43.42%
R=34.21%
G=22.37%
B=43.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7851990.210.4800.61273.753229.41
Hex4E3363153003D112201d
Octal1166314325600754224035
Binary1001110110011110001110101110000011110110001001010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,99); }

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

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

 a { background-color: rgb(78,51,99); }

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

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

 span { border-color: rgb(78,51,99); }

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