#4E3E99

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

Shades of Blue Gem #4E3E99

Tints of Blue Gem #4E3E99

Color information

#4E3E99 (or 0x4E3E99) is unknown color: approx Blue Gem. HEX triplet: 4E, 3E and 99. RGB value is (78,62,153). Sum of RGB (Red+Green+Blue) = 78+62+153=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3E99 is #B1C166. Grayscale: #4C4C4C. Windows color (decimal): -11649383 or 10042958. OLE color: 10042958.

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

Color convert

RGB7862153-
CMYK0.490.5900.4
HSL250.55º42.33%42.16%-
HSV(B)250.55º59.48%60%-
XYZ10.617.3631-
YUV77.16170.8128.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 62 (24.61% from 255) = 21.16%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=26.62%
G=21.16%
B=52.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78621530.490.5900.4250.5542.3342.16
Hex4E3E99313B028fb2a2a
Octal1167623161730503735252
Binary100111011111010011001110001111011010100011111011101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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