COLOR #4C5188

HEX: #4C5188 RGB: (76,81,136)

Color info

#4C5188 contains mainly green and blue colors. Web safe color of #4C5188 is #336699 (or #369).

RGB color model

#4C5188 color RGB value is (76,81,136).

RGB: (76,81,136) (30%, 32%, 53%)

RGB channels and saturation

R 76 of 255 = 30%
G 81 of 255 = 32%
B 136 of 255 = 53%

76
81
136

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

Portions of RGB colors in percentages

R + G + B = 76 + 81 + 136 = 293 (100%)
R 76 of 293 ~ 25.94%
G 81 of 293 ~ 27.65%
B 136 of 293 ~ 46.42'%

%25.94
%27.65
%46.42

CMYK color model

#4C5188 color CMYK value is (44,40,0,47).

  • cyan value is 44.12%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (44,40,0,47)
C44M40Y0K47 (44%, 40%, 0%, 47%)
(0.44 / 0.40 / 0.00 / 0.47)

CMYK percentages

%44.12
%40.44
%0
%46.67

Codes

Color #4C5188 in popluar color models

4C 51 88
RGB 76 81 136
HSL 235° 28.30% 41.57%
HSB/HSV 235° 44.12% 53.33%
CMYK 44.12% 40.44% 0.00%
46.67%

Color #4C5188 in popluar number systems.

HEX 4C 51 88
Decimal 76 81 136
Binary 1001100 1010001 10001000
Octal 114 121 210

Shades and tints

Shades of #4C5188

#4C5188
(76,81,136)
#464A7C
(70,74,124)
#404370
(64,67,112)
#3A3C64
(58,60,100)
#343558
(52,53,88)
#2E2E4C
(46,46,76)
#282740
(40,39,64)
#222034
(34,32,52)
#1C1928
(28,25,40)
#16121C
(22,18,28)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C5188

#4C5188
(76,81,136)
#5C6092
(92,96,146)
#6C6F9C
(108,111,156)
#7C7EA6
(124,126,166)
#8C8DB0
(140,141,176)
#9C9CBA
(156,156,186)
#ACABC4
(172,171,196)
#BCBACE
(188,186,206)
#CCC9D8
(204,201,216)
#DCD8E2
(220,216,226)
#ECE7EC
(236,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5188; }

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

This text font color is #4C5188.

Background Color

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

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

This div background color is #4C5188.

Border color

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

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

This div border color is #4C5188.

Opacity

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

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

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

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

This text has shadow with #4C5188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5188.

Preview

Color preview on black background

This text has color #4C5188 on black background.


Color preview on white background

This text has color #4C5188 on white background.


Black color preview on #4C5188 background

This text has black color on #4C5188 background.


White color preview on #4C5188 background

This text has white color on #4C5188 background.


Related colors

Complementary color

Complementary color for #hex is #B3AE77.


I love getcolorcode.com

Triadic colors

1 #884C51 and #51884C with #4C5188 are triadic colors.

2 #88514C and #514C88 with #4C5188 are triadic colors.