COLOR #4C31B9

HEX: #4C31B9
RGB: (76,49,185)

Color info

#4C31B9 contains mainly blue color. Web safe color of #4C31B9 is #3333CC (or #33C).

RGB color model

#4C31B9 color RGB value is (76,49,185).

  • red value is 76;
  • green value is 49;
  • blue value is 185.
RGB:
(76,49,185)
(30%,19%,73%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 185 of 255 = 73%

76
49
185

R + G + B ~ 41%. #4C31B9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 185 = 310 (100%)
R 76 of 310 ~ 24.52%
G 49 of 310 ~ 15.81%
B 185 of 310 ~ 59.68%

%24.52
%15.81
%59.68

CMYK color model

#4C31B9 color CMYK value is (59,74,0,27).

  • cyan value is 58.92%
  • magenta value is 73.51%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(59,74,0,27)
C59M74Y0K27 
(59%,74%,0%,27%)
(0.59/0.74/0.00/0.27)	

CMYK percentages

%58.92
%73.51
%0
%27.45

Codes

Color #4C31B9 in popluar color models

4C31B9
RGB7649185
HSL252°58.12%45.88%
HSB/HSV252°73.51%72.55%
CMYK58.92%73.51%0.00%
27.45%

Color #4C31B9 in popluar number systems.

HEX4C31B9
Decimal7649185
Binary100110011000110111001
Octal11461271

Shades and tints

Shades of #4C31B9

#4C31B9
(76,49,185)
#462DA9
(70,45,169)
#402999
(64,41,153)
#3A2589
(58,37,137)
#342179
(52,33,121)
#2E1D69
(46,29,105)
#281959
(40,25,89)
#221549
(34,21,73)
#1C1139
(28,17,57)
#160D29
(22,13,41)
#100919
(16,9,25)
#000000
(0,0,0)

Tints of #4C31B9

#4C31B9
(76,49,185)
#5C43BF
(92,67,191)
#6C55C5
(108,85,197)
#7C67CB
(124,103,203)
#8C79D1
(140,121,209)
#9C8BD7
(156,139,215)
#AC9DDD
(172,157,221)
#BCAFE3
(188,175,227)
#CCC1E9
(204,193,233)
#DCD3EF
(220,211,239)
#ECE5F5
(236,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C31B9 color. Also use rgb(76,49,185) instead hex code.

Text Font Color

.myTextColor { color: #4C31B9; }

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

This text font color is #4C31B9.


Background Color

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

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

This div background color is #4C31B9.


Border color

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

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

This div border color is #4C31B9.


Opacity

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

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

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

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

This text has shadow with #4C31B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C31B9 on black background.


Color preview on white background

This text has color #4C31B9 on white background.



Black color preview on #4C31B9 background

This text has black color on #4C31B9 background.


White color preview on #4C31B9 background

This text has white color on #4C31B9 background.