#4E4793

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

Shades of Blue Gem #4E4793

Tints of Blue Gem #4E4793

Color information

#4E4793 (or 0x4E4793) is unknown color: approx Blue Gem. HEX triplet: 4E, 47 and 93. RGB value is (78,71,147). Sum of RGB (Red+Green+Blue) = 78+71+147=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E4793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4793 is #B1B86C. Grayscale: #515151. Windows color (decimal): -11647085 or 9652046. OLE color: 9652046.

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

Color convert

RGB7871147-
CMYK0.470.5200.42
HSL245.53º34.86%42.75%-
HSV(B)245.53º51.7%57.65%-
XYZ10.668.2328.63-
YUV81.76164.82125.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=26.35%
G=23.99%
B=49.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78711470.470.5200.42245.5334.8642.75
Hex4E47932F3402Af6232b
Octal11610722357640523664353
Binary1001110100011110010011101111110100010101011110110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,147); }

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

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

 a { background-color: rgb(78,71,147); }

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

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

 span { border-color: rgb(78,71,147); }

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