#4E1A66

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

Shades of Scarlet Gum #4E1A66

Tints of Scarlet Gum #4E1A66

Color information

#4E1A66 (or 0x4E1A66) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 1A and 66. RGB value is (78,26,102). Sum of RGB (Red+Green+Blue) = 78+26+102=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #4E1A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A66 is #B1E599. Grayscale: #313131. Windows color (decimal): -11658650 or 6691406. OLE color: 6691406.

HSL color Cylindrical-coordinate representation of color #4E1A66: hue angle of 281.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E1A66 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7826102-
CMYK0.240.7500.6
HSL281.05º59.38%25.1%-
HSV(B)281.05º74.51%40%-
XYZ5.913.3212.9-
YUV50.21157.23147.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=37.86%
G=12.62%
B=49.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal78261020.240.7500.6281.0559.3825.1
Hex4E1A66184B03C1193b19
Octal11632146301130744317331
Binary1001110110101100110110001001011011110010001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,102); }

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

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

 a { background-color: rgb(78,26,102); }

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

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

 span { border-color: rgb(78,26,102); }

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