#4E2EA2

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

Shades of Blue Gem #4E2EA2

Tints of Blue Gem #4E2EA2

Color information

#4E2EA2 (or 0x4E2EA2) is unknown color: approx Blue Gem. HEX triplet: 4E, 2E and A2. RGB value is (78,46,162). Sum of RGB (Red+Green+Blue) = 78+46+162=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 162 (63.67% from 255 or 56.64% from 286); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E2EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2EA2 is #B1D15D. Grayscale: #444444. Windows color (decimal): -11653470 or 10628686. OLE color: 10628686.

HSL color Cylindrical-coordinate representation of color #4E2EA2: hue angle of 256.55º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E2EA2 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7846162-
CMYK0.520.7200.36
HSL256.55º55.77%40.78%-
HSV(B)256.55º71.6%63.53%-
XYZ10.646.1834.81-
YUV68.79180.6134.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 16.08%
BLUE value IS 162 (63.67% from 255) = 56.64%
R=27.27%
G=16.08%
B=56.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78461620.520.7200.36256.5555.7740.78
Hex4E2EA234480241013829
Octal11656242641100444017051
Binary10011101011101010001011010010010000100100100000001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,46,162); }

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

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

 a { background-color: rgb(78,46,162); }

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

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

 span { border-color: rgb(78,46,162); }

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