COLOR #4B5E6F

HEX: #4B5E6F
RGB: (75,94,111)

Color info

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

RGB color model

#4B5E6F color RGB value is (75,94,111).

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

RGB channels and saturation

R 75 of 255 = 29%
G 94 of 255 = 37%
B 111 of 255 = 44%

75
94
111

R + G + B ~ 37%. #4B5E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 94 + 111 = 280 (100%)
R 75 of 280 ~ 26.79%
G 94 of 280 ~ 33.57%
B 111 of 280 ~ 39.64%

%26.79
%33.57
%39.64

CMYK color model

#4B5E6F color CMYK value is (32,15,0,56).

  • cyan value is 32.43%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,15,0,56)
C32M15Y0K56 
(32%,15%,0%,56%)
(0.32/0.15/0.00/0.56)	

CMYK percentages

%32.43
%15.32
%0
%56.47

Codes

Color #4B5E6F in popluar color models

4B5E6F
RGB7594111
HSL208°19.35%36.47%
HSB/HSV208°32.43%43.53%
CMYK32.43%15.32%0.00%
56.47%

Color #4B5E6F in popluar number systems.

HEX4B5E6F
Decimal7594111
Binary100101110111101101111
Octal113136157

Shades and tints

Shades of #4B5E6F

#4B5E6F
(75,94,111)
#455665
(69,86,101)
#3F4E5B
(63,78,91)
#394651
(57,70,81)
#333E47
(51,62,71)
#2D363D
(45,54,61)
#272E33
(39,46,51)
#212629
(33,38,41)
#1B1E1F
(27,30,31)
#151615
(21,22,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #4B5E6F

#4B5E6F
(75,94,111)
#5B6C7C
(91,108,124)
#6B7A89
(107,122,137)
#7B8896
(123,136,150)
#8B96A3
(139,150,163)
#9BA4B0
(155,164,176)
#ABB2BD
(171,178,189)
#BBC0CA
(187,192,202)
#CBCED7
(203,206,215)
#DBDCE4
(219,220,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5E6F; }

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

This text font color is #4B5E6F.


Background Color

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

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

This div background color is #4B5E6F.


Border color

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

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

This div border color is #4B5E6F.


Opacity

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

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

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

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

This text has shadow with #4B5E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5E6F on black background.


Color preview on white background

This text has color #4B5E6F on white background.



Black color preview on #4B5E6F background

This text has black color on #4B5E6F background.


White color preview on #4B5E6F background

This text has white color on #4B5E6F background.