COLOR #4B5183

HEX: #4B5183
RGB: (75,81,131)

Color info

#4B5183 contains red, green and blue colors in about the same proportion. Web safe color of #4B5183 is #336699 (or #369).

RGB color model

#4B5183 color RGB value is (75,81,131).

  • red value is 75;
  • green value is 81;
  • blue value is 131.
RGB:
(75,81,131)
(29%,32%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 81 of 255 = 32%
B 131 of 255 = 51%

75
81
131

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

Portions of RGB colors in percentages

R + G + B =
75 + 81 + 131 = 287 (100%)
R 75 of 287 ~ 26.13%
G 81 of 287 ~ 28.22%
B 131 of 287 ~ 45.64%

%26.13
%28.22
%45.64

CMYK color model

#4B5183 color CMYK value is (43,38,0,49).

  • cyan value is 42.75%
  • magenta value is 38.17%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(43,38,0,49)
C43M38Y0K49 
(43%,38%,0%,49%)
(0.43/0.38/0.00/0.49)	

CMYK percentages

%42.75
%38.17
%0
%48.63

Codes

Color #4B5183 in popluar color models

4B5183
RGB7581131
HSL234°27.18%40.39%
HSB/HSV234°42.75%51.37%
CMYK42.75%38.17%0.00%
48.63%

Color #4B5183 in popluar number systems.

HEX4B5183
Decimal7581131
Binary1001011101000110000011
Octal113121203

Shades and tints

Shades of #4B5183

#4B5183
(75,81,131)
#454A78
(69,74,120)
#3F436D
(63,67,109)
#393C62
(57,60,98)
#333557
(51,53,87)
#2D2E4C
(45,46,76)
#272741
(39,39,65)
#212036
(33,32,54)
#1B192B
(27,25,43)
#151220
(21,18,32)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #4B5183

#4B5183
(75,81,131)
#5B608E
(91,96,142)
#6B6F99
(107,111,153)
#7B7EA4
(123,126,164)
#8B8DAF
(139,141,175)
#9B9CBA
(155,156,186)
#ABABC5
(171,171,197)
#BBBAD0
(187,186,208)
#CBC9DB
(203,201,219)
#DBD8E6
(219,216,230)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5183 color. Also use rgb(75,81,131) instead hex code.

Text Font Color

.myTextColor { color: #4B5183; }

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

This text font color is #4B5183.


Background Color

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

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

This div background color is #4B5183.


Border color

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

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

This div border color is #4B5183.


Opacity

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

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

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

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

This text has shadow with #4B5183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5183 on black background.


Color preview on white background

This text has color #4B5183 on white background.



Black color preview on #4B5183 background

This text has black color on #4B5183 background.


White color preview on #4B5183 background

This text has white color on #4B5183 background.