COLOR #4B38C5

HEX: #4B38C5
RGB: (75,56,197)

Color info

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

RGB color model

#4B38C5 color RGB value is (75,56,197).

  • red value is 75;
  • green value is 56;
  • blue value is 197.
RGB:
(75,56,197)
(29%,22%,77%)

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 197 of 255 = 77%

75
56
197

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

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 197 = 328 (100%)
R 75 of 328 ~ 22.87%
G 56 of 328 ~ 17.07%
B 197 of 328 ~ 60.06%

%22.87
%17.07
%60.06

CMYK color model

#4B38C5 color CMYK value is (62,72,0,23).

  • cyan value is 61.93%
  • magenta value is 71.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(62,72,0,23)
C62M72Y0K23 
(62%,72%,0%,23%)
(0.62/0.72/0.00/0.23)	

CMYK percentages

%61.93
%71.57
%0
%22.75

Codes

Color #4B38C5 in popluar color models

4B38C5
RGB7556197
HSL248°55.73%49.61%
HSB/HSV248°71.57%77.25%
CMYK61.93%71.57%0.00%
22.75%

Color #4B38C5 in popluar number systems.

HEX4B38C5
Decimal7556197
Binary100101111100011000101
Octal11370305

Shades and tints

Shades of #4B38C5

#4B38C5
(75,56,197)
#4533B4
(69,51,180)
#3F2EA3
(63,46,163)
#392992
(57,41,146)
#332481
(51,36,129)
#2D1F70
(45,31,112)
#271A5F
(39,26,95)
#21154E
(33,21,78)
#1B103D
(27,16,61)
#150B2C
(21,11,44)
#0F061B
(15,6,27)
#000000
(0,0,0)

Tints of #4B38C5

#4B38C5
(75,56,197)
#5B4ACA
(91,74,202)
#6B5CCF
(107,92,207)
#7B6ED4
(123,110,212)
#8B80D9
(139,128,217)
#9B92DE
(155,146,222)
#ABA4E3
(171,164,227)
#BBB6E8
(187,182,232)
#CBC8ED
(203,200,237)
#DBDAF2
(219,218,242)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B38C5 color. Also use rgb(75,56,197) instead hex code.

Text Font Color

.myTextColor { color: #4B38C5; }

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

This text font color is #4B38C5.


Background Color

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

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

This div background color is #4B38C5.


Border color

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

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

This div border color is #4B38C5.


Opacity

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

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

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

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

This text has shadow with #4B38C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B38C5 on black background.


Color preview on white background

This text has color #4B38C5 on white background.



Black color preview on #4B38C5 background

This text has black color on #4B38C5 background.


White color preview on #4B38C5 background

This text has white color on #4B38C5 background.