COLOR #4B5793

HEX: #4B5793 RGB: (75,87,147)

Color info

#4B5793 contains mainly blue color. Web safe color of #4B5793 is #336699 (or #369).

RGB color model

#4B5793 color RGB value is (75,87,147).

RGB: (75,87,147) (29%, 34%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 147 of 255 = 58%

75
87
147

R + G + B ~ 40%. #4B5793 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 87 + 147 = 309 (100%)
R 75 of 309 ~ 24.27%
G 87 of 309 ~ 28.16%
B 147 of 309 ~ 47.57'%

%24.27
%28.16
%47.57

CMYK color model

#4B5793 color CMYK value is (49,41,0,42).

  • cyan value is 48.98%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (49,41,0,42)
C49M41Y0K42 (49%, 41%, 0%, 42%)
(0.49 / 0.41 / 0.00 / 0.42)

CMYK percentages

%48.98
%40.82
%0
%42.35

Codes

Color #4B5793 in popluar color models

4B 57 93
RGB 75 87 147
HSL 230° 32.43% 43.53%
HSB/HSV 230° 48.98% 57.65%
CMYK 48.98% 40.82% 0.00%
42.35%

Color #4B5793 in popluar number systems.

HEX 4B 57 93
Decimal 75 87 147
Binary 1001011 1010111 10010011
Octal 113 127 223

Shades and tints

Shades of #4B5793

#4B5793
(75,87,147)
#455086
(69,80,134)
#3F4979
(63,73,121)
#39426C
(57,66,108)
#333B5F
(51,59,95)
#2D3452
(45,52,82)
#272D45
(39,45,69)
#212638
(33,38,56)
#1B1F2B
(27,31,43)
#15181E
(21,24,30)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #4B5793

#4B5793
(75,87,147)
#5B669C
(91,102,156)
#6B75A5
(107,117,165)
#7B84AE
(123,132,174)
#8B93B7
(139,147,183)
#9BA2C0
(155,162,192)
#ABB1C9
(171,177,201)
#BBC0D2
(187,192,210)
#CBCFDB
(203,207,219)
#DBDEE4
(219,222,228)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5793 color. Also use rgb(75,87,147) instead hex code.

Text Font Color

.myTextColor { color: #4B5793; }

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

This text font color is #4B5793.

Background Color

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

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

This div background color is #4B5793.

Border color

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

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

This div border color is #4B5793.

Opacity

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

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

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

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

This text has shadow with #4B5793 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5793.

Preview

Color preview on black background

This text has color #4B5793 on black background.


Color preview on white background

This text has color #4B5793 on white background.


Black color preview on #4B5793 background

This text has black color on #4B5793 background.


White color preview on #4B5793 background

This text has white color on #4B5793 background.


Related colors

Complementary color

Complementary color for #hex is #B4A86C.


I love getcolorcode.com

Triadic colors

1 #934B57 and #57934B with #4B5793 are triadic colors.

2 #93574B and #574B93 with #4B5793 are triadic colors.