#4E3A9A

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

Shades of Blue Gem #4E3A9A

Tints of Blue Gem #4E3A9A

Color information

#4E3A9A (or 0x4E3A9A) is unknown color: approx Blue Gem. HEX triplet: 4E, 3A and 9A. RGB value is (78,58,154). Sum of RGB (Red+Green+Blue) = 78+58+154=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E3A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3A9A is #B1C565. Grayscale: #4A4A4A. Windows color (decimal): -11650406 or 10107470. OLE color: 10107470.

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

Color convert

RGB7858154-
CMYK0.490.6200.40
HSL252.5º45.28%41.57%-
HSV(B)252.5º62.34%60.39%-
XYZ10.496.9831.37-
YUV74.92172.63130.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.90%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 154 (60.55% from 255) = 53.10%
R=26.90%
G=20%
B=53.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78581540.490.6200.40252.545.2841.57
Hex4E3A9A313E028fc2d2a
Octal1167223261760503745552
Binary100111011101010011010110001111110010100011111100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,154); }

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

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

 a { background-color: rgb(78,58,154); }

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

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

 span { border-color: rgb(78,58,154); }

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