#4E318C

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

Shades of Blue Gem #4E318C

Tints of Blue Gem #4E318C

Color information

#4E318C (or 0x4E318C) is unknown color: approx Blue Gem. HEX triplet: 4E, 31 and 8C. RGB value is (78,49,140). Sum of RGB (Red+Green+Blue) = 78+49+140=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E318C is #B1CE73. Grayscale: #434343. Windows color (decimal): -11652724 or 9187662. OLE color: 9187662.

HSL color Cylindrical-coordinate representation of color #4E318C: hue angle of 259.12º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E318C is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7849140-
CMYK0.440.6500.45
HSL259.12º48.15%37.06%-
HSV(B)259.12º65%54.9%-
XYZ8.975.7125.44-
YUV68.04168.61135.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=29.21%
G=18.35%
B=52.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78491400.440.6500.45259.1248.1537.06
Hex4E318C2C4102D1033025
Octal11661214541010554036045
Binary10011101100011000110010110010000010101101100000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,140); }

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

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

 a { background-color: rgb(78,49,140); }

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

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

 span { border-color: rgb(78,49,140); }

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