#4e2e96

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

Shades of Blue Gem #4E2E96

Tints of Blue Gem #4E2E96

Color information

#4E2E96 (or 0x4E2E96) is unknown color: approx Blue Gem. HEX triplet: 4E, 2E and 96. RGB value is (78,46,150). Sum of RGB (Red+Green+Blue) = 78+46+150=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E2E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2E96 is #B1D169. Grayscale: #434343. Windows color (decimal): -11653482 or 9842254. OLE color: 9842254.

HSL color Cylindrical-coordinate representation of color #4E2E96: hue angle of 258.46º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E2E96 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7846150-
CMYK0.480.6900.41
HSL258.46º53.06%38.43%-
HSV(B)258.46º69.33%58.82%-
XYZ9.625.7829.46-
YUV67.42174.6135.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 150 (58.98% from 255) = 54.74%
R=28.47%
G=16.79%
B=54.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78461500.480.6900.41258.4653.0638.43
Hex4E2E9630450291023526
Octal11656226601050514026546
Binary10011101011101001011011000010001010101001100000010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e2e96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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