#4E3F86

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

Shades of Blue Gem #4E3F86

Tints of Blue Gem #4E3F86

Color information

#4E3F86 (or 0x4E3F86) is unknown color: approx Blue Gem. HEX triplet: 4E, 3F and 86. RGB value is (78,63,134). Sum of RGB (Red+Green+Blue) = 78+63+134=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 134 (52.73% from 255 or 48.73% from 275); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E3F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3F86 is #B1C079. Grayscale: #4B4B4B. Windows color (decimal): -11649146 or 8798030. OLE color: 8798030.

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

Color convert

RGB7863134-
CMYK0.420.5300.47
HSL252.68º36.04%38.63%-
HSV(B)252.68º52.99%52.55%-
XYZ9.226.923.4-
YUV75.58160.97129.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 134 (52.73% from 255) = 48.73%
R=28.36%
G=22.91%
B=48.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78631340.420.5300.47252.6836.0438.63
Hex4E3F862A3502Ffd2427
Octal1167720652650573754447
Binary100111011111110000110101010110101010111111111101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,134); }

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

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

 a { background-color: rgb(78,63,134); }

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

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

 span { border-color: rgb(78,63,134); }

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