#4E2C63

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

Shades of Scarlet Gum #4E2C63

Tints of Scarlet Gum #4E2C63

Color information

#4E2C63 (or 0x4E2C63) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 2C and 63. RGB value is (78,44,99). Sum of RGB (Red+Green+Blue) = 78+44+99=221 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.29% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #4E2C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2C63 is #B1D39C. Grayscale: #3C3C3C. Windows color (decimal): -11654045 or 6499406. OLE color: 6499406.

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

Color convert

RGB784499-
CMYK0.210.5600.61
HSL277.09º38.46%28.04%-
HSV(B)277.09º55.56%38.82%-
XYZ6.294.3212.31-
YUV60.44149.76140.53-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.29%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=35.29%
G=19.91%
B=44.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7844990.210.5600.61277.0938.4628.04
Hex4E2C63153803D115261c
Octal1165414325700754254634
Binary1001110101100110001110101111000011110110001010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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