#4E4592

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

Shades of Blue Gem #4E4592

Tints of Blue Gem #4E4592

Color information

#4E4592 (or 0x4E4592) is unknown color: approx Blue Gem. HEX triplet: 4E, 45 and 92. RGB value is (78,69,146). Sum of RGB (Red+Green+Blue) = 78+69+146=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4592 is #B1BA6D. Grayscale: #505050. Windows color (decimal): -11647598 or 9585998. OLE color: 9585998.

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

Color convert

RGB7869146-
CMYK0.470.5300.43
HSL247.01º35.81%42.16%-
HSV(B)247.01º52.74%57.25%-
XYZ10.467.9528.18-
YUV80.47164.98126.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.62%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=26.62%
G=23.55%
B=49.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78691460.470.5300.43247.0135.8142.16
Hex4E45922F3502Bf7242a
Octal11610522257650533674452
Binary1001110100010110010010101111110101010101111110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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