#4E3B99

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

Shades of Blue Gem #4E3B99

Tints of Blue Gem #4E3B99

Color information

#4E3B99 (or 0x4E3B99) is unknown color: approx Blue Gem. HEX triplet: 4E, 3B and 99. RGB value is (78,59,153). Sum of RGB (Red+Green+Blue) = 78+59+153=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3B99 is #B1C466. Grayscale: #4B4B4B. Windows color (decimal): -11650151 or 10042190. OLE color: 10042190.

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

Color convert

RGB7859153-
CMYK0.490.6100.4
HSL252.13º44.34%41.57%-
HSV(B)252.13º61.44%60%-
XYZ10.467.0530.95-
YUV75.4171.79129.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 59 (23.44% from 255) = 20.34%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=26.90%
G=20.34%
B=52.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78591530.490.6100.4252.1344.3441.57
Hex4E3B99313D028fc2c2a
Octal1167323161750503745452
Binary100111011101110011001110001111101010100011111100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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