#4e359c

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

Shades of Blue Gem #4E359C

Tints of Blue Gem #4E359C

Color information

#4E359C (or 0x4E359C) is unknown color: approx Blue Gem. HEX triplet: 4E, 35 and 9C. RGB value is (78,53,156). Sum of RGB (Red+Green+Blue) = 78+53+156=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E359C is #B1CA63. Grayscale: #474747. Windows color (decimal): -11651684 or 10237262. OLE color: 10237262.

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

Color convert

RGB7853156-
CMYK0.50.6600.39
HSL254.56º49.28%40.98%-
HSV(B)254.56º66.03%61.18%-
XYZ10.426.5732.17-
YUV72.22175.28132.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=27.18%
G=18.47%
B=54.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78531560.50.6600.39254.5649.2840.98
Hex4E359C3242027ff3129
Octal11665234621020473776151
Binary1001110110101100111001100101000010010011111111111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e359c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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