#4E2C93

Color #4E2C93 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4E2C93

Tints of Blue Gem #4E2C93

Color information

#4E2C93 (or 0x4E2C93) is unknown color: approx Blue Gem. HEX triplet: 4E, 2C and 93. RGB value is (78,44,147). Sum of RGB (Red+Green+Blue) = 78+44+147=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E2C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2C93 is #B1D36C. Grayscale: #414141. Windows color (decimal): -11653997 or 9645134. OLE color: 9645134.

HSL color Cylindrical-coordinate representation of color #4E2C93: hue angle of 259.81º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2C93 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7844147-
CMYK0.470.7000.42
HSL259.81º53.93%37.45%-
HSV(B)259.81º70.07%57.65%-
XYZ9.315.5328.18-
YUV65.91173.76136.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.00%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=29.00%
G=16.36%
B=54.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78441470.470.7000.42259.8153.9337.45
Hex4E2C932F4602A1043625
Octal11654223571060524046645
Binary10011101011001001001110111110001100101010100000100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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