#4E3F9C

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

Shades of Blue Gem #4E3F9C

Tints of Blue Gem #4E3F9C

Color information

#4E3F9C (or 0x4E3F9C) is unknown color: approx Blue Gem. HEX triplet: 4E, 3F and 9C. RGB value is (78,63,156). Sum of RGB (Red+Green+Blue) = 78+63+156=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E3F9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3F9C is #B1C063. Grayscale: #4D4D4D. Windows color (decimal): -11649124 or 10239822. OLE color: 10239822.

HSL color Cylindrical-coordinate representation of color #4E3F9C: hue angle of 249.68º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E3F9C is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7863156-
CMYK0.50.6000.39
HSL249.68º42.47%42.94%-
HSV(B)249.68º59.62%61.18%-
XYZ10.927.5832.34-
YUV78.09171.97127.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 63 (25% from 255) = 21.21%
BLUE value IS 156 (61.33% from 255) = 52.53%
R=26.26%
G=21.21%
B=52.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78631560.50.6000.39249.6842.4742.94
Hex4E3F9C323C027fa2a2b
Octal1167723462740473725253
Binary100111011111110011100110010111100010011111111010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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