COLOR #4B31C4

HEX: #4B31C4
RGB: (75,49,196)

Color info

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

RGB color model

#4B31C4 color RGB value is (75,49,196).

  • red value is 75;
  • green value is 49;
  • blue value is 196.
RGB:
(75,49,196)
(29%,19%,77%)

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 196 of 255 = 77%

75
49
196

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

Portions of RGB colors in percentages

R + G + B =
75 + 49 + 196 = 320 (100%)
R 75 of 320 ~ 23.44%
G 49 of 320 ~ 15.31%
B 196 of 320 ~ 61.25%

%23.44
%15.31
%61.25

CMYK color model

#4B31C4 color CMYK value is (62,75,0,23).

  • cyan value is 61.73%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(62,75,0,23)
C62M75Y0K23 
(62%,75%,0%,23%)
(0.62/0.75/0.00/0.23)	

CMYK percentages

%61.73
%75
%0
%23.14

Codes

Color #4B31C4 in popluar color models

4B31C4
RGB7549196
HSL251°60.00%48.04%
HSB/HSV251°75.00%76.86%
CMYK61.73%75.00%0.00%
23.14%

Color #4B31C4 in popluar number systems.

HEX4B31C4
Decimal7549196
Binary100101111000111000100
Octal11361304

Shades and tints

Shades of #4B31C4

#4B31C4
(75,49,196)
#452DB3
(69,45,179)
#3F29A2
(63,41,162)
#392591
(57,37,145)
#332180
(51,33,128)
#2D1D6F
(45,29,111)
#27195E
(39,25,94)
#21154D
(33,21,77)
#1B113C
(27,17,60)
#150D2B
(21,13,43)
#0F091A
(15,9,26)
#000000
(0,0,0)

Tints of #4B31C4

#4B31C4
(75,49,196)
#5B43C9
(91,67,201)
#6B55CE
(107,85,206)
#7B67D3
(123,103,211)
#8B79D8
(139,121,216)
#9B8BDD
(155,139,221)
#AB9DE2
(171,157,226)
#BBAFE7
(187,175,231)
#CBC1EC
(203,193,236)
#DBD3F1
(219,211,241)
#EBE5F6
(235,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B31C4 color. Also use rgb(75,49,196) instead hex code.

Text Font Color

.myTextColor { color: #4B31C4; }

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

This text font color is #4B31C4.


Background Color

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

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

This div background color is #4B31C4.


Border color

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

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

This div border color is #4B31C4.


Opacity

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

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

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

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

This text has shadow with #4B31C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B31C4 on black background.


Color preview on white background

This text has color #4B31C4 on white background.



Black color preview on #4B31C4 background

This text has black color on #4B31C4 background.


White color preview on #4B31C4 background

This text has white color on #4B31C4 background.