#4E36AE

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

Shades of Blue Gem #4E36AE

Tints of Blue Gem #4E36AE

Color information

#4E36AE (or 0x4E36AE) is unknown color: approx Blue Gem. HEX triplet: 4E, 36 and AE. RGB value is (78,54,174). Sum of RGB (Red+Green+Blue) = 78+54+174=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E36AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E36AE is #B1C951. Grayscale: #4A4A4A. Windows color (decimal): -11651410 or 11417166. OLE color: 11417166.

HSL color Cylindrical-coordinate representation of color #4E36AE: hue angle of 252º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E36AE is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7854174-
CMYK0.550.6900.32
HSL252º52.63%44.71%-
HSV(B)252º68.97%68.24%-
XYZ12.17.3140.82-
YUV74.86183.95130.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=25.49%
G=17.65%
B=56.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78541740.550.6900.3225252.6344.71
Hex4E36AE3745020fc352d
Octal11666256671050403746555
Binary1001110110110101011101101111000101010000011111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E36AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,54,174); }

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

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

 a { background-color: rgb(78,54,174); }

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

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

 span { border-color: rgb(78,54,174); }

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