#4E339C

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

Shades of Blue Gem #4E339C

Tints of Blue Gem #4E339C

Color information

#4E339C (or 0x4E339C) is unknown color: approx Blue Gem. HEX triplet: 4E, 33 and 9C. RGB value is (78,51,156). Sum of RGB (Red+Green+Blue) = 78+51+156=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E339C is #B1CC63. Grayscale: #464646. Windows color (decimal): -11652196 or 10236750. OLE color: 10236750.

HSL color Cylindrical-coordinate representation of color #4E339C: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E339C is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7851156-
CMYK0.50.6700.39
HSL255.43º50.72%40.59%-
HSV(B)255.43º67.31%61.18%-
XYZ10.336.3932.14-
YUV71.04175.95132.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=27.37%
G=17.89%
B=54.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78511560.50.6700.39255.4350.7240.59
Hex4E339C3243027ff3329
Octal11663234621030473776351
Binary1001110110011100111001100101000011010011111111111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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