COLOR #4C5D93

HEX: #4C5D93
RGB: (76,93,147)

Color info

#4C5D93 contains mainly green and blue colors. Web safe color of #4C5D93 is #336699 (or #369).

RGB color model

#4C5D93 color RGB value is (76,93,147).

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

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 147 of 255 = 58%

76
93
147

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

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 147 = 316 (100%)
R 76 of 316 ~ 24.05%
G 93 of 316 ~ 29.43%
B 147 of 316 ~ 46.52%

%24.05
%29.43
%46.52

CMYK color model

#4C5D93 color CMYK value is (48,37,0,42).

  • cyan value is 48.30%
  • magenta value is 36.73%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(48,37,0,42)
C48M37Y0K42 
(48%,37%,0%,42%)
(0.48/0.37/0.00/0.42)	

CMYK percentages

%48.3
%36.73
%0
%42.35

Codes

Color #4C5D93 in popluar color models

4C5D93
RGB7693147
HSL226°31.84%43.73%
HSB/HSV226°48.30%57.65%
CMYK48.30%36.73%0.00%
42.35%

Color #4C5D93 in popluar number systems.

HEX4C5D93
Decimal7693147
Binary1001100101110110010011
Octal114135223

Shades and tints

Shades of #4C5D93

#4C5D93
(76,93,147)
#465586
(70,85,134)
#404D79
(64,77,121)
#3A456C
(58,69,108)
#343D5F
(52,61,95)
#2E3552
(46,53,82)
#282D45
(40,45,69)
#222538
(34,37,56)
#1C1D2B
(28,29,43)
#16151E
(22,21,30)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #4C5D93

#4C5D93
(76,93,147)
#5C6B9C
(92,107,156)
#6C79A5
(108,121,165)
#7C87AE
(124,135,174)
#8C95B7
(140,149,183)
#9CA3C0
(156,163,192)
#ACB1C9
(172,177,201)
#BCBFD2
(188,191,210)
#CCCDDB
(204,205,219)
#DCDBE4
(220,219,228)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5D93; }

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

This text font color is #4C5D93.


Background Color

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

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

This div background color is #4C5D93.


Border color

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

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

This div border color is #4C5D93.


Opacity

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

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

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

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

This text has shadow with #4C5D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D93 on black background.


Color preview on white background

This text has color #4C5D93 on white background.



Black color preview on #4C5D93 background

This text has black color on #4C5D93 background.


White color preview on #4C5D93 background

This text has white color on #4C5D93 background.