#4E249C

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

Shades of Blue Gem #4E249C

Tints of Blue Gem #4E249C

Color information

#4E249C (or 0x4E249C) is unknown color: approx Blue Gem. HEX triplet: 4E, 24 and 9C. RGB value is (78,36,156). Sum of RGB (Red+Green+Blue) = 78+36+156=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E249C is #B1DB63. Grayscale: #3D3D3D. Windows color (decimal): -11656036 or 10232910. OLE color: 10232910.

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

Color convert

RGB7836156-
CMYK0.50.7700.39
HSL261º62.5%37.65%-
HSV(B)261º76.92%61.18%-
XYZ9.775.2831.96-
YUV62.24180.91139.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=28.89%
G=13.33%
B=57.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78361560.50.7700.3926162.537.65
Hex4E249C324D0271053e26
Octal11644234621150474057646
Binary10011101001001001110011001010011010100111100000101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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