#4E358E

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

Shades of Blue Gem #4E358E

Tints of Blue Gem #4E358E

Color information

#4E358E (or 0x4E358E) is unknown color: approx Blue Gem. HEX triplet: 4E, 35 and 8E. RGB value is (78,53,142). Sum of RGB (Red+Green+Blue) = 78+53+142=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E358E is #B1CA71. Grayscale: #464646. Windows color (decimal): -11651698 or 9319758. OLE color: 9319758.

HSL color Cylindrical-coordinate representation of color #4E358E: hue angle of 256.85º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E358E is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7853142-
CMYK0.450.6300.44
HSL256.85º45.64%38.24%-
HSV(B)256.85º62.68%55.69%-
XYZ9.36.1226.28-
YUV70.62168.28133.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=28.57%
G=19.41%
B=52.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78531420.450.6300.44256.8545.6438.24
Hex4E358E2D3F02C1012e26
Octal1166521655770544015646
Binary1001110110101100011101011011111110101100100000001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,142); }

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

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

 a { background-color: rgb(78,53,142); }

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

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

 span { border-color: rgb(78,53,142); }

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