#4E338E

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

Shades of Blue Gem #4E338E

Tints of Blue Gem #4E338E

Color information

#4E338E (or 0x4E338E) is unknown color: approx Blue Gem. HEX triplet: 4E, 33 and 8E. RGB value is (78,51,142). Sum of RGB (Red+Green+Blue) = 78+51+142=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E338E is #B1CC71. Grayscale: #454545. Windows color (decimal): -11652210 or 9319246. OLE color: 9319246.

HSL color Cylindrical-coordinate representation of color #4E338E: hue angle of 257.8º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E338E is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7851142-
CMYK0.450.6400.44
HSL257.8º47.15%37.84%-
HSV(B)257.8º64.08%55.69%-
XYZ9.215.9426.25-
YUV69.45168.95134.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.78%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=28.78%
G=18.82%
B=52.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78511420.450.6400.44257.847.1537.84
Hex4E338E2D4002C1022f26
Octal11663216551000544025746
Binary10011101100111000111010110110000000101100100000010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,51,142); }

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

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

 a { background-color: rgb(78,51,142); }

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

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

 span { border-color: rgb(78,51,142); }

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