COLOR #4C1395

HEX: #4C1395 RGB: (76,19,149)

Color info

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

RGB color model

#4C1395 color RGB value is (76,19,149).

RGB: (76,19,149) (30%, 7%, 58%)

RGB channels and saturation

R 76 of 255 = 30%
G 19 of 255 = 7%
B 149 of 255 = 58%

76
19
149

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

Portions of RGB colors in percentages

R + G + B = 76 + 19 + 149 = 244 (100%)
R 76 of 244 ~ 31.15%
G 19 of 244 ~ 7.79%
B 149 of 244 ~ 61.07'%

%31.15
%61.07

CMYK color model

#4C1395 color CMYK value is (49,87,0,42).

  • cyan value is 48.99%
  • magenta value is 87.25%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (49,87,0,42)
C49M87Y0K42 (49%, 87%, 0%, 42%)
(0.49 / 0.87 / 0.00 / 0.42)

CMYK percentages

%48.99
%87.25
%0
%41.57

Codes

Color #4C1395 in popluar color models

4C 13 95
RGB 76 19 149
HSL 266° 77.38% 32.94%
HSB/HSV 266° 87.25% 58.43%
CMYK 48.99% 87.25% 0.00%
41.57%

Color #4C1395 in popluar number systems.

HEX 4C 13 95
Decimal 76 19 149
Binary 1001100 10011 10010101
Octal 114 23 225

Shades and tints

Shades of #4C1395

#4C1395
(76,19,149)
#461288
(70,18,136)
#40117B
(64,17,123)
#3A106E
(58,16,110)
#340F61
(52,15,97)
#2E0E54
(46,14,84)
#280D47
(40,13,71)
#220C3A
(34,12,58)
#1C0B2D
(28,11,45)
#160A20
(22,10,32)
#100913
(16,9,19)
#000000
(0,0,0)

Tints of #4C1395

#4C1395
(76,19,149)
#5C289E
(92,40,158)
#6C3DA7
(108,61,167)
#7C52B0
(124,82,176)
#8C67B9
(140,103,185)
#9C7CC2
(156,124,194)
#AC91CB
(172,145,203)
#BCA6D4
(188,166,212)
#CCBBDD
(204,187,221)
#DCD0E6
(220,208,230)
#ECE5EF
(236,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1395 color. Also use rgb(76,19,149) instead hex code.

Text Font Color

.myTextColor { color: #4C1395; }

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

This text font color is #4C1395.

Background Color

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

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

This div background color is #4C1395.

Border color

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

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

This div border color is #4C1395.

Opacity

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

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

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

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

This text has shadow with #4C1395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1395.

Preview

Color preview on black background

This text has color #4C1395 on black background.


Color preview on white background

This text has color #4C1395 on white background.


Black color preview on #4C1395 background

This text has black color on #4C1395 background.


White color preview on #4C1395 background

This text has white color on #4C1395 background.


Related colors

Complementary color

Complementary color for #hex is #B3EC6A.


I love getcolorcode.com

Triadic colors

1 #954C13 and #13954C with #4C1395 are triadic colors.

2 #95134C and #134C95 with #4C1395 are triadic colors.