COLOR #4B5383

HEX: #4B5383 RGB: (75,83,131)

Color info

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

RGB color model

#4B5383 color RGB value is (75,83,131).

RGB: (75,83,131) (29%, 33%, 51%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 131 of 255 = 51%

75
83
131

R + G + B ~ 38%. #4B5383 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 83 + 131 = 289 (100%)
R 75 of 289 ~ 25.95%
G 83 of 289 ~ 28.72%
B 131 of 289 ~ 45.33'%

%25.95
%28.72
%45.33

CMYK color model

#4B5383 color CMYK value is (43,37,0,49).

  • cyan value is 42.75%
  • magenta value is 36.64%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (43,37,0,49)
C43M37Y0K49 (43%, 37%, 0%, 49%)
(0.43 / 0.37 / 0.00 / 0.49)

CMYK percentages

%42.75
%36.64
%0
%48.63

Codes

Color #4B5383 in popluar color models

4B 53 83
RGB 75 83 131
HSL 231° 27.18% 40.39%
HSB/HSV 231° 42.75% 51.37%
CMYK 42.75% 36.64% 0.00%
48.63%

Color #4B5383 in popluar number systems.

HEX 4B 53 83
Decimal 75 83 131
Binary 1001011 1010011 10000011
Octal 113 123 203

Shades and tints

Shades of #4B5383

#4B5383
(75,83,131)
#454C78
(69,76,120)
#3F456D
(63,69,109)
#393E62
(57,62,98)
#333757
(51,55,87)
#2D304C
(45,48,76)
#272941
(39,41,65)
#212236
(33,34,54)
#1B1B2B
(27,27,43)
#151420
(21,20,32)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #4B5383

#4B5383
(75,83,131)
#5B628E
(91,98,142)
#6B7199
(107,113,153)
#7B80A4
(123,128,164)
#8B8FAF
(139,143,175)
#9B9EBA
(155,158,186)
#ABADC5
(171,173,197)
#BBBCD0
(187,188,208)
#CBCBDB
(203,203,219)
#DBDAE6
(219,218,230)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5383; }

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

This text font color is #4B5383.

Background Color

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

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

This div background color is #4B5383.

Border color

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

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

This div border color is #4B5383.

Opacity

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

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

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

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

This text has shadow with #4B5383 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5383.

Preview

Color preview on black background

This text has color #4B5383 on black background.


Color preview on white background

This text has color #4B5383 on white background.


Black color preview on #4B5383 background

This text has black color on #4B5383 background.


White color preview on #4B5383 background

This text has white color on #4B5383 background.


Related colors

Complementary color

Complementary color for #hex is #B4AC7C.


I love getcolorcode.com

Triadic colors

1 #834B53 and #53834B with #4B5383 are triadic colors.

2 #83534B and #534B83 with #4B5383 are triadic colors.