#4E4392

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

Shades of Blue Gem #4E4392

Tints of Blue Gem #4E4392

Color information

#4E4392 (or 0x4E4392) is unknown color: approx Blue Gem. HEX triplet: 4E, 43 and 92. RGB value is (78,67,146). Sum of RGB (Red+Green+Blue) = 78+67+146=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4392 is #B1BC6D. Grayscale: #4E4E4E. Windows color (decimal): -11648110 or 9585486. OLE color: 9585486.

HSL color Cylindrical-coordinate representation of color #4E4392: hue angle of 248.35º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4392 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7867146-
CMYK0.470.5400.43
HSL248.35º37.09%41.76%-
HSV(B)248.35º54.11%57.25%-
XYZ10.347.7128.14-
YUV79.3165.64127.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=26.80%
G=23.02%
B=50.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78671460.470.5400.43248.3537.0941.76
Hex4E43922F3602Bf8252a
Octal11610322257660533704552
Binary1001110100001110010010101111110110010101111111000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,146); }

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

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

 a { background-color: rgb(78,67,146); }

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

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

 span { border-color: rgb(78,67,146); }

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