COLOR #4C55A3

HEX: #4C55A3 RGB: (76,85,163)

Color info

#4C55A3 contains mainly blue color. Web safe color of #4C55A3 is #336699 (or #369).

RGB color model

#4C55A3 color RGB value is (76,85,163).

RGB: (76,85,163) (30%, 33%, 64%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 163 of 255 = 64%

76
85
163

R + G + B ~ 42%. #4C55A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 163 = 324 (100%)
R 76 of 324 ~ 23.46%
G 85 of 324 ~ 26.23%
B 163 of 324 ~ 50.31'%

%23.46
%26.23
%50.31

CMYK color model

#4C55A3 color CMYK value is (53,48,0,36).

  • cyan value is 53.37%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (53,48,0,36)
C53M48Y0K36 (53%, 48%, 0%, 36%)
(0.53 / 0.48 / 0.00 / 0.36)

CMYK percentages

%53.37
%47.85
%0
%36.08

Codes

Color #4C55A3 in popluar color models

4C 55 A3
RGB 76 85 163
HSL 234° 36.40% 46.86%
HSB/HSV 234° 53.37% 63.92%
CMYK 53.37% 47.85% 0.00%
36.08%

Color #4C55A3 in popluar number systems.

HEX 4C 55 A3
Decimal 76 85 163
Binary 1001100 1010101 10100011
Octal 114 125 243

Shades and tints

Shades of #4C55A3

#4C55A3
(76,85,163)
#464E95
(70,78,149)
#404787
(64,71,135)
#3A4079
(58,64,121)
#34396B
(52,57,107)
#2E325D
(46,50,93)
#282B4F
(40,43,79)
#222441
(34,36,65)
#1C1D33
(28,29,51)
#161625
(22,22,37)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #4C55A3

#4C55A3
(76,85,163)
#5C64AB
(92,100,171)
#6C73B3
(108,115,179)
#7C82BB
(124,130,187)
#8C91C3
(140,145,195)
#9CA0CB
(156,160,203)
#ACAFD3
(172,175,211)
#BCBEDB
(188,190,219)
#CCCDE3
(204,205,227)
#DCDCEB
(220,220,235)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C55A3; }

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

This text font color is #4C55A3.

Background Color

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

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

This div background color is #4C55A3.

Border color

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

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

This div border color is #4C55A3.

Opacity

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

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

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

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

This text has shadow with #4C55A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C55A3.

Preview

Color preview on black background

This text has color #4C55A3 on black background.


Color preview on white background

This text has color #4C55A3 on white background.


Black color preview on #4C55A3 background

This text has black color on #4C55A3 background.


White color preview on #4C55A3 background

This text has white color on #4C55A3 background.


Related colors

Complementary color

Complementary color for #hex is #B3AA5C.


I love getcolorcode.com

Triadic colors

1 #A34C55 and #55A34C with #4C55A3 are triadic colors.

2 #A3554C and #554CA3 with #4C55A3 are triadic colors.