COLOR #4C4E7D

HEX: #4C4E7D
RGB: (76,78,125)

Color info

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

RGB color model

#4C4E7D color RGB value is (76,78,125).

  • red value is 76;
  • green value is 78;
  • blue value is 125.
RGB:
(76,78,125)
(30%,31%,49%)

RGB channels and saturation

R 76 of 255 = 30%
G 78 of 255 = 31%
B 125 of 255 = 49%

76
78
125

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

Portions of RGB colors in percentages

R + G + B =
76 + 78 + 125 = 279 (100%)
R 76 of 279 ~ 27.24%
G 78 of 279 ~ 27.96%
B 125 of 279 ~ 44.8%

%27.24
%27.96
%44.8

CMYK color model

#4C4E7D color CMYK value is (39,38,0,51).

  • cyan value is 39.20%
  • magenta value is 37.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(39,38,0,51)
C39M38Y0K51 
(39%,38%,0%,51%)
(0.39/0.38/0.00/0.51)	

CMYK percentages

%39.2
%37.6
%0
%50.98

Codes

Color #4C4E7D in popluar color models

4C4E7D
RGB7678125
HSL238°24.38%39.41%
HSB/HSV238°39.20%49.02%
CMYK39.20%37.60%0.00%
50.98%

Color #4C4E7D in popluar number systems.

HEX4C4E7D
Decimal7678125
Binary100110010011101111101
Octal114116175

Shades and tints

Shades of #4C4E7D

#4C4E7D
(76,78,125)
#464772
(70,71,114)
#404067
(64,64,103)
#3A395C
(58,57,92)
#343251
(52,50,81)
#2E2B46
(46,43,70)
#28243B
(40,36,59)
#221D30
(34,29,48)
#1C1625
(28,22,37)
#160F1A
(22,15,26)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #4C4E7D

#4C4E7D
(76,78,125)
#5C5E88
(92,94,136)
#6C6E93
(108,110,147)
#7C7E9E
(124,126,158)
#8C8EA9
(140,142,169)
#9C9EB4
(156,158,180)
#ACAEBF
(172,174,191)
#BCBECA
(188,190,202)
#CCCED5
(204,206,213)
#DCDEE0
(220,222,224)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4E7D color. Also use rgb(76,78,125) instead hex code.

Text Font Color

.myTextColor { color: #4C4E7D; }

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

This text font color is #4C4E7D.


Background Color

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

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

This div background color is #4C4E7D.


Border color

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

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

This div border color is #4C4E7D.


Opacity

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

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

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

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

This text has shadow with #4C4E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4E7D on black background.


Color preview on white background

This text has color #4C4E7D on white background.



Black color preview on #4C4E7D background

This text has black color on #4C4E7D background.


White color preview on #4C4E7D background

This text has white color on #4C4E7D background.