#4E3192

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

Shades of Blue Gem #4E3192

Tints of Blue Gem #4E3192

Color information

#4E3192 (or 0x4E3192) is unknown color: approx Blue Gem. HEX triplet: 4E, 31 and 92. RGB value is (78,49,146). Sum of RGB (Red+Green+Blue) = 78+49+146=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3192 is #B1CE6D. Grayscale: #444444. Windows color (decimal): -11652718 or 9580878. OLE color: 9580878.

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

Color convert

RGB7849146-
CMYK0.470.6600.43
HSL257.94º49.74%38.24%-
HSV(B)257.94º66.44%57.25%-
XYZ9.435.8927.83-
YUV68.73171.61134.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=28.57%
G=17.95%
B=53.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78491460.470.6600.43257.9449.7438.24
Hex4E31922F4202B1023226
Octal11661222571020534026246
Binary10011101100011001001010111110000100101011100000010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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