COLOR #4B5B7D

HEX: #4B5B7D
RGB: (75,91,125)

Color info

#4B5B7D contains red, green and blue colors in about the same proportion. Web safe color of #4B5B7D is #336666 (or #366).

RGB color model

#4B5B7D color RGB value is (75,91,125).

  • red value is 75;
  • green value is 91;
  • blue value is 125.
RGB:
(75,91,125)
(29%,36%,49%)

RGB channels and saturation

R 75 of 255 = 29%
G 91 of 255 = 36%
B 125 of 255 = 49%

75
91
125

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

Portions of RGB colors in percentages

R + G + B =
75 + 91 + 125 = 291 (100%)
R 75 of 291 ~ 25.77%
G 91 of 291 ~ 31.27%
B 125 of 291 ~ 42.96%

%25.77
%31.27
%42.96

CMYK color model

#4B5B7D color CMYK value is (40,27,0,51).

  • cyan value is 40.00%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(40,27,0,51)
C40M27Y0K51 
(40%,27%,0%,51%)
(0.40/0.27/0.00/0.51)	

CMYK percentages

%40
%27.2
%0
%50.98

Codes

Color #4B5B7D in popluar color models

4B5B7D
RGB7591125
HSL221°25.00%39.22%
HSB/HSV221°40.00%49.02%
CMYK40.00%27.20%0.00%
50.98%

Color #4B5B7D in popluar number systems.

HEX4B5B7D
Decimal7591125
Binary100101110110111111101
Octal113133175

Shades and tints

Shades of #4B5B7D

#4B5B7D
(75,91,125)
#455372
(69,83,114)
#3F4B67
(63,75,103)
#39435C
(57,67,92)
#333B51
(51,59,81)
#2D3346
(45,51,70)
#272B3B
(39,43,59)
#212330
(33,35,48)
#1B1B25
(27,27,37)
#15131A
(21,19,26)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #4B5B7D

#4B5B7D
(75,91,125)
#5B6988
(91,105,136)
#6B7793
(107,119,147)
#7B859E
(123,133,158)
#8B93A9
(139,147,169)
#9BA1B4
(155,161,180)
#ABAFBF
(171,175,191)
#BBBDCA
(187,189,202)
#CBCBD5
(203,203,213)
#DBD9E0
(219,217,224)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5B7D color. Also use rgb(75,91,125) instead hex code.

Text Font Color

.myTextColor { color: #4B5B7D; }

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

This text font color is #4B5B7D.


Background Color

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

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

This div background color is #4B5B7D.


Border color

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

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

This div border color is #4B5B7D.


Opacity

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

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

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

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

This text has shadow with #4B5B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5B7D on black background.


Color preview on white background

This text has color #4B5B7D on white background.



Black color preview on #4B5B7D background

This text has black color on #4B5B7D background.


White color preview on #4B5B7D background

This text has white color on #4B5B7D background.