COLOR #4C198D

HEX: #4C198D RGB: (76,25,141)

Color info

#4C198D contains mainly blue color. Web safe color of #4C198D is #330099 (or #309).

RGB color model

#4C198D color RGB value is (76,25,141).

RGB: (76,25,141) (30%, 10%, 55%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 141 of 255 = 55%

76
25
141

R + G + B ~ 32%. #4C198D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 25 + 141 = 242 (100%)
R 76 of 242 ~ 31.4%
G 25 of 242 ~ 10.33%
B 141 of 242 ~ 58.26'%

%31.4
%58.26

CMYK color model

#4C198D color CMYK value is (46,82,0,45).

  • cyan value is 46.10%
  • magenta value is 82.27%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (46,82,0,45)
C46M82Y0K45 (46%, 82%, 0%, 45%)
(0.46 / 0.82 / 0.00 / 0.45)

CMYK percentages

%46.1
%82.27
%0
%44.71

Codes

Color #4C198D in popluar color models

4C 19 8D
RGB 76 25 141
HSL 266° 69.88% 32.55%
HSB/HSV 266° 82.27% 55.29%
CMYK 46.10% 82.27% 0.00%
44.71%

Color #4C198D in popluar number systems.

HEX 4C 19 8D
Decimal 76 25 141
Binary 1001100 11001 10001101
Octal 114 31 215

Shades and tints

Shades of #4C198D

#4C198D
(76,25,141)
#461781
(70,23,129)
#401575
(64,21,117)
#3A1369
(58,19,105)
#34115D
(52,17,93)
#2E0F51
(46,15,81)
#280D45
(40,13,69)
#220B39
(34,11,57)
#1C092D
(28,9,45)
#160721
(22,7,33)
#100515
(16,5,21)
#000000
(0,0,0)

Tints of #4C198D

#4C198D
(76,25,141)
#5C2D97
(92,45,151)
#6C41A1
(108,65,161)
#7C55AB
(124,85,171)
#8C69B5
(140,105,181)
#9C7DBF
(156,125,191)
#AC91C9
(172,145,201)
#BCA5D3
(188,165,211)
#CCB9DD
(204,185,221)
#DCCDE7
(220,205,231)
#ECE1F1
(236,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C198D color. Also use rgb(76,25,141) instead hex code.

Text Font Color

.myTextColor { color: #4C198D; }

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

This text font color is #4C198D.

Background Color

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

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

This div background color is #4C198D.

Border color

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

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

This div border color is #4C198D.

Opacity

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

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

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

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

This text has shadow with #4C198D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C198D.

Preview

Color preview on black background

This text has color #4C198D on black background.


Color preview on white background

This text has color #4C198D on white background.


Black color preview on #4C198D background

This text has black color on #4C198D background.


White color preview on #4C198D background

This text has white color on #4C198D background.


Related colors

Complementary color

Complementary color for #hex is #B3E672.


I love getcolorcode.com

Triadic colors

1 #8D4C19 and #198D4C with #4C198D are triadic colors.

2 #8D194C and #194C8D with #4C198D are triadic colors.