#4E359E

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

Shades of Blue Gem #4E359E

Tints of Blue Gem #4E359E

Color information

#4E359E (or 0x4E359E) is unknown color: approx Blue Gem. HEX triplet: 4E, 35 and 9E. RGB value is (78,53,158). Sum of RGB (Red+Green+Blue) = 78+53+158=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E359E is #B1CA61. Grayscale: #484848. Windows color (decimal): -11651682 or 10368334. OLE color: 10368334.

HSL color Cylindrical-coordinate representation of color #4E359E: hue angle of 254.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E359E is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7853158-
CMYK0.510.6600.38
HSL254.29º49.76%41.37%-
HSV(B)254.29º66.46%61.96%-
XYZ10.596.6333.07-
YUV72.44176.28131.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.99%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=26.99%
G=18.34%
B=54.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78531580.510.6600.38254.2949.7641.37
Hex4E359E3342026fe3229
Octal11665236631020463766251
Binary1001110110101100111101100111000010010011011111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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