COLOR #4C5084

HEX: #4C5084
RGB: (76,80,132)

Color info

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

RGB color model

#4C5084 color RGB value is (76,80,132).

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

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 132 of 255 = 52%

76
80
132

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

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 132 = 288 (100%)
R 76 of 288 ~ 26.39%
G 80 of 288 ~ 27.78%
B 132 of 288 ~ 45.83%

%26.39
%27.78
%45.83

CMYK color model

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

  • cyan value is 42.42%
  • magenta value is 39.39%
  • 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
%39.39
%0
%48.24

Codes

Color #4C5084 in popluar color models

4C5084
RGB7680132
HSL236°26.92%40.78%
HSB/HSV236°42.42%51.76%
CMYK42.42%39.39%0.00%
48.24%

Color #4C5084 in popluar number systems.

HEX4C5084
Decimal7680132
Binary1001100101000010000100
Octal114120204

Shades and tints

Shades of #4C5084

#4C5084
(76,80,132)
#464978
(70,73,120)
#40426C
(64,66,108)
#3A3B60
(58,59,96)
#343454
(52,52,84)
#2E2D48
(46,45,72)
#28263C
(40,38,60)
#221F30
(34,31,48)
#1C1824
(28,24,36)
#161118
(22,17,24)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C5084

#4C5084
(76,80,132)
#5C5F8F
(92,95,143)
#6C6E9A
(108,110,154)
#7C7DA5
(124,125,165)
#8C8CB0
(140,140,176)
#9C9BBB
(156,155,187)
#ACAAC6
(172,170,198)
#BCB9D1
(188,185,209)
#CCC8DC
(204,200,220)
#DCD7E7
(220,215,231)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5084; }

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

This text font color is #4C5084.


Background Color

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

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

This div background color is #4C5084.


Border color

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

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

This div border color is #4C5084.


Opacity

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

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

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

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

This text has shadow with #4C5084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5084 on black background.


Color preview on white background

This text has color #4C5084 on white background.



Black color preview on #4C5084 background

This text has black color on #4C5084 background.


White color preview on #4C5084 background

This text has white color on #4C5084 background.