#4E3060

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

Shades of Scarlet Gum #4E3060

Tints of Scarlet Gum #4E3060

Color information

#4E3060 (or 0x4E3060) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 30 and 60. RGB value is (78,48,96). Sum of RGB (Red+Green+Blue) = 78+48+96=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E3060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3060 is #B1CF9F. Grayscale: #3E3E3E. Windows color (decimal): -11653024 or 6303822. OLE color: 6303822.

HSL color Cylindrical-coordinate representation of color #4E3060: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E3060 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB784896-
CMYK0.190.5000.62
HSL277.5º33.33%28.24%-
HSV(B)277.5º50%37.65%-
XYZ6.314.5811.62-
YUV62.44146.94139.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=35.14%
G=21.62%
B=43.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7848960.190.5000.62277.533.3328.24
Hex4E3060133203E116211c
Octal1166014023620764264134
Binary1001110110000110000010011110010011111010001011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,96); }

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

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

 a { background-color: rgb(78,48,96); }

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

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

 span { border-color: rgb(78,48,96); }

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