#4E4799

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

Shades of Blue Gem #4E4799

Tints of Blue Gem #4E4799

Color information

#4E4799 (or 0x4E4799) is unknown color: approx Blue Gem. HEX triplet: 4E, 47 and 99. RGB value is (78,71,153). Sum of RGB (Red+Green+Blue) = 78+71+153=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E4799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4799 is #B1B866. Grayscale: #525252. Windows color (decimal): -11647079 or 10045262. OLE color: 10045262.

HSL color Cylindrical-coordinate representation of color #4E4799: hue angle of 245.12º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4799 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7871153-
CMYK0.490.5400.4
HSL245.12º36.61%43.92%-
HSV(B)245.12º53.59%60%-
XYZ11.148.4331.18-
YUV82.44167.82124.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=25.83%
G=23.51%
B=50.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78711530.490.5400.4245.1236.6143.92
Hex4E47993136028f5252c
Octal11610723161660503654554
Binary1001110100011110011001110001110110010100011110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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