#4E3C87

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

Shades of Blue Gem #4E3C87

Tints of Blue Gem #4E3C87

Color information

#4E3C87 (or 0x4E3C87) is unknown color: approx Blue Gem. HEX triplet: 4E, 3C and 87. RGB value is (78,60,135). Sum of RGB (Red+Green+Blue) = 78+60+135=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E3C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3C87 is #B1C378. Grayscale: #494949. Windows color (decimal): -11649913 or 8862798. OLE color: 8862798.

HSL color Cylindrical-coordinate representation of color #4E3C87: hue angle of 254.4º degrees, saturation: 0.38, 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 #4E3C87 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7860135-
CMYK0.420.5600.47
HSL254.4º38.46%38.24%-
HSV(B)254.4º55.56%52.94%-
XYZ9.136.623.71-
YUV73.93162.46130.9-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=28.57%
G=21.98%
B=49.45%

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
Decimal78601350.420.5600.47254.438.4638.24
Hex4E3C872A3802Ffe2626
Octal1167420752700573764646
Binary100111011110010000111101010111000010111111111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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