COLOR #4B4E73

HEX: #4B4E73
RGB: (75,78,115)

Color info

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

RGB color model

#4B4E73 color RGB value is (75,78,115).

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

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 115 of 255 = 45%

75
78
115

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

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 115 = 268 (100%)
R 75 of 268 ~ 27.99%
G 78 of 268 ~ 29.1%
B 115 of 268 ~ 42.91%

%27.99
%29.1
%42.91

CMYK color model

#4B4E73 color CMYK value is (35,32,0,55).

  • cyan value is 34.78%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(35,32,0,55)
C35M32Y0K55 
(35%,32%,0%,55%)
(0.35/0.32/0.00/0.55)	

CMYK percentages

%34.78
%32.17
%0
%54.9

Codes

Color #4B4E73 in popluar color models

4B4E73
RGB7578115
HSL236°21.05%37.25%
HSB/HSV236°34.78%45.10%
CMYK34.78%32.17%0.00%
54.90%

Color #4B4E73 in popluar number systems.

HEX4B4E73
Decimal7578115
Binary100101110011101110011
Octal113116163

Shades and tints

Shades of #4B4E73

#4B4E73
(75,78,115)
#454769
(69,71,105)
#3F405F
(63,64,95)
#393955
(57,57,85)
#33324B
(51,50,75)
#2D2B41
(45,43,65)
#272437
(39,36,55)
#211D2D
(33,29,45)
#1B1623
(27,22,35)
#150F19
(21,15,25)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B4E73

#4B4E73
(75,78,115)
#5B5E7F
(91,94,127)
#6B6E8B
(107,110,139)
#7B7E97
(123,126,151)
#8B8EA3
(139,142,163)
#9B9EAF
(155,158,175)
#ABAEBB
(171,174,187)
#BBBEC7
(187,190,199)
#CBCED3
(203,206,211)
#DBDEDF
(219,222,223)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4E73; }

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

This text font color is #4B4E73.


Background Color

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

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

This div background color is #4B4E73.


Border color

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

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

This div border color is #4B4E73.


Opacity

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

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

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

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

This text has shadow with #4B4E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E73 on black background.


Color preview on white background

This text has color #4B4E73 on white background.



Black color preview on #4B4E73 background

This text has black color on #4B4E73 background.


White color preview on #4B4E73 background

This text has white color on #4B4E73 background.