#4E2E9A

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

Shades of Blue Gem #4E2E9A

Tints of Blue Gem #4E2E9A

Color information

#4E2E9A (or 0x4E2E9A) is unknown color: approx Blue Gem. HEX triplet: 4E, 2E and 9A. RGB value is (78,46,154). Sum of RGB (Red+Green+Blue) = 78+46+154=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E2E9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E9A is #B1D165. Grayscale: #434343. Windows color (decimal): -11653478 or 10104398. OLE color: 10104398.

HSL color Cylindrical-coordinate representation of color #4E2E9A: hue angle of 257.78º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E2E9A is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7846154-
CMYK0.490.7000.40
HSL257.78º54%39.22%-
HSV(B)257.78º70.13%60.39%-
XYZ9.955.9131.19-
YUV67.88176.6135.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=28.06%
G=16.55%
B=55.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78461540.490.7000.40257.785439.22
Hex4E2E9A31460281023627
Octal11656232611060504026647
Binary10011101011101001101011000110001100101000100000010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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