COLOR #4C5B8F

HEX: #4C5B8F
RGB: (76,91,143)

Color info

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

RGB color model

#4C5B8F color RGB value is (76,91,143).

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

RGB channels and saturation

R 76 of 255 = 30%
G 91 of 255 = 36%
B 143 of 255 = 56%

76
91
143

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

Portions of RGB colors in percentages

R + G + B =
76 + 91 + 143 = 310 (100%)
R 76 of 310 ~ 24.52%
G 91 of 310 ~ 29.35%
B 143 of 310 ~ 46.13%

%24.52
%29.35
%46.13

CMYK color model

#4C5B8F color CMYK value is (47,36,0,44).

  • cyan value is 46.85%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(47,36,0,44)
C47M36Y0K44 
(47%,36%,0%,44%)
(0.47/0.36/0.00/0.44)	

CMYK percentages

%46.85
%36.36
%0
%43.92

Codes

Color #4C5B8F in popluar color models

4C5B8F
RGB7691143
HSL227°30.59%42.94%
HSB/HSV227°46.85%56.08%
CMYK46.85%36.36%0.00%
43.92%

Color #4C5B8F in popluar number systems.

HEX4C5B8F
Decimal7691143
Binary1001100101101110001111
Octal114133217

Shades and tints

Shades of #4C5B8F

#4C5B8F
(76,91,143)
#465382
(70,83,130)
#404B75
(64,75,117)
#3A4368
(58,67,104)
#343B5B
(52,59,91)
#2E334E
(46,51,78)
#282B41
(40,43,65)
#222334
(34,35,52)
#1C1B27
(28,27,39)
#16131A
(22,19,26)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #4C5B8F

#4C5B8F
(76,91,143)
#5C6999
(92,105,153)
#6C77A3
(108,119,163)
#7C85AD
(124,133,173)
#8C93B7
(140,147,183)
#9CA1C1
(156,161,193)
#ACAFCB
(172,175,203)
#BCBDD5
(188,189,213)
#CCCBDF
(204,203,223)
#DCD9E9
(220,217,233)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5B8F; }

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

This text font color is #4C5B8F.


Background Color

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

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

This div background color is #4C5B8F.


Border color

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

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

This div border color is #4C5B8F.


Opacity

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

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

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

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

This text has shadow with #4C5B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B8F on black background.


Color preview on white background

This text has color #4C5B8F on white background.



Black color preview on #4C5B8F background

This text has black color on #4C5B8F background.


White color preview on #4C5B8F background

This text has white color on #4C5B8F background.