COLOR #4C5885

HEX: #4C5885 RGB: (76,88,133)

Color info

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

RGB color model

#4C5885 color RGB value is (76,88,133).

RGB: (76,88,133) (30%, 35%, 52%)

RGB channels and saturation

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

76
88
133

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

Portions of RGB colors in percentages

R + G + B = 76 + 88 + 133 = 297 (100%)
R 76 of 297 ~ 25.59%
G 88 of 297 ~ 29.63%
B 133 of 297 ~ 44.78'%

%25.59
%29.63
%44.78

CMYK color model

#4C5885 color CMYK value is (43,34,0,48).

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

CMYK: (43,34,0,48)
C43M34Y0K48 (43%, 34%, 0%, 48%)
(0.43 / 0.34 / 0.00 / 0.48)

CMYK percentages

%42.86
%33.83
%0
%47.84

Codes

Color #4C5885 in popluar color models

4C 58 85
RGB 76 88 133
HSL 227° 27.27% 40.98%
HSB/HSV 227° 42.86% 52.16%
CMYK 42.86% 33.83% 0.00%
47.84%

Color #4C5885 in popluar number systems.

HEX 4C 58 85
Decimal 76 88 133
Binary 1001100 1011000 10000101
Octal 114 130 205

Shades and tints

Shades of #4C5885

#4C5885
(76,88,133)
#465079
(70,80,121)
#40486D
(64,72,109)
#3A4061
(58,64,97)
#343855
(52,56,85)
#2E3049
(46,48,73)
#28283D
(40,40,61)
#222031
(34,32,49)
#1C1825
(28,24,37)
#161019
(22,16,25)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C5885

#4C5885
(76,88,133)
#5C6790
(92,103,144)
#6C769B
(108,118,155)
#7C85A6
(124,133,166)
#8C94B1
(140,148,177)
#9CA3BC
(156,163,188)
#ACB2C7
(172,178,199)
#BCC1D2
(188,193,210)
#CCD0DD
(204,208,221)
#DCDFE8
(220,223,232)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5885; }

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

This text font color is #4C5885.

Background Color

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

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

This div background color is #4C5885.

Border color

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

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

This div border color is #4C5885.

Opacity

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

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

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

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

This text has shadow with #4C5885 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5885.

Preview

Color preview on black background

This text has color #4C5885 on black background.


Color preview on white background

This text has color #4C5885 on white background.


Black color preview on #4C5885 background

This text has black color on #4C5885 background.


White color preview on #4C5885 background

This text has white color on #4C5885 background.


Related colors

Complementary color

Complementary color for #hex is #B3A77A.


I love getcolorcode.com

Triadic colors

1 #854C58 and #58854C with #4C5885 are triadic colors.

2 #85584C and #584C85 with #4C5885 are triadic colors.