#4E3AAE

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

Shades of Blue Gem #4E3AAE

Tints of Blue Gem #4E3AAE

Color information

#4E3AAE (or 0x4E3AAE) is unknown color: approx Blue Gem. HEX triplet: 4E, 3A and AE. RGB value is (78,58,174). Sum of RGB (Red+Green+Blue) = 78+58+174=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E3AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3AAE is #B1C551. Grayscale: #4C4C4C. Windows color (decimal): -11650386 or 11418190. OLE color: 11418190.

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

Color convert

RGB7858174-
CMYK0.550.6700.32
HSL250.34º50%45.49%-
HSV(B)250.34º66.67%68.24%-
XYZ12.297.740.88-
YUV77.2182.63128.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=25.16%
G=18.71%
B=56.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78581740.550.6700.32250.345045.49
Hex4E3AAE3743020fa322d
Octal11672256671030403726255
Binary1001110111010101011101101111000011010000011111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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