#4E329F

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

Shades of Blue Gem #4E329F

Tints of Blue Gem #4E329F

Color information

#4E329F (or 0x4E329F) is unknown color: approx Blue Gem. HEX triplet: 4E, 32 and 9F. RGB value is (78,50,159). Sum of RGB (Red+Green+Blue) = 78+50+159=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E329F is #B1CD60. Grayscale: #464646. Windows color (decimal): -11652449 or 10433102. OLE color: 10433102.

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

Color convert

RGB7850159-
CMYK0.510.6900.38
HSL255.41º52.15%40.98%-
HSV(B)255.41º68.55%62.35%-
XYZ10.546.433.48-
YUV70.8177.78133.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=27.18%
G=17.42%
B=55.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78501590.510.6900.38255.4152.1540.98
Hex4E329F3345026ff3429
Octal11662237631050463776451
Binary1001110110010100111111100111000101010011011111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,159); }

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

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

 a { background-color: rgb(78,50,159); }

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

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

 span { border-color: rgb(78,50,159); }

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