COLOR #4B3F81

HEX: #4B3F81
RGB: (75,63,129)

Color info

#4B3F81 contains mainly red and blue colors. Web safe color of #4B3F81 is #333399 (or #339).

RGB color model

#4B3F81 color RGB value is (75,63,129).

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

RGB channels and saturation

R 75 of 255 = 29%
G 63 of 255 = 25%
B 129 of 255 = 51%

75
63
129

R + G + B ~ 35%. #4B3F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 63 + 129 = 267 (100%)
R 75 of 267 ~ 28.09%
G 63 of 267 ~ 23.6%
B 129 of 267 ~ 48.31%

%28.09
%23.6
%48.31

CMYK color model

#4B3F81 color CMYK value is (42,51,0,49).

  • cyan value is 41.86%
  • magenta value is 51.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,51,0,49)
C42M51Y0K49 
(42%,51%,0%,49%)
(0.42/0.51/0.00/0.49)	

CMYK percentages

%41.86
%51.16
%0
%49.41

Codes

Color #4B3F81 in popluar color models

4B3F81
RGB7563129
HSL251°34.38%37.65%
HSB/HSV251°51.16%50.59%
CMYK41.86%51.16%0.00%
49.41%

Color #4B3F81 in popluar number systems.

HEX4B3F81
Decimal7563129
Binary100101111111110000001
Octal11377201

Shades and tints

Shades of #4B3F81

#4B3F81
(75,63,129)
#453A76
(69,58,118)
#3F356B
(63,53,107)
#393060
(57,48,96)
#332B55
(51,43,85)
#2D264A
(45,38,74)
#27213F
(39,33,63)
#211C34
(33,28,52)
#1B1729
(27,23,41)
#15121E
(21,18,30)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #4B3F81

#4B3F81
(75,63,129)
#5B508C
(91,80,140)
#6B6197
(107,97,151)
#7B72A2
(123,114,162)
#8B83AD
(139,131,173)
#9B94B8
(155,148,184)
#ABA5C3
(171,165,195)
#BBB6CE
(187,182,206)
#CBC7D9
(203,199,217)
#DBD8E4
(219,216,228)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3F81; }

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

This text font color is #4B3F81.


Background Color

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

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

This div background color is #4B3F81.


Border color

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

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

This div border color is #4B3F81.


Opacity

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

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

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

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

This text has shadow with #4B3F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3F81 on black background.


Color preview on white background

This text has color #4B3F81 on white background.



Black color preview on #4B3F81 background

This text has black color on #4B3F81 background.


White color preview on #4B3F81 background

This text has white color on #4B3F81 background.