#4E3B87

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

Shades of Blue Gem #4E3B87

Tints of Blue Gem #4E3B87

Color information

#4E3B87 (or 0x4E3B87) is unknown color: approx Blue Gem. HEX triplet: 4E, 3B and 87. RGB value is (78,59,135). Sum of RGB (Red+Green+Blue) = 78+59+135=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E3B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3B87 is #B1C478. Grayscale: #494949. Windows color (decimal): -11650169 or 8862542. OLE color: 8862542.

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

Color convert

RGB7859135-
CMYK0.420.5600.47
HSL255º39.18%38.04%-
HSV(B)255º56.3%52.94%-
XYZ9.086.523.7-
YUV73.34162.79131.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=28.68%
G=21.69%
B=49.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78591350.420.5600.4725539.1838.04
Hex4E3B872A3802Fff2726
Octal1167320752700573774746
Binary100111011101110000111101010111000010111111111111100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,135); }

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

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

 a { background-color: rgb(78,59,135); }

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

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

 span { border-color: rgb(78,59,135); }

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