COLOR #4C5B7A

HEX: #4C5B7A
RGB: (76,91,122)

Color info

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

RGB color model

#4C5B7A color RGB value is (76,91,122).

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

RGB channels and saturation

R 76 of 255 = 30%
G 91 of 255 = 36%
B 122 of 255 = 48%

76
91
122

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

Portions of RGB colors in percentages

R + G + B =
76 + 91 + 122 = 289 (100%)
R 76 of 289 ~ 26.3%
G 91 of 289 ~ 31.49%
B 122 of 289 ~ 42.21%

%26.3
%31.49
%42.21

CMYK color model

#4C5B7A color CMYK value is (38,25,0,52).

  • cyan value is 37.70%
  • magenta value is 25.41%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(38,25,0,52)
C38M25Y0K52 
(38%,25%,0%,52%)
(0.38/0.25/0.00/0.52)	

CMYK percentages

%37.7
%25.41
%0
%52.16

Codes

Color #4C5B7A in popluar color models

4C5B7A
RGB7691122
HSL220°23.23%38.82%
HSB/HSV220°37.70%47.84%
CMYK37.70%25.41%0.00%
52.16%

Color #4C5B7A in popluar number systems.

HEX4C5B7A
Decimal7691122
Binary100110010110111111010
Octal114133172

Shades and tints

Shades of #4C5B7A

#4C5B7A
(76,91,122)
#46536F
(70,83,111)
#404B64
(64,75,100)
#3A4359
(58,67,89)
#343B4E
(52,59,78)
#2E3343
(46,51,67)
#282B38
(40,43,56)
#22232D
(34,35,45)
#1C1B22
(28,27,34)
#161317
(22,19,23)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C5B7A

#4C5B7A
(76,91,122)
#5C6986
(92,105,134)
#6C7792
(108,119,146)
#7C859E
(124,133,158)
#8C93AA
(140,147,170)
#9CA1B6
(156,161,182)
#ACAFC2
(172,175,194)
#BCBDCE
(188,189,206)
#CCCBDA
(204,203,218)
#DCD9E6
(220,217,230)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5B7A; }

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

This text font color is #4C5B7A.


Background Color

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

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

This div background color is #4C5B7A.


Border color

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

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

This div border color is #4C5B7A.


Opacity

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

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

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

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

This text has shadow with #4C5B7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B7A on black background.


Color preview on white background

This text has color #4C5B7A on white background.



Black color preview on #4C5B7A background

This text has black color on #4C5B7A background.


White color preview on #4C5B7A background

This text has white color on #4C5B7A background.