COLOR #4C5E7A

HEX: #4C5E7A
RGB: (76,94,122)

Color info

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

RGB color model

#4C5E7A color RGB value is (76,94,122).

  • red value is 76;
  • green value is 94;
  • blue value is 122.
RGB:
(76,94,122)
(30%,37%,48%)

RGB channels and saturation

R 76 of 255 = 30%
G 94 of 255 = 37%
B 122 of 255 = 48%

76
94
122

R + G + B ~ 38%. #4C5E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 94 + 122 = 292 (100%)
R 76 of 292 ~ 26.03%
G 94 of 292 ~ 32.19%
B 122 of 292 ~ 41.78%

%26.03
%32.19
%41.78

CMYK color model

#4C5E7A color CMYK value is (38,23,0,52).

  • cyan value is 37.70%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(38,23,0,52)
C38M23Y0K52 
(38%,23%,0%,52%)
(0.38/0.23/0.00/0.52)	

CMYK percentages

%37.7
%22.95
%0
%52.16

Codes

Color #4C5E7A in popluar color models

4C5E7A
RGB7694122
HSL217°23.23%38.82%
HSB/HSV217°37.70%47.84%
CMYK37.70%22.95%0.00%
52.16%

Color #4C5E7A in popluar number systems.

HEX4C5E7A
Decimal7694122
Binary100110010111101111010
Octal114136172

Shades and tints

Shades of #4C5E7A

#4C5E7A
(76,94,122)
#46566F
(70,86,111)
#404E64
(64,78,100)
#3A4659
(58,70,89)
#343E4E
(52,62,78)
#2E3643
(46,54,67)
#282E38
(40,46,56)
#22262D
(34,38,45)
#1C1E22
(28,30,34)
#161617
(22,22,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C5E7A

#4C5E7A
(76,94,122)
#5C6C86
(92,108,134)
#6C7A92
(108,122,146)
#7C889E
(124,136,158)
#8C96AA
(140,150,170)
#9CA4B6
(156,164,182)
#ACB2C2
(172,178,194)
#BCC0CE
(188,192,206)
#CCCEDA
(204,206,218)
#DCDCE6
(220,220,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5E7A; }

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

This text font color is #4C5E7A.


Background Color

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

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

This div background color is #4C5E7A.


Border color

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

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

This div border color is #4C5E7A.


Opacity

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

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

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

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

This text has shadow with #4C5E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5E7A on black background.


Color preview on white background

This text has color #4C5E7A on white background.



Black color preview on #4C5E7A background

This text has black color on #4C5E7A background.


White color preview on #4C5E7A background

This text has white color on #4C5E7A background.