COLOR #4C186B

HEX: #4C186B RGB: (76,24,107)

Color info

#4C186B contains mainly red and blue colors. Web safe color of #4C186B is #330066 (or #306).

RGB color model

#4C186B color RGB value is (76,24,107).

RGB: (76,24,107) (30%, 9%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 24 of 255 = 9%
B 107 of 255 = 42%

76
24
107

R + G + B ~ 27%. #4C186B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 24 + 107 = 207 (100%)
R 76 of 207 ~ 36.71%
G 24 of 207 ~ 11.59%
B 107 of 207 ~ 51.69'%

%36.71
%11.59
%51.69

CMYK color model

#4C186B color CMYK value is (29,78,0,58).

  • cyan value is 28.97%
  • magenta value is 77.57%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (29,78,0,58)
C29M78Y0K58 (29%, 78%, 0%, 58%)
(0.29 / 0.78 / 0.00 / 0.58)

CMYK percentages

%28.97
%77.57
%0
%58.04

Codes

Color #4C186B in popluar color models

4C 18 6B
RGB 76 24 107
HSL 278° 63.36% 25.69%
HSB/HSV 278° 77.57% 41.96%
CMYK 28.97% 77.57% 0.00%
58.04%

Color #4C186B in popluar number systems.

HEX 4C 18 6B
Decimal 76 24 107
Binary 1001100 11000 1101011
Octal 114 30 153

Shades and tints

Shades of #4C186B

#4C186B
(76,24,107)
#461662
(70,22,98)
#401459
(64,20,89)
#3A1250
(58,18,80)
#341047
(52,16,71)
#2E0E3E
(46,14,62)
#280C35
(40,12,53)
#220A2C
(34,10,44)
#1C0823
(28,8,35)
#16061A
(22,6,26)
#100411
(16,4,17)
#000000
(0,0,0)

Tints of #4C186B

#4C186B
(76,24,107)
#5C2D78
(92,45,120)
#6C4285
(108,66,133)
#7C5792
(124,87,146)
#8C6C9F
(140,108,159)
#9C81AC
(156,129,172)
#AC96B9
(172,150,185)
#BCABC6
(188,171,198)
#CCC0D3
(204,192,211)
#DCD5E0
(220,213,224)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C186B color. Also use rgb(76,24,107) instead hex code.

Text Font Color

.myTextColor { color: #4C186B; }

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

This text font color is #4C186B.

Background Color

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

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

This div background color is #4C186B.

Border color

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

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

This div border color is #4C186B.

Opacity

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

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

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

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

This text has shadow with #4C186B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C186B.

Preview

Color preview on black background

This text has color #4C186B on black background.


Color preview on white background

This text has color #4C186B on white background.


Black color preview on #4C186B background

This text has black color on #4C186B background.


White color preview on #4C186B background

This text has white color on #4C186B background.


Related colors

Complementary color

Complementary color for #hex is #B3E794.


I love getcolorcode.com

Triadic colors

1 #6B4C18 and #186B4C with #4C186B are triadic colors.

2 #6B184C and #184C6B with #4C186B are triadic colors.