COLOR #4E4B92

HEX: #4E4B92
RGB: (78,75,146)

Color info

#4E4B92 contains mainly blue color. Web safe color of #4E4B92 is #663399 (or #639).

RGB color model

#4E4B92 color RGB value is (78,75,146).

  • red value is 78;
  • green value is 75;
  • blue value is 146.
RGB:
(78,75,146)
(31%,29%,57%)

RGB channels and saturation

R 78 of 255 = 31%
G 75 of 255 = 29%
B 146 of 255 = 57%

78
75
146

R + G + B ~ 39%. #4E4B92 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 75 + 146 = 299 (100%)
R 78 of 299 ~ 26.09%
G 75 of 299 ~ 25.08%
B 146 of 299 ~ 48.83%

%26.09
%25.08
%48.83

CMYK color model

#4E4B92 color CMYK value is (47,49,0,43).

  • cyan value is 46.58%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(47,49,0,43)
C47M49Y0K43 
(47%,49%,0%,43%)
(0.47/0.49/0.00/0.43)	

CMYK percentages

%46.58
%48.63
%0
%42.75

Codes

Color #4E4B92 in popluar color models

4E4B92
RGB7875146
HSL243°32.13%43.33%
HSB/HSV243°48.63%57.25%
CMYK46.58%48.63%0.00%
42.75%

Color #4E4B92 in popluar number systems.

HEX4E4B92
Decimal7875146
Binary1001110100101110010010
Octal116113222

Shades and tints

Shades of #4E4B92

#4E4B92
(78,75,146)
#474585
(71,69,133)
#403F78
(64,63,120)
#39396B
(57,57,107)
#32335E
(50,51,94)
#2B2D51
(43,45,81)
#242744
(36,39,68)
#1D2137
(29,33,55)
#161B2A
(22,27,42)
#0F151D
(15,21,29)
#080F10
(8,15,16)
#000000
(0,0,0)

Tints of #4E4B92

#4E4B92
(78,75,146)
#5E5B9B
(94,91,155)
#6E6BA4
(110,107,164)
#7E7BAD
(126,123,173)
#8E8BB6
(142,139,182)
#9E9BBF
(158,155,191)
#AEABC8
(174,171,200)
#BEBBD1
(190,187,209)
#CECBDA
(206,203,218)
#DEDBE3
(222,219,227)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4B92 color. Also use rgb(78,75,146) instead hex code.

Text Font Color

.myTextColor { color: #4E4B92; }

<p style="color:#4E4B92">This sample text font color is #4E4B92.</p>

This text font color is #4E4B92.


Background Color

.myBgColor { background-color: #4E4B92; }

<div style="background-color:#4E4B92">Inner text</div>

This div background color is #4E4B92.


Border color

.myBorderColor { border: 1px solid #4E4B92; }

<div style="border:3px solid #4E4B92">Div</div>

This div border color is #4E4B92.


Opacity

.myOpacity80 { color: #4E4B92; opacity: 0.8; }

<p style="color:#4E4B92;opacity:0.8;">80%</p>

Text with #4E4B92 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4E4B92;}

<p style="text-shadow: 3px 3px 1px #4E4B92">Text here.</p>

This text has shadow with #4E4B92 color.

.textShadow {text-shadow: 3px 3px 1px #4E4B92, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4E4B92, 5px 5px 20px red">Text here.</p>

This text has shadow with #4E4B92 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E4B92, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4E4B92, Direction=45, Strength=4)">Text</p>

This text has shadow with #4E4B92 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4E4B92;
  -webkit-box-shadow:	1px 1px 3px 2px #4E4B92;
  box-shadow:		1px 1px 3px 2px #4E4B92;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E4B92;
-webkit-box-shadow: 1px 1px 3px 2px #4E4B92;
box-shadow:1px 1px 3px 2px #4E4B92;">
Div content here</div>
This div box has shadow with color #4E4B92.

Preview

Color preview on black background

This text has color #4E4B92 on black background.


Color preview on white background

This text has color #4E4B92 on white background.



Black color preview on #4E4B92 background

This text has black color on #4E4B92 background.


White color preview on #4E4B92 background

This text has white color on #4E4B92 background.