#4E3992

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

Shades of Blue Gem #4E3992

Tints of Blue Gem #4E3992

Color information

#4E3992 (or 0x4E3992) is unknown color: approx Blue Gem. HEX triplet: 4E, 39 and 92. RGB value is (78,57,146). Sum of RGB (Red+Green+Blue) = 78+57+146=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3992 is #B1C66D. Grayscale: #494949. Windows color (decimal): -11650670 or 9582926. OLE color: 9582926.

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

Color convert

RGB7857146-
CMYK0.470.6100.43
HSL254.16º43.84%39.8%-
HSV(B)254.16º60.96%57.25%-
XYZ9.796.6227.96-
YUV73.42168.96131.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=27.76%
G=20.28%
B=51.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78571460.470.6100.43254.1643.8439.8
Hex4E39922F3D02Bfe2c28
Octal1167122257750533765450
Binary100111011100110010010101111111101010101111111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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