#4E3499

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

Shades of Blue Gem #4E3499

Tints of Blue Gem #4E3499

Color information

#4E3499 (or 0x4E3499) is unknown color: approx Blue Gem. HEX triplet: 4E, 34 and 99. RGB value is (78,52,153). Sum of RGB (Red+Green+Blue) = 78+52+153=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3499 is #B1CB66. Grayscale: #464646. Windows color (decimal): -11651943 or 10040398. OLE color: 10040398.

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

Color convert

RGB7852153-
CMYK0.490.6600.4
HSL255.45º49.27%40.2%-
HSV(B)255.45º66.01%60%-
XYZ10.126.3830.83-
YUV71.29174.11132.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.56%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=27.56%
G=18.37%
B=54.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78521530.490.6600.4255.4549.2740.2
Hex4E34993142028ff3128
Octal11664231611020503776150
Binary1001110110100100110011100011000010010100011111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,153); }

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

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

 a { background-color: rgb(78,52,153); }

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

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

 span { border-color: rgb(78,52,153); }

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