COLOR #4B387B

HEX: #4B387B
RGB: (75,56,123)

Color info

#4B387B contains mainly red and blue colors. Web safe color of #4B387B is #333366 (or #336).

RGB color model

#4B387B color RGB value is (75,56,123).

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

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 123 of 255 = 48%

75
56
123

R + G + B ~ 33%. #4B387B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 123 = 254 (100%)
R 75 of 254 ~ 29.53%
G 56 of 254 ~ 22.05%
B 123 of 254 ~ 48.43%

%29.53
%22.05
%48.43

CMYK color model

#4B387B color CMYK value is (39,54,0,52).

  • cyan value is 39.02%
  • magenta value is 54.47%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,54,0,52)
C39M54Y0K52 
(39%,54%,0%,52%)
(0.39/0.54/0.00/0.52)	

CMYK percentages

%39.02
%54.47
%0
%51.76

Codes

Color #4B387B in popluar color models

4B387B
RGB7556123
HSL257°37.43%35.10%
HSB/HSV257°54.47%48.24%
CMYK39.02%54.47%0.00%
51.76%

Color #4B387B in popluar number systems.

HEX4B387B
Decimal7556123
Binary10010111110001111011
Octal11370173

Shades and tints

Shades of #4B387B

#4B387B
(75,56,123)
#453370
(69,51,112)
#3F2E65
(63,46,101)
#39295A
(57,41,90)
#33244F
(51,36,79)
#2D1F44
(45,31,68)
#271A39
(39,26,57)
#21152E
(33,21,46)
#1B1023
(27,16,35)
#150B18
(21,11,24)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #4B387B

#4B387B
(75,56,123)
#5B4A87
(91,74,135)
#6B5C93
(107,92,147)
#7B6E9F
(123,110,159)
#8B80AB
(139,128,171)
#9B92B7
(155,146,183)
#ABA4C3
(171,164,195)
#BBB6CF
(187,182,207)
#CBC8DB
(203,200,219)
#DBDAE7
(219,218,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B387B; }

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

This text font color is #4B387B.


Background Color

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

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

This div background color is #4B387B.


Border color

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

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

This div border color is #4B387B.


Opacity

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

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

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

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

This text has shadow with #4B387B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B387B on black background.


Color preview on white background

This text has color #4B387B on white background.



Black color preview on #4B387B background

This text has black color on #4B387B background.


White color preview on #4B387B background

This text has white color on #4B387B background.