COLOR #4C5184

HEX: #4C5184
RGB: (76,81,132)

Color info

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

RGB color model

#4C5184 color RGB value is (76,81,132).

  • red value is 76;
  • green value is 81;
  • blue value is 132.
RGB:
(76,81,132)
(30%,32%,52%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 132 of 255 = 52%

76
81
132

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

Portions of RGB colors in percentages

R + G + B =
76 + 81 + 132 = 289 (100%)
R 76 of 289 ~ 26.3%
G 81 of 289 ~ 28.03%
B 132 of 289 ~ 45.67%

%26.3
%28.03
%45.67

CMYK color model

#4C5184 color CMYK value is (42,39,0,48).

  • cyan value is 42.42%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(42,39,0,48)
C42M39Y0K48 
(42%,39%,0%,48%)
(0.42/0.39/0.00/0.48)	

CMYK percentages

%42.42
%38.64
%0
%48.24

Codes

Color #4C5184 in popluar color models

4C5184
RGB7681132
HSL235°26.92%40.78%
HSB/HSV235°42.42%51.76%
CMYK42.42%38.64%0.00%
48.24%

Color #4C5184 in popluar number systems.

HEX4C5184
Decimal7681132
Binary1001100101000110000100
Octal114121204

Shades and tints

Shades of #4C5184

#4C5184
(76,81,132)
#464A78
(70,74,120)
#40436C
(64,67,108)
#3A3C60
(58,60,96)
#343554
(52,53,84)
#2E2E48
(46,46,72)
#28273C
(40,39,60)
#222030
(34,32,48)
#1C1924
(28,25,36)
#161218
(22,18,24)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C5184

#4C5184
(76,81,132)
#5C608F
(92,96,143)
#6C6F9A
(108,111,154)
#7C7EA5
(124,126,165)
#8C8DB0
(140,141,176)
#9C9CBB
(156,156,187)
#ACABC6
(172,171,198)
#BCBAD1
(188,186,209)
#CCC9DC
(204,201,220)
#DCD8E7
(220,216,231)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5184 color. Also use rgb(76,81,132) instead hex code.

Text Font Color

.myTextColor { color: #4C5184; }

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

This text font color is #4C5184.


Background Color

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

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

This div background color is #4C5184.


Border color

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

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

This div border color is #4C5184.


Opacity

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

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

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

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

This text has shadow with #4C5184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5184 on black background.


Color preview on white background

This text has color #4C5184 on white background.



Black color preview on #4C5184 background

This text has black color on #4C5184 background.


White color preview on #4C5184 background

This text has white color on #4C5184 background.