#4E3494

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

Shades of Blue Gem #4E3494

Tints of Blue Gem #4E3494

Color information

#4E3494 (or 0x4E3494) is unknown color: approx Blue Gem. HEX triplet: 4E, 34 and 94. RGB value is (78,52,148). Sum of RGB (Red+Green+Blue) = 78+52+148=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E3494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3494 is #B1CB6B. Grayscale: #464646. Windows color (decimal): -11651948 or 9712718. OLE color: 9712718.

HSL color Cylindrical-coordinate representation of color #4E3494: hue angle of 256.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E3494 is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7852148-
CMYK0.470.6500.42
HSL256.25º48%39.22%-
HSV(B)256.25º64.86%58.04%-
XYZ9.726.2128.7-
YUV70.72171.61133.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=28.06%
G=18.71%
B=53.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78521480.470.6500.42256.254839.22
Hex4E34942F4102A1003027
Octal11664224571010524006047
Binary10011101101001001010010111110000010101010100000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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