COLOR #4C5285

HEX: #4C5285 RGB: (76,82,133)

Color info

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

RGB color model

#4C5285 color RGB value is (76,82,133).

RGB: (76,82,133) (30%, 32%, 52%)

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 133 of 255 = 52%

76
82
133

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

Portions of RGB colors in percentages

R + G + B = 76 + 82 + 133 = 291 (100%)
R 76 of 291 ~ 26.12%
G 82 of 291 ~ 28.18%
B 133 of 291 ~ 45.7'%

%26.12
%28.18
%45.7

CMYK color model

#4C5285 color CMYK value is (43,38,0,48).

  • cyan value is 42.86%
  • magenta value is 38.35%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (43,38,0,48)
C43M38Y0K48 (43%, 38%, 0%, 48%)
(0.43 / 0.38 / 0.00 / 0.48)

CMYK percentages

%42.86
%38.35
%0
%47.84

Codes

Color #4C5285 in popluar color models

4C 52 85
RGB 76 82 133
HSL 234° 27.27% 40.98%
HSB/HSV 234° 42.86% 52.16%
CMYK 42.86% 38.35% 0.00%
47.84%

Color #4C5285 in popluar number systems.

HEX 4C 52 85
Decimal 76 82 133
Binary 1001100 1010010 10000101
Octal 114 122 205

Shades and tints

Shades of #4C5285

#4C5285
(76,82,133)
#464B79
(70,75,121)
#40446D
(64,68,109)
#3A3D61
(58,61,97)
#343655
(52,54,85)
#2E2F49
(46,47,73)
#28283D
(40,40,61)
#222131
(34,33,49)
#1C1A25
(28,26,37)
#161319
(22,19,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C5285

#4C5285
(76,82,133)
#5C6190
(92,97,144)
#6C709B
(108,112,155)
#7C7FA6
(124,127,166)
#8C8EB1
(140,142,177)
#9C9DBC
(156,157,188)
#ACACC7
(172,172,199)
#BCBBD2
(188,187,210)
#CCCADD
(204,202,221)
#DCD9E8
(220,217,232)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5285; }

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

This text font color is #4C5285.

Background Color

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

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

This div background color is #4C5285.

Border color

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

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

This div border color is #4C5285.

Opacity

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

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

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

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

This text has shadow with #4C5285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5285.

Preview

Color preview on black background

This text has color #4C5285 on black background.


Color preview on white background

This text has color #4C5285 on white background.


Black color preview on #4C5285 background

This text has black color on #4C5285 background.


White color preview on #4C5285 background

This text has white color on #4C5285 background.


Related colors

Complementary color

Complementary color for #hex is #B3AD7A.


I love getcolorcode.com

Triadic colors

1 #854C52 and #52854C with #4C5285 are triadic colors.

2 #85524C and #524C85 with #4C5285 are triadic colors.