COLOR #4C558B

HEX: #4C558B RGB: (76,85,139)

Color info

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

RGB color model

#4C558B color RGB value is (76,85,139).

RGB: (76,85,139) (30%, 33%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 139 of 255 = 55%

76
85
139

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

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 139 = 300 (100%)
R 76 of 300 ~ 25.33%
G 85 of 300 ~ 28.33%
B 139 of 300 ~ 46.33'%

%25.33
%28.33
%46.33

CMYK color model

#4C558B color CMYK value is (45,39,0,45).

  • cyan value is 45.32%
  • magenta value is 38.85%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (45,39,0,45)
C45M39Y0K45 (45%, 39%, 0%, 45%)
(0.45 / 0.39 / 0.00 / 0.45)

CMYK percentages

%45.32
%38.85
%0
%45.49

Codes

Color #4C558B in popluar color models

4C 55 8B
RGB 76 85 139
HSL 231° 29.30% 42.16%
HSB/HSV 231° 45.32% 54.51%
CMYK 45.32% 38.85% 0.00%
45.49%

Color #4C558B in popluar number systems.

HEX 4C 55 8B
Decimal 76 85 139
Binary 1001100 1010101 10001011
Octal 114 125 213

Shades and tints

Shades of #4C558B

#4C558B
(76,85,139)
#464E7F
(70,78,127)
#404773
(64,71,115)
#3A4067
(58,64,103)
#34395B
(52,57,91)
#2E324F
(46,50,79)
#282B43
(40,43,67)
#222437
(34,36,55)
#1C1D2B
(28,29,43)
#16161F
(22,22,31)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #4C558B

#4C558B
(76,85,139)
#5C6495
(92,100,149)
#6C739F
(108,115,159)
#7C82A9
(124,130,169)
#8C91B3
(140,145,179)
#9CA0BD
(156,160,189)
#ACAFC7
(172,175,199)
#BCBED1
(188,190,209)
#CCCDDB
(204,205,219)
#DCDCE5
(220,220,229)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C558B color. Also use rgb(76,85,139) instead hex code.

Text Font Color

.myTextColor { color: #4C558B; }

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

This text font color is #4C558B.

Background Color

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

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

This div background color is #4C558B.

Border color

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

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

This div border color is #4C558B.

Opacity

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

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

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

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

This text has shadow with #4C558B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C558B.

Preview

Color preview on black background

This text has color #4C558B on black background.


Color preview on white background

This text has color #4C558B on white background.


Black color preview on #4C558B background

This text has black color on #4C558B background.


White color preview on #4C558B background

This text has white color on #4C558B background.


Related colors

Complementary color

Complementary color for #hex is #B3AA74.


I love getcolorcode.com

Triadic colors

1 #8B4C55 and #558B4C with #4C558B are triadic colors.

2 #8B554C and #554C8B with #4C558B are triadic colors.