COLOR #4B5F7B

HEX: #4B5F7B
RGB: (75,95,123)

Color info

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

RGB color model

#4B5F7B color RGB value is (75,95,123).

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

RGB channels and saturation

R 75 of 255 = 29%
G 95 of 255 = 37%
B 123 of 255 = 48%

75
95
123

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

Portions of RGB colors in percentages

R + G + B =
75 + 95 + 123 = 293 (100%)
R 75 of 293 ~ 25.6%
G 95 of 293 ~ 32.42%
B 123 of 293 ~ 41.98%

%25.6
%32.42
%41.98

CMYK color model

#4B5F7B color CMYK value is (39,23,0,52).

  • cyan value is 39.02%
  • magenta value is 22.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,23,0,52)
C39M23Y0K52 
(39%,23%,0%,52%)
(0.39/0.23/0.00/0.52)	

CMYK percentages

%39.02
%22.76
%0
%51.76

Codes

Color #4B5F7B in popluar color models

4B5F7B
RGB7595123
HSL215°24.24%38.82%
HSB/HSV215°39.02%48.24%
CMYK39.02%22.76%0.00%
51.76%

Color #4B5F7B in popluar number systems.

HEX4B5F7B
Decimal7595123
Binary100101110111111111011
Octal113137173

Shades and tints

Shades of #4B5F7B

#4B5F7B
(75,95,123)
#455770
(69,87,112)
#3F4F65
(63,79,101)
#39475A
(57,71,90)
#333F4F
(51,63,79)
#2D3744
(45,55,68)
#272F39
(39,47,57)
#21272E
(33,39,46)
#1B1F23
(27,31,35)
#151718
(21,23,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B5F7B

#4B5F7B
(75,95,123)
#5B6D87
(91,109,135)
#6B7B93
(107,123,147)
#7B899F
(123,137,159)
#8B97AB
(139,151,171)
#9BA5B7
(155,165,183)
#ABB3C3
(171,179,195)
#BBC1CF
(187,193,207)
#CBCFDB
(203,207,219)
#DBDDE7
(219,221,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5F7B; }

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

This text font color is #4B5F7B.


Background Color

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

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

This div background color is #4B5F7B.


Border color

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

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

This div border color is #4B5F7B.


Opacity

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

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

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

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

This text has shadow with #4B5F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5F7B on black background.


Color preview on white background

This text has color #4B5F7B on white background.



Black color preview on #4B5F7B background

This text has black color on #4B5F7B background.


White color preview on #4B5F7B background

This text has white color on #4B5F7B background.