COLOR #4C5D9A

HEX: #4C5D9A
RGB: (76,93,154)

Color info

#4C5D9A contains mainly blue color. Web safe color of #4C5D9A is #336699 (or #369).

RGB color model

#4C5D9A color RGB value is (76,93,154).

  • red value is 76;
  • green value is 93;
  • blue value is 154.
RGB:
(76,93,154)
(30%,36%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 154 of 255 = 60%

76
93
154

R + G + B ~ 42%. #4C5D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 154 = 323 (100%)
R 76 of 323 ~ 23.53%
G 93 of 323 ~ 28.79%
B 154 of 323 ~ 47.68%

%23.53
%28.79
%47.68

CMYK color model

#4C5D9A color CMYK value is (51,40,0,40).

  • cyan value is 50.65%
  • magenta value is 39.61%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(51,40,0,40)
C51M40Y0K40 
(51%,40%,0%,40%)
(0.51/0.40/0.00/0.40)	

CMYK percentages

%50.65
%39.61
%0
%39.61

Codes

Color #4C5D9A in popluar color models

4C5D9A
RGB7693154
HSL227°33.91%45.10%
HSB/HSV227°50.65%60.39%
CMYK50.65%39.61%0.00%
39.61%

Color #4C5D9A in popluar number systems.

HEX4C5D9A
Decimal7693154
Binary1001100101110110011010
Octal114135232

Shades and tints

Shades of #4C5D9A

#4C5D9A
(76,93,154)
#46558C
(70,85,140)
#404D7E
(64,77,126)
#3A4570
(58,69,112)
#343D62
(52,61,98)
#2E3554
(46,53,84)
#282D46
(40,45,70)
#222538
(34,37,56)
#1C1D2A
(28,29,42)
#16151C
(22,21,28)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C5D9A

#4C5D9A
(76,93,154)
#5C6BA3
(92,107,163)
#6C79AC
(108,121,172)
#7C87B5
(124,135,181)
#8C95BE
(140,149,190)
#9CA3C7
(156,163,199)
#ACB1D0
(172,177,208)
#BCBFD9
(188,191,217)
#CCCDE2
(204,205,226)
#DCDBEB
(220,219,235)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5D9A color. Also use rgb(76,93,154) instead hex code.

Text Font Color

.myTextColor { color: #4C5D9A; }

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

This text font color is #4C5D9A.


Background Color

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

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

This div background color is #4C5D9A.


Border color

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

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

This div border color is #4C5D9A.


Opacity

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

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

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

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

This text has shadow with #4C5D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D9A on black background.


Color preview on white background

This text has color #4C5D9A on white background.



Black color preview on #4C5D9A background

This text has black color on #4C5D9A background.


White color preview on #4C5D9A background

This text has white color on #4C5D9A background.