#4E2AA9

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

Shades of Blue Gem #4E2AA9

Tints of Blue Gem #4E2AA9

Color information

#4E2AA9 (or 0x4E2AA9) is unknown color: approx Blue Gem. HEX triplet: 4E, 2A and A9. RGB value is (78,42,169). Sum of RGB (Red+Green+Blue) = 78+42+169=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 169 (66.41% from 255 or 58.48% from 289); Max value from RGB is 169 - color contains mainly: blue. Hex color #4E2AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2AA9 is #B1D556. Grayscale: #424242. Windows color (decimal): -11654487 or 11086414. OLE color: 11086414.

HSL color Cylindrical-coordinate representation of color #4E2AA9: hue angle of 257.01º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2AA9 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7842169-
CMYK0.540.7500.34
HSL257.01º60.19%41.37%-
HSV(B)257.01º75.15%66.27%-
XYZ11.136.1438.13-
YUV67.24185.43135.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 169 (66.41% from 255) = 58.48%
R=26.99%
G=14.53%
B=58.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal78421690.540.7500.34257.0160.1941.37
Hex4E2AA9364B0221013c29
Octal11652251661130424017451
Binary10011101010101010100111011010010110100010100000001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,169); }

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

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

 a { background-color: rgb(78,42,169); }

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

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

 span { border-color: rgb(78,42,169); }

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