COLOR #4B3F94

HEX: #4B3F94
RGB: (75,63,148)

Color info

#4B3F94 contains mainly blue color. Web safe color of #4B3F94 is #333399 (or #339).

RGB color model

#4B3F94 color RGB value is (75,63,148).

  • red value is 75;
  • green value is 63;
  • blue value is 148.
RGB:
(75,63,148)
(29%,25%,58%)

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 148 of 255 = 58%

75
63
148

R + G + B ~ 37%. #4B3F94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 63 + 148 = 286 (100%)
R 75 of 286 ~ 26.22%
G 63 of 286 ~ 22.03%
B 148 of 286 ~ 51.75%

%26.22
%22.03
%51.75

CMYK color model

#4B3F94 color CMYK value is (49,57,0,42).

  • cyan value is 49.32%
  • magenta value is 57.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(49,57,0,42)
C49M57Y0K42 
(49%,57%,0%,42%)
(0.49/0.57/0.00/0.42)	

CMYK percentages

%49.32
%57.43
%0
%41.96

Codes

Color #4B3F94 in popluar color models

4B3F94
RGB7563148
HSL248°40.28%41.37%
HSB/HSV248°57.43%58.04%
CMYK49.32%57.43%0.00%
41.96%

Color #4B3F94 in popluar number systems.

HEX4B3F94
Decimal7563148
Binary100101111111110010100
Octal11377224

Shades and tints

Shades of #4B3F94

#4B3F94
(75,63,148)
#453A87
(69,58,135)
#3F357A
(63,53,122)
#39306D
(57,48,109)
#332B60
(51,43,96)
#2D2653
(45,38,83)
#272146
(39,33,70)
#211C39
(33,28,57)
#1B172C
(27,23,44)
#15121F
(21,18,31)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #4B3F94

#4B3F94
(75,63,148)
#5B509D
(91,80,157)
#6B61A6
(107,97,166)
#7B72AF
(123,114,175)
#8B83B8
(139,131,184)
#9B94C1
(155,148,193)
#ABA5CA
(171,165,202)
#BBB6D3
(187,182,211)
#CBC7DC
(203,199,220)
#DBD8E5
(219,216,229)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3F94 color. Also use rgb(75,63,148) instead hex code.

Text Font Color

.myTextColor { color: #4B3F94; }

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

This text font color is #4B3F94.


Background Color

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

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

This div background color is #4B3F94.


Border color

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

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

This div border color is #4B3F94.


Opacity

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

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

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

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

This text has shadow with #4B3F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3F94 on black background.


Color preview on white background

This text has color #4B3F94 on white background.



Black color preview on #4B3F94 background

This text has black color on #4B3F94 background.


White color preview on #4B3F94 background

This text has white color on #4B3F94 background.