COLOR #4B396F

HEX: #4B396F
RGB: (75,57,111)

Color info

#4B396F contains red, green and blue colors in about the same proportion. Web safe color of #4B396F is #333366 (or #336).

RGB color model

#4B396F color RGB value is (75,57,111).

  • red value is 75;
  • green value is 57;
  • blue value is 111.
RGB:
(75,57,111)
(29%,22%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 57 of 255 = 22%
B 111 of 255 = 44%

75
57
111

R + G + B ~ 32%. #4B396F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 57 + 111 = 243 (100%)
R 75 of 243 ~ 30.86%
G 57 of 243 ~ 23.46%
B 111 of 243 ~ 45.68%

%30.86
%23.46
%45.68

CMYK color model

#4B396F color CMYK value is (32,49,0,56).

  • cyan value is 32.43%
  • magenta value is 48.65%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,49,0,56)
C32M49Y0K56 
(32%,49%,0%,56%)
(0.32/0.49/0.00/0.56)	

CMYK percentages

%32.43
%48.65
%0
%56.47

Codes

Color #4B396F in popluar color models

4B396F
RGB7557111
HSL260°32.14%32.94%
HSB/HSV260°48.65%43.53%
CMYK32.43%48.65%0.00%
56.47%

Color #4B396F in popluar number systems.

HEX4B396F
Decimal7557111
Binary10010111110011101111
Octal11371157

Shades and tints

Shades of #4B396F

#4B396F
(75,57,111)
#453465
(69,52,101)
#3F2F5B
(63,47,91)
#392A51
(57,42,81)
#332547
(51,37,71)
#2D203D
(45,32,61)
#271B33
(39,27,51)
#211629
(33,22,41)
#1B111F
(27,17,31)
#150C15
(21,12,21)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #4B396F

#4B396F
(75,57,111)
#5B4B7C
(91,75,124)
#6B5D89
(107,93,137)
#7B6F96
(123,111,150)
#8B81A3
(139,129,163)
#9B93B0
(155,147,176)
#ABA5BD
(171,165,189)
#BBB7CA
(187,183,202)
#CBC9D7
(203,201,215)
#DBDBE4
(219,219,228)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B396F color. Also use rgb(75,57,111) instead hex code.

Text Font Color

.myTextColor { color: #4B396F; }

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

This text font color is #4B396F.


Background Color

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

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

This div background color is #4B396F.


Border color

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

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

This div border color is #4B396F.


Opacity

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

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

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

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

This text has shadow with #4B396F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B396F on black background.


Color preview on white background

This text has color #4B396F on white background.



Black color preview on #4B396F background

This text has black color on #4B396F background.


White color preview on #4B396F background

This text has white color on #4B396F background.