#4E318B

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

Shades of Blue Gem #4E318B

Tints of Blue Gem #4E318B

Color information

#4E318B (or 0x4E318B) is unknown color: approx Blue Gem. HEX triplet: 4E, 31 and 8B. RGB value is (78,49,139). Sum of RGB (Red+Green+Blue) = 78+49+139=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E318B is #B1CE74. Grayscale: #434343. Windows color (decimal): -11652725 or 9122126. OLE color: 9122126.

HSL color Cylindrical-coordinate representation of color #4E318B: hue angle of 259.33º 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 #4E318B is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7849139-
CMYK0.440.6500.45
HSL259.33º47.87%36.86%-
HSV(B)259.33º64.75%54.51%-
XYZ8.95.6825.05-
YUV67.93168.11135.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=29.32%
G=18.42%
B=52.26%

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
Decimal78491390.440.6500.45259.3347.8736.86
Hex4E318B2C4102D1033025
Octal11661213541010554036045
Binary10011101100011000101110110010000010101101100000011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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