COLOR #4C4F76

HEX: #4C4F76
RGB: (76,79,118)

Color info

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

RGB color model

#4C4F76 color RGB value is (76,79,118).

  • red value is 76;
  • green value is 79;
  • blue value is 118.
RGB:
(76,79,118)
(30%,31%,46%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 118 of 255 = 46%

76
79
118

R + G + B ~ 36%. #4C4F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 79 + 118 = 273 (100%)
R 76 of 273 ~ 27.84%
G 79 of 273 ~ 28.94%
B 118 of 273 ~ 43.22%

%27.84
%28.94
%43.22

CMYK color model

#4C4F76 color CMYK value is (36,33,0,54).

  • cyan value is 35.59%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(36,33,0,54)
C36M33Y0K54 
(36%,33%,0%,54%)
(0.36/0.33/0.00/0.54)	

CMYK percentages

%35.59
%33.05
%0
%53.73

Codes

Color #4C4F76 in popluar color models

4C4F76
RGB7679118
HSL236°21.65%38.04%
HSB/HSV236°35.59%46.27%
CMYK35.59%33.05%0.00%
53.73%

Color #4C4F76 in popluar number systems.

HEX4C4F76
Decimal7679118
Binary100110010011111110110
Octal114117166

Shades and tints

Shades of #4C4F76

#4C4F76
(76,79,118)
#46486C
(70,72,108)
#404162
(64,65,98)
#3A3A58
(58,58,88)
#34334E
(52,51,78)
#2E2C44
(46,44,68)
#28253A
(40,37,58)
#221E30
(34,30,48)
#1C1726
(28,23,38)
#16101C
(22,16,28)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #4C4F76

#4C4F76
(76,79,118)
#5C5F82
(92,95,130)
#6C6F8E
(108,111,142)
#7C7F9A
(124,127,154)
#8C8FA6
(140,143,166)
#9C9FB2
(156,159,178)
#ACAFBE
(172,175,190)
#BCBFCA
(188,191,202)
#CCCFD6
(204,207,214)
#DCDFE2
(220,223,226)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F76 color. Also use rgb(76,79,118) instead hex code.

Text Font Color

.myTextColor { color: #4C4F76; }

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

This text font color is #4C4F76.


Background Color

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

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

This div background color is #4C4F76.


Border color

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

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

This div border color is #4C4F76.


Opacity

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

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

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

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

This text has shadow with #4C4F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F76 on black background.


Color preview on white background

This text has color #4C4F76 on white background.



Black color preview on #4C4F76 background

This text has black color on #4C4F76 background.


White color preview on #4C4F76 background

This text has white color on #4C4F76 background.