COLOR #4B5D6F

HEX: #4B5D6F
RGB: (75,93,111)

Color info

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

RGB color model

#4B5D6F color RGB value is (75,93,111).

  • red value is 75;
  • green value is 93;
  • blue value is 111.
RGB:
(75,93,111)
(29%,36%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 111 of 255 = 44%

75
93
111

R + G + B ~ 36%. #4B5D6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 111 = 279 (100%)
R 75 of 279 ~ 26.88%
G 93 of 279 ~ 33.33%
B 111 of 279 ~ 39.78%

%26.88
%33.33
%39.78

CMYK color model

#4B5D6F color CMYK value is (32,16,0,56).

  • cyan value is 32.43%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,16,0,56)
C32M16Y0K56 
(32%,16%,0%,56%)
(0.32/0.16/0.00/0.56)	

CMYK percentages

%32.43
%16.22
%0
%56.47

Codes

Color #4B5D6F in popluar color models

4B5D6F
RGB7593111
HSL210°19.35%36.47%
HSB/HSV210°32.43%43.53%
CMYK32.43%16.22%0.00%
56.47%

Color #4B5D6F in popluar number systems.

HEX4B5D6F
Decimal7593111
Binary100101110111011101111
Octal113135157

Shades and tints

Shades of #4B5D6F

#4B5D6F
(75,93,111)
#455565
(69,85,101)
#3F4D5B
(63,77,91)
#394551
(57,69,81)
#333D47
(51,61,71)
#2D353D
(45,53,61)
#272D33
(39,45,51)
#212529
(33,37,41)
#1B1D1F
(27,29,31)
#151515
(21,21,21)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #4B5D6F

#4B5D6F
(75,93,111)
#5B6B7C
(91,107,124)
#6B7989
(107,121,137)
#7B8796
(123,135,150)
#8B95A3
(139,149,163)
#9BA3B0
(155,163,176)
#ABB1BD
(171,177,189)
#BBBFCA
(187,191,202)
#CBCDD7
(203,205,215)
#DBDBE4
(219,219,228)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5D6F color. Also use rgb(75,93,111) instead hex code.

Text Font Color

.myTextColor { color: #4B5D6F; }

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

This text font color is #4B5D6F.


Background Color

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

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

This div background color is #4B5D6F.


Border color

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

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

This div border color is #4B5D6F.


Opacity

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

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

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

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

This text has shadow with #4B5D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5D6F on black background.


Color preview on white background

This text has color #4B5D6F on white background.



Black color preview on #4B5D6F background

This text has black color on #4B5D6F background.


White color preview on #4B5D6F background

This text has white color on #4B5D6F background.