COLOR #4C5682

HEX: #4C5682
RGB: (76,86,130)

Color info

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

RGB color model

#4C5682 color RGB value is (76,86,130).

  • red value is 76;
  • green value is 86;
  • blue value is 130.
RGB:
(76,86,130)
(30%,34%,51%)

RGB channels and saturation

R 76 of 255 = 30%
G 86 of 255 = 34%
B 130 of 255 = 51%

76
86
130

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

Portions of RGB colors in percentages

R + G + B =
76 + 86 + 130 = 292 (100%)
R 76 of 292 ~ 26.03%
G 86 of 292 ~ 29.45%
B 130 of 292 ~ 44.52%

%26.03
%29.45
%44.52

CMYK color model

#4C5682 color CMYK value is (42,34,0,49).

  • cyan value is 41.54%
  • magenta value is 33.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(42,34,0,49)
C42M34Y0K49 
(42%,34%,0%,49%)
(0.42/0.34/0.00/0.49)	

CMYK percentages

%41.54
%33.85
%0
%49.02

Codes

Color #4C5682 in popluar color models

4C5682
RGB7686130
HSL229°26.21%40.39%
HSB/HSV229°41.54%50.98%
CMYK41.54%33.85%0.00%
49.02%

Color #4C5682 in popluar number systems.

HEX4C5682
Decimal7686130
Binary1001100101011010000010
Octal114126202

Shades and tints

Shades of #4C5682

#4C5682
(76,86,130)
#464F77
(70,79,119)
#40486C
(64,72,108)
#3A4161
(58,65,97)
#343A56
(52,58,86)
#2E334B
(46,51,75)
#282C40
(40,44,64)
#222535
(34,37,53)
#1C1E2A
(28,30,42)
#16171F
(22,23,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #4C5682

#4C5682
(76,86,130)
#5C658D
(92,101,141)
#6C7498
(108,116,152)
#7C83A3
(124,131,163)
#8C92AE
(140,146,174)
#9CA1B9
(156,161,185)
#ACB0C4
(172,176,196)
#BCBFCF
(188,191,207)
#CCCEDA
(204,206,218)
#DCDDE5
(220,221,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5682 color. Also use rgb(76,86,130) instead hex code.

Text Font Color

.myTextColor { color: #4C5682; }

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

This text font color is #4C5682.


Background Color

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

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

This div background color is #4C5682.


Border color

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

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

This div border color is #4C5682.


Opacity

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

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

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

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

This text has shadow with #4C5682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5682 on black background.


Color preview on white background

This text has color #4C5682 on white background.



Black color preview on #4C5682 background

This text has black color on #4C5682 background.


White color preview on #4C5682 background

This text has white color on #4C5682 background.