COLOR #4C5985

HEX: #4C5985
RGB: (76,89,133)

Color info

#4C5985 contains red, green and blue colors in about the same proportion. Web safe color of #4C5985 is #336699 (or #369).

RGB color model

#4C5985 color RGB value is (76,89,133).

  • red value is 76;
  • green value is 89;
  • blue value is 133.
RGB:
(76,89,133)
(30%,35%,52%)

RGB channels and saturation

R 76 of 255 = 30%
G 89 of 255 = 35%
B 133 of 255 = 52%

76
89
133

R + G + B ~ 39%. #4C5985 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 89 + 133 = 298 (100%)
R 76 of 298 ~ 25.5%
G 89 of 298 ~ 29.87%
B 133 of 298 ~ 44.63%

%25.5
%29.87
%44.63

CMYK color model

#4C5985 color CMYK value is (43,33,0,48).

  • cyan value is 42.86%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(43,33,0,48)
C43M33Y0K48 
(43%,33%,0%,48%)
(0.43/0.33/0.00/0.48)	

CMYK percentages

%42.86
%33.08
%0
%47.84

Codes

Color #4C5985 in popluar color models

4C5985
RGB7689133
HSL226°27.27%40.98%
HSB/HSV226°42.86%52.16%
CMYK42.86%33.08%0.00%
47.84%

Color #4C5985 in popluar number systems.

HEX4C5985
Decimal7689133
Binary1001100101100110000101
Octal114131205

Shades and tints

Shades of #4C5985

#4C5985
(76,89,133)
#465179
(70,81,121)
#40496D
(64,73,109)
#3A4161
(58,65,97)
#343955
(52,57,85)
#2E3149
(46,49,73)
#28293D
(40,41,61)
#222131
(34,33,49)
#1C1925
(28,25,37)
#161119
(22,17,25)
#10090D
(16,9,13)
#000000
(0,0,0)

Tints of #4C5985

#4C5985
(76,89,133)
#5C6890
(92,104,144)
#6C779B
(108,119,155)
#7C86A6
(124,134,166)
#8C95B1
(140,149,177)
#9CA4BC
(156,164,188)
#ACB3C7
(172,179,199)
#BCC2D2
(188,194,210)
#CCD1DD
(204,209,221)
#DCE0E8
(220,224,232)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5985 color. Also use rgb(76,89,133) instead hex code.

Text Font Color

.myTextColor { color: #4C5985; }

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

This text font color is #4C5985.


Background Color

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

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

This div background color is #4C5985.


Border color

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

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

This div border color is #4C5985.


Opacity

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

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

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

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

This text has shadow with #4C5985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5985 on black background.


Color preview on white background

This text has color #4C5985 on white background.



Black color preview on #4C5985 background

This text has black color on #4C5985 background.


White color preview on #4C5985 background

This text has white color on #4C5985 background.