#4E2C91

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

Shades of Blue Gem #4E2C91

Tints of Blue Gem #4E2C91

Color information

#4E2C91 (or 0x4E2C91) is unknown color: approx Blue Gem. HEX triplet: 4E, 2C and 91. RGB value is (78,44,145). Sum of RGB (Red+Green+Blue) = 78+44+145=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E2C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2C91 is #B1D36E. Grayscale: #414141. Windows color (decimal): -11653999 or 9514062. OLE color: 9514062.

HSL color Cylindrical-coordinate representation of color #4E2C91: hue angle of 260.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2C91 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7844145-
CMYK0.460.7000.43
HSL260.2º53.44%37.06%-
HSV(B)260.2º69.66%56.86%-
XYZ9.155.4727.36-
YUV65.68172.76136.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 145 (57.03% from 255) = 54.31%
R=29.21%
G=16.48%
B=54.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78441450.460.7000.43260.253.4437.06
Hex4E2C912E4602B1043525
Octal11654221561060534046545
Binary10011101011001001000110111010001100101011100000100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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