COLOR #4C4A7F

HEX: #4C4A7F
RGB: (76,74,127)

Color info

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

RGB color model

#4C4A7F color RGB value is (76,74,127).

  • red value is 76;
  • green value is 74;
  • blue value is 127.
RGB:
(76,74,127)
(30%,29%,50%)

RGB channels and saturation

R 76 of 255 = 30%
G 74 of 255 = 29%
B 127 of 255 = 50%

76
74
127

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

Portions of RGB colors in percentages

R + G + B =
76 + 74 + 127 = 277 (100%)
R 76 of 277 ~ 27.44%
G 74 of 277 ~ 26.71%
B 127 of 277 ~ 45.85%

%27.44
%26.71
%45.85

CMYK color model

#4C4A7F color CMYK value is (40,42,0,50).

  • cyan value is 40.16%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(40,42,0,50)
C40M42Y0K50 
(40%,42%,0%,50%)
(0.40/0.42/0.00/0.50)	

CMYK percentages

%40.16
%41.73
%0
%50.2

Codes

Color #4C4A7F in popluar color models

4C4A7F
RGB7674127
HSL242°26.37%39.41%
HSB/HSV242°41.73%49.80%
CMYK40.16%41.73%0.00%
50.20%

Color #4C4A7F in popluar number systems.

HEX4C4A7F
Decimal7674127
Binary100110010010101111111
Octal114112177

Shades and tints

Shades of #4C4A7F

#4C4A7F
(76,74,127)
#464474
(70,68,116)
#403E69
(64,62,105)
#3A385E
(58,56,94)
#343253
(52,50,83)
#2E2C48
(46,44,72)
#28263D
(40,38,61)
#222032
(34,32,50)
#1C1A27
(28,26,39)
#16141C
(22,20,28)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #4C4A7F

#4C4A7F
(76,74,127)
#5C5A8A
(92,90,138)
#6C6A95
(108,106,149)
#7C7AA0
(124,122,160)
#8C8AAB
(140,138,171)
#9C9AB6
(156,154,182)
#ACAAC1
(172,170,193)
#BCBACC
(188,186,204)
#CCCAD7
(204,202,215)
#DCDAE2
(220,218,226)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4A7F color. Also use rgb(76,74,127) instead hex code.

Text Font Color

.myTextColor { color: #4C4A7F; }

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

This text font color is #4C4A7F.


Background Color

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

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

This div background color is #4C4A7F.


Border color

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

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

This div border color is #4C4A7F.


Opacity

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

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

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

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

This text has shadow with #4C4A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4A7F on black background.


Color preview on white background

This text has color #4C4A7F on white background.



Black color preview on #4C4A7F background

This text has black color on #4C4A7F background.


White color preview on #4C4A7F background

This text has white color on #4C4A7F background.