COLOR #4C095E

HEX: #4C095E
RGB: (76,9,94)

Color info

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

RGB color model

#4C095E color RGB value is (76,9,94).

  • red value is 76;
  • green value is 9;
  • blue value is 94.
RGB:
(76,9,94)
(30%,4%,37%)

RGB channels and saturation

R 76 of 255 = 30%
G 9 of 255 = 4%
B 94 of 255 = 37%

76
9
94

R + G + B ~ 24%. #4C095E is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 9 + 94 = 179 (100%)
R 76 of 179 ~ 42.46%
G 9 of 179 ~ 5.03%
B 94 of 179 ~ 52.51%

%42.46
%52.51

CMYK color model

#4C095E color CMYK value is (19,90,0,63).

  • cyan value is 19.15%
  • magenta value is 90.43%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(19,90,0,63)
C19M90Y0K63 
(19%,90%,0%,63%)
(0.19/0.90/0.00/0.63)	

CMYK percentages

%19.15
%90.43
%0
%63.14

Codes

Color #4C095E in popluar color models

4C095E
RGB76994
HSL287°82.52%20.20%
HSB/HSV287°90.43%36.86%
CMYK19.15%90.43%0.00%
63.14%

Color #4C095E in popluar number systems.

HEX4C095E
Decimal76994
Binary100110010011011110
Octal11411136

Shades and tints

Shades of #4C095E

#4C095E
(76,9,94)
#460956
(70,9,86)
#40094E
(64,9,78)
#3A0946
(58,9,70)
#34093E
(52,9,62)
#2E0936
(46,9,54)
#28092E
(40,9,46)
#220926
(34,9,38)
#1C091E
(28,9,30)
#160916
(22,9,22)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #4C095E

#4C095E
(76,9,94)
#5C1F6C
(92,31,108)
#6C357A
(108,53,122)
#7C4B88
(124,75,136)
#8C6196
(140,97,150)
#9C77A4
(156,119,164)
#AC8DB2
(172,141,178)
#BCA3C0
(188,163,192)
#CCB9CE
(204,185,206)
#DCCFDC
(220,207,220)
#ECE5EA
(236,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C095E color. Also use rgb(76,9,94) instead hex code.

Text Font Color

.myTextColor { color: #4C095E; }

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

This text font color is #4C095E.


Background Color

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

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

This div background color is #4C095E.


Border color

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

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

This div border color is #4C095E.


Opacity

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

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

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

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

This text has shadow with #4C095E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C095E on black background.


Color preview on white background

This text has color #4C095E on white background.



Black color preview on #4C095E background

This text has black color on #4C095E background.


White color preview on #4C095E background

This text has white color on #4C095E background.