#4E2465

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

Shades of Scarlet Gum #4E2465

Tints of Scarlet Gum #4E2465

Color information

#4E2465 (or 0x4E2465) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 24 and 65. RGB value is (78,36,101). Sum of RGB (Red+Green+Blue) = 78+36+101=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2465 is #B1DB9A. Grayscale: #373737. Windows color (decimal): -11656091 or 6628430. OLE color: 6628430.

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

Color convert

RGB7836101-
CMYK0.230.6400.60
HSL278.77º47.45%26.86%-
HSV(B)278.77º64.36%39.61%-
XYZ6.123.8212.73-
YUV55.97153.41143.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.28%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 101 (39.84% from 255) = 46.98%
R=36.28%
G=16.74%
B=46.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78361010.230.6400.60278.7747.4526.86
Hex4E2465174003C1172f1b
Octal11644145271000744275733
Binary10011101001001100101101111000000011110010001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,101); }

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

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

 a { background-color: rgb(78,36,101); }

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

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

 span { border-color: rgb(78,36,101); }

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