COLOR #4B4E71

HEX: #4B4E71
RGB: (75,78,113)

Color info

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

RGB color model

#4B4E71 color RGB value is (75,78,113).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 113 of 255 = 44%

75
78
113

R + G + B ~ 35%. #4B4E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 113 = 266 (100%)
R 75 of 266 ~ 28.2%
G 78 of 266 ~ 29.32%
B 113 of 266 ~ 42.48%

%28.2
%29.32
%42.48

CMYK color model

#4B4E71 color CMYK value is (34,31,0,56).

  • cyan value is 33.63%
  • magenta value is 30.97%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(34,31,0,56)
C34M31Y0K56 
(34%,31%,0%,56%)
(0.34/0.31/0.00/0.56)	

CMYK percentages

%33.63
%30.97
%0
%55.69

Codes

Color #4B4E71 in popluar color models

4B4E71
RGB7578113
HSL235°20.21%36.86%
HSB/HSV235°33.63%44.31%
CMYK33.63%30.97%0.00%
55.69%

Color #4B4E71 in popluar number systems.

HEX4B4E71
Decimal7578113
Binary100101110011101110001
Octal113116161

Shades and tints

Shades of #4B4E71

#4B4E71
(75,78,113)
#454767
(69,71,103)
#3F405D
(63,64,93)
#393953
(57,57,83)
#333249
(51,50,73)
#2D2B3F
(45,43,63)
#272435
(39,36,53)
#211D2B
(33,29,43)
#1B1621
(27,22,33)
#150F17
(21,15,23)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #4B4E71

#4B4E71
(75,78,113)
#5B5E7D
(91,94,125)
#6B6E89
(107,110,137)
#7B7E95
(123,126,149)
#8B8EA1
(139,142,161)
#9B9EAD
(155,158,173)
#ABAEB9
(171,174,185)
#BBBEC5
(187,190,197)
#CBCED1
(203,206,209)
#DBDEDD
(219,222,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E71; }

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

This text font color is #4B4E71.


Background Color

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

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

This div background color is #4B4E71.


Border color

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

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

This div border color is #4B4E71.


Opacity

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

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

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

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

This text has shadow with #4B4E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E71 on black background.


Color preview on white background

This text has color #4B4E71 on white background.



Black color preview on #4B4E71 background

This text has black color on #4B4E71 background.


White color preview on #4B4E71 background

This text has white color on #4B4E71 background.