#4E3988

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

Shades of Blue Gem #4E3988

Tints of Blue Gem #4E3988

Color information

#4E3988 (or 0x4E3988) is unknown color: approx Blue Gem. HEX triplet: 4E, 39 and 88. RGB value is (78,57,136). Sum of RGB (Red+Green+Blue) = 78+57+136=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E3988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3988 is #B1C677. Grayscale: #474747. Windows color (decimal): -11650680 or 8927566. OLE color: 8927566.

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

Color convert

RGB7857136-
CMYK0.430.5800.47
HSL255.95º40.93%37.84%-
HSV(B)255.95º58.09%53.33%-
XYZ9.056.3224.04-
YUV72.28163.96132.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=28.78%
G=21.03%
B=50.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78571360.430.5800.47255.9540.9337.84
Hex4E39882B3A02F1002926
Octal1167121053720574005146
Binary1001110111001100010001010111110100101111100000000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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