COLOR #4B4E7F

HEX: #4B4E7F
RGB: (75,78,127)

Color info

#4B4E7F contains red, green and blue colors in about the same proportion. Web safe color of #4B4E7F is #336666 (or #366).

RGB color model

#4B4E7F color RGB value is (75,78,127).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 127 of 255 = 50%

75
78
127

R + G + B ~ 37%. #4B4E7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 127 = 280 (100%)
R 75 of 280 ~ 26.79%
G 78 of 280 ~ 27.86%
B 127 of 280 ~ 45.36%

%26.79
%27.86
%45.36

CMYK color model

#4B4E7F color CMYK value is (41,39,0,50).

  • cyan value is 40.94%
  • magenta value is 38.58%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(41,39,0,50)
C41M39Y0K50 
(41%,39%,0%,50%)
(0.41/0.39/0.00/0.50)	

CMYK percentages

%40.94
%38.58
%0
%50.2

Codes

Color #4B4E7F in popluar color models

4B4E7F
RGB7578127
HSL237°25.74%39.61%
HSB/HSV237°40.94%49.80%
CMYK40.94%38.58%0.00%
50.20%

Color #4B4E7F in popluar number systems.

HEX4B4E7F
Decimal7578127
Binary100101110011101111111
Octal113116177

Shades and tints

Shades of #4B4E7F

#4B4E7F
(75,78,127)
#454774
(69,71,116)
#3F4069
(63,64,105)
#39395E
(57,57,94)
#333253
(51,50,83)
#2D2B48
(45,43,72)
#27243D
(39,36,61)
#211D32
(33,29,50)
#1B1627
(27,22,39)
#150F1C
(21,15,28)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #4B4E7F

#4B4E7F
(75,78,127)
#5B5E8A
(91,94,138)
#6B6E95
(107,110,149)
#7B7EA0
(123,126,160)
#8B8EAB
(139,142,171)
#9B9EB6
(155,158,182)
#ABAEC1
(171,174,193)
#BBBECC
(187,190,204)
#CBCED7
(203,206,215)
#DBDEE2
(219,222,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E7F; }

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

This text font color is #4B4E7F.


Background Color

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

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

This div background color is #4B4E7F.


Border color

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

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

This div border color is #4B4E7F.


Opacity

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

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

Text with #4B4E7F 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 #4B4E7F;}

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

This text has shadow with #4B4E7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E7F on black background.


Color preview on white background

This text has color #4B4E7F on white background.



Black color preview on #4B4E7F background

This text has black color on #4B4E7F background.


White color preview on #4B4E7F background

This text has white color on #4B4E7F background.