#4E3E91

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

Shades of Blue Gem #4E3E91

Tints of Blue Gem #4E3E91

Color information

#4E3E91 (or 0x4E3E91) is unknown color: approx Blue Gem. HEX triplet: 4E, 3E and 91. RGB value is (78,62,145). Sum of RGB (Red+Green+Blue) = 78+62+145=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E3E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3E91 is #B1C16E. Grayscale: #4B4B4B. Windows color (decimal): -11649391 or 9518670. OLE color: 9518670.

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

Color convert

RGB7862145-
CMYK0.460.5700.43
HSL251.57º40.1%40.59%-
HSV(B)251.57º57.24%56.86%-
XYZ9.987.1127.63-
YUV76.25166.8129.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=27.37%
G=21.75%
B=50.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78621450.460.5700.43251.5740.140.59
Hex4E3E912E3902Bfc2829
Octal1167622156710533745051
Binary100111011111010010001101110111001010101111111100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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