COLOR #4C4D5E

HEX: #4C4D5E RGB: (76,77,94)

Color info

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

RGB color model

#4C4D5E color RGB value is (76,77,94).

RGB: (76,77,94) (30%, 30%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 77 of 255 = 30%
B 94 of 255 = 37%

76
77
94

R + G + B ~ 32%. #4C4D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 77 + 94 = 247 (100%)
R 76 of 247 ~ 30.77%
G 77 of 247 ~ 31.17%
B 94 of 247 ~ 38.06'%

%30.77
%31.17
%38.06

CMYK color model

#4C4D5E color CMYK value is (19,18,0,63).

  • cyan value is 19.15%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (19,18,0,63)
C19M18Y0K63 (19%, 18%, 0%, 63%)
(0.19 / 0.18 / 0.00 / 0.63)

CMYK percentages

%19.15
%18.09
%0
%63.14

Codes

Color #4C4D5E in popluar color models

4C 4D 5E
RGB 76 77 94
HSL 237° 10.59% 33.33%
HSB/HSV 237° 19.15% 36.86%
CMYK 19.15% 18.09% 0.00%
63.14%

Color #4C4D5E in popluar number systems.

HEX 4C 4D 5E
Decimal 76 77 94
Binary 1001100 1001101 1011110
Octal 114 115 136

Shades and tints

Shades of #4C4D5E

#4C4D5E
(76,77,94)
#464656
(70,70,86)
#403F4E
(64,63,78)
#3A3846
(58,56,70)
#34313E
(52,49,62)
#2E2A36
(46,42,54)
#28232E
(40,35,46)
#221C26
(34,28,38)
#1C151E
(28,21,30)
#160E16
(22,14,22)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #4C4D5E

#4C4D5E
(76,77,94)
#5C5D6C
(92,93,108)
#6C6D7A
(108,109,122)
#7C7D88
(124,125,136)
#8C8D96
(140,141,150)
#9C9DA4
(156,157,164)
#ACADB2
(172,173,178)
#BCBDC0
(188,189,192)
#CCCDCE
(204,205,206)
#DCDDDC
(220,221,220)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4D5E; }

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

This text font color is #4C4D5E.

Background Color

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

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

This div background color is #4C4D5E.

Border color

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

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

This div border color is #4C4D5E.

Opacity

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

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

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

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

This text has shadow with #4C4D5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4D5E.

Preview

Color preview on black background

This text has color #4C4D5E on black background.


Color preview on white background

This text has color #4C4D5E on white background.


Black color preview on #4C4D5E background

This text has black color on #4C4D5E background.


White color preview on #4C4D5E background

This text has white color on #4C4D5E background.


Related colors

Complementary color

Complementary color for #hex is #B3B2A1.


I love getcolorcode.com

Triadic colors

1 #5E4C4D and #4D5E4C with #4C4D5E are triadic colors.

2 #5E4D4C and #4D4C5E with #4C4D5E are triadic colors.