#4E3396

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

Shades of Blue Gem #4E3396

Tints of Blue Gem #4E3396

Color information

#4E3396 (or 0x4E3396) is unknown color: approx Blue Gem. HEX triplet: 4E, 33 and 96. RGB value is (78,51,150). Sum of RGB (Red+Green+Blue) = 78+51+150=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E3396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3396 is #B1CC69. Grayscale: #454545. Windows color (decimal): -11652202 or 9843534. OLE color: 9843534.

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

Color convert

RGB7851150-
CMYK0.480.6600.41
HSL256.36º49.25%39.41%-
HSV(B)256.36º66%58.82%-
XYZ9.836.1929.53-
YUV70.36172.95133.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=27.96%
G=18.28%
B=53.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78511500.480.6600.41256.3649.2539.41
Hex4E339630420291003127
Octal11663226601020514006147
Binary10011101100111001011011000010000100101001100000000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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