COLOR #4C195D

HEX: #4C195D
RGB: (76,25,93)

Color info

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

RGB color model

#4C195D color RGB value is (76,25,93).

  • red value is 76;
  • green value is 25;
  • blue value is 93.
RGB:
(76,25,93)
(30%,10%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 93 of 255 = 36%

76
25
93

R + G + B ~ 25%. #4C195D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 25 + 93 = 194 (100%)
R 76 of 194 ~ 39.18%
G 25 of 194 ~ 12.89%
B 93 of 194 ~ 47.94%

%39.18
%12.89
%47.94

CMYK color model

#4C195D color CMYK value is (18,73,0,64).

  • cyan value is 18.28%
  • magenta value is 73.12%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(18,73,0,64)
C18M73Y0K64 
(18%,73%,0%,64%)
(0.18/0.73/0.00/0.64)	

CMYK percentages

%18.28
%73.12
%0
%63.53

Codes

Color #4C195D in popluar color models

4C195D
RGB762593
HSL285°57.63%23.14%
HSB/HSV285°73.12%36.47%
CMYK18.28%73.12%0.00%
63.53%

Color #4C195D in popluar number systems.

HEX4C195D
Decimal762593
Binary1001100110011011101
Octal11431135

Shades and tints

Shades of #4C195D

#4C195D
(76,25,93)
#461755
(70,23,85)
#40154D
(64,21,77)
#3A1345
(58,19,69)
#34113D
(52,17,61)
#2E0F35
(46,15,53)
#280D2D
(40,13,45)
#220B25
(34,11,37)
#1C091D
(28,9,29)
#160715
(22,7,21)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C195D

#4C195D
(76,25,93)
#5C2D6B
(92,45,107)
#6C4179
(108,65,121)
#7C5587
(124,85,135)
#8C6995
(140,105,149)
#9C7DA3
(156,125,163)
#AC91B1
(172,145,177)
#BCA5BF
(188,165,191)
#CCB9CD
(204,185,205)
#DCCDDB
(220,205,219)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C195D; }

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

This text font color is #4C195D.


Background Color

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

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

This div background color is #4C195D.


Border color

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

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

This div border color is #4C195D.


Opacity

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

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

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

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

This text has shadow with #4C195D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C195D on black background.


Color preview on white background

This text has color #4C195D on white background.



Black color preview on #4C195D background

This text has black color on #4C195D background.


White color preview on #4C195D background

This text has white color on #4C195D background.