COLOR #4B386E

HEX: #4B386E
RGB: (75,56,110)

Color info

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

RGB color model

#4B386E color RGB value is (75,56,110).

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

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 110 of 255 = 43%

75
56
110

R + G + B ~ 31%. #4B386E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 110 = 241 (100%)
R 75 of 241 ~ 31.12%
G 56 of 241 ~ 23.24%
B 110 of 241 ~ 45.64%

%31.12
%23.24
%45.64

CMYK color model

#4B386E color CMYK value is (32,49,0,57).

  • cyan value is 31.82%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(32,49,0,57)
C32M49Y0K57 
(32%,49%,0%,57%)
(0.32/0.49/0.00/0.57)	

CMYK percentages

%31.82
%49.09
%0
%56.86

Codes

Color #4B386E in popluar color models

4B386E
RGB7556110
HSL261°32.53%32.55%
HSB/HSV261°49.09%43.14%
CMYK31.82%49.09%0.00%
56.86%

Color #4B386E in popluar number systems.

HEX4B386E
Decimal7556110
Binary10010111110001101110
Octal11370156

Shades and tints

Shades of #4B386E

#4B386E
(75,56,110)
#453364
(69,51,100)
#3F2E5A
(63,46,90)
#392950
(57,41,80)
#332446
(51,36,70)
#2D1F3C
(45,31,60)
#271A32
(39,26,50)
#211528
(33,21,40)
#1B101E
(27,16,30)
#150B14
(21,11,20)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #4B386E

#4B386E
(75,56,110)
#5B4A7B
(91,74,123)
#6B5C88
(107,92,136)
#7B6E95
(123,110,149)
#8B80A2
(139,128,162)
#9B92AF
(155,146,175)
#ABA4BC
(171,164,188)
#BBB6C9
(187,182,201)
#CBC8D6
(203,200,214)
#DBDAE3
(219,218,227)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B386E; }

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

This text font color is #4B386E.


Background Color

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

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

This div background color is #4B386E.


Border color

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

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

This div border color is #4B386E.


Opacity

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

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

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

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

This text has shadow with #4B386E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B386E on black background.


Color preview on white background

This text has color #4B386E on white background.



Black color preview on #4B386E background

This text has black color on #4B386E background.


White color preview on #4B386E background

This text has white color on #4B386E background.