#4E3563

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

Shades of Scarlet Gum #4E3563

Tints of Scarlet Gum #4E3563

Color information

#4E3563 (or 0x4E3563) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 35 and 63. RGB value is (78,53,99). Sum of RGB (Red+Green+Blue) = 78+53+99=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E3563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3563 is #B1CA9C. Grayscale: #414141. Windows color (decimal): -11651741 or 6501710. OLE color: 6501710.

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

Color convert

RGB785399-
CMYK0.210.4600.61
HSL272.61º30.26%29.8%-
HSV(B)272.61º46.46%38.82%-
XYZ6.675.0712.43-
YUV65.72146.78136.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=33.91%
G=23.04%
B=43.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7853990.210.4600.61272.6130.2629.8
Hex4E3563152E03D1111e1e
Octal1166514325560754213636
Binary100111011010111000111010110111001111011000100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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