#4E249E

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

Shades of Blue Gem #4E249E

Tints of Blue Gem #4E249E

Color information

#4E249E (or 0x4E249E) is unknown color: approx Blue Gem. HEX triplet: 4E, 24 and 9E. RGB value is (78,36,158). Sum of RGB (Red+Green+Blue) = 78+36+158=272 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.68% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E249E is #B1DB61. Grayscale: #3E3E3E. Windows color (decimal): -11656034 or 10363982. OLE color: 10363982.

HSL color Cylindrical-coordinate representation of color #4E249E: hue angle of 260.66º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E249E is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7836158-
CMYK0.510.7700.38
HSL260.66º62.89%38.04%-
HSV(B)260.66º77.22%61.96%-
XYZ9.945.3532.86-
YUV62.47181.91139.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.68%
GREEN value IS 36 (14.45% from 255) = 13.24%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=28.68%
G=13.24%
B=58.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78361580.510.7700.38260.6662.8938.04
Hex4E249E334D0261053f26
Octal11644236631150464057746
Binary10011101001001001111011001110011010100110100000101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,158); }

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

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

 a { background-color: rgb(78,36,158); }

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

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

 span { border-color: rgb(78,36,158); }

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