COLOR #4C4D72

HEX: #4C4D72
RGB: (76,77,114)

Color info

#4C4D72 contains red, green and blue colors in about the same proportion. Web safe color of #4C4D72 is #333366 (or #336).

RGB color model

#4C4D72 color RGB value is (76,77,114).

  • red value is 76;
  • green value is 77;
  • blue value is 114.
RGB:
(76,77,114)
(30%,30%,45%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 114 of 255 = 45%

76
77
114

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

Portions of RGB colors in percentages

R + G + B =
76 + 77 + 114 = 267 (100%)
R 76 of 267 ~ 28.46%
G 77 of 267 ~ 28.84%
B 114 of 267 ~ 42.7%

%28.46
%28.84
%42.7

CMYK color model

#4C4D72 color CMYK value is (33,32,0,55).

  • cyan value is 33.33%
  • magenta value is 32.46%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(33,32,0,55)
C33M32Y0K55 
(33%,32%,0%,55%)
(0.33/0.32/0.00/0.55)	

CMYK percentages

%33.33
%32.46
%0
%55.29

Codes

Color #4C4D72 in popluar color models

4C4D72
RGB7677114
HSL238°20.00%37.25%
HSB/HSV238°33.33%44.71%
CMYK33.33%32.46%0.00%
55.29%

Color #4C4D72 in popluar number systems.

HEX4C4D72
Decimal7677114
Binary100110010011011110010
Octal114115162

Shades and tints

Shades of #4C4D72

#4C4D72
(76,77,114)
#464668
(70,70,104)
#403F5E
(64,63,94)
#3A3854
(58,56,84)
#34314A
(52,49,74)
#2E2A40
(46,42,64)
#282336
(40,35,54)
#221C2C
(34,28,44)
#1C1522
(28,21,34)
#160E18
(22,14,24)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C4D72

#4C4D72
(76,77,114)
#5C5D7E
(92,93,126)
#6C6D8A
(108,109,138)
#7C7D96
(124,125,150)
#8C8DA2
(140,141,162)
#9C9DAE
(156,157,174)
#ACADBA
(172,173,186)
#BCBDC6
(188,189,198)
#CCCDD2
(204,205,210)
#DCDDDE
(220,221,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4D72 color. Also use rgb(76,77,114) instead hex code.

Text Font Color

.myTextColor { color: #4C4D72; }

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

This text font color is #4C4D72.


Background Color

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

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

This div background color is #4C4D72.


Border color

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

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

This div border color is #4C4D72.


Opacity

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

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

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

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

This text has shadow with #4C4D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4D72 on black background.


Color preview on white background

This text has color #4C4D72 on white background.



Black color preview on #4C4D72 background

This text has black color on #4C4D72 background.


White color preview on #4C4D72 background

This text has white color on #4C4D72 background.