COLOR #4B5672

HEX: #4B5672
RGB: (75,86,114)

Color info

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

RGB color model

#4B5672 color RGB value is (75,86,114).

  • red value is 75;
  • green value is 86;
  • blue value is 114.
RGB:
(75,86,114)
(29%,34%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 86 of 255 = 34%
B 114 of 255 = 45%

75
86
114

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

Portions of RGB colors in percentages

R + G + B =
75 + 86 + 114 = 275 (100%)
R 75 of 275 ~ 27.27%
G 86 of 275 ~ 31.27%
B 114 of 275 ~ 41.45%

%27.27
%31.27
%41.45

CMYK color model

#4B5672 color CMYK value is (34,25,0,55).

  • cyan value is 34.21%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(34,25,0,55)
C34M25Y0K55 
(34%,25%,0%,55%)
(0.34/0.25/0.00/0.55)	

CMYK percentages

%34.21
%24.56
%0
%55.29

Codes

Color #4B5672 in popluar color models

4B5672
RGB7586114
HSL223°20.63%37.06%
HSB/HSV223°34.21%44.71%
CMYK34.21%24.56%0.00%
55.29%

Color #4B5672 in popluar number systems.

HEX4B5672
Decimal7586114
Binary100101110101101110010
Octal113126162

Shades and tints

Shades of #4B5672

#4B5672
(75,86,114)
#454F68
(69,79,104)
#3F485E
(63,72,94)
#394154
(57,65,84)
#333A4A
(51,58,74)
#2D3340
(45,51,64)
#272C36
(39,44,54)
#21252C
(33,37,44)
#1B1E22
(27,30,34)
#151718
(21,23,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #4B5672

#4B5672
(75,86,114)
#5B657E
(91,101,126)
#6B748A
(107,116,138)
#7B8396
(123,131,150)
#8B92A2
(139,146,162)
#9BA1AE
(155,161,174)
#ABB0BA
(171,176,186)
#BBBFC6
(187,191,198)
#CBCED2
(203,206,210)
#DBDDDE
(219,221,222)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5672 color. Also use rgb(75,86,114) instead hex code.

Text Font Color

.myTextColor { color: #4B5672; }

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

This text font color is #4B5672.


Background Color

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

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

This div background color is #4B5672.


Border color

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

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

This div border color is #4B5672.


Opacity

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

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

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

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

This text has shadow with #4B5672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5672 on black background.


Color preview on white background

This text has color #4B5672 on white background.



Black color preview on #4B5672 background

This text has black color on #4B5672 background.


White color preview on #4B5672 background

This text has white color on #4B5672 background.