COLOR #4B5572

HEX: #4B5572
RGB: (75,85,114)

Color info

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

RGB color model

#4B5572 color RGB value is (75,85,114).

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

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 114 of 255 = 45%

75
85
114

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 114 = 274 (100%)
R 75 of 274 ~ 27.37%
G 85 of 274 ~ 31.02%
B 114 of 274 ~ 41.61%

%27.37
%31.02
%41.61

CMYK color model

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

  • cyan value is 34.21%
  • magenta value is 25.44%
  • 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
%25.44
%0
%55.29

Codes

Color #4B5572 in popluar color models

4B5572
RGB7585114
HSL225°20.63%37.06%
HSB/HSV225°34.21%44.71%
CMYK34.21%25.44%0.00%
55.29%

Color #4B5572 in popluar number systems.

HEX4B5572
Decimal7585114
Binary100101110101011110010
Octal113125162

Shades and tints

Shades of #4B5572

#4B5572
(75,85,114)
#454E68
(69,78,104)
#3F475E
(63,71,94)
#394054
(57,64,84)
#33394A
(51,57,74)
#2D3240
(45,50,64)
#272B36
(39,43,54)
#21242C
(33,36,44)
#1B1D22
(27,29,34)
#151618
(21,22,24)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #4B5572

#4B5572
(75,85,114)
#5B647E
(91,100,126)
#6B738A
(107,115,138)
#7B8296
(123,130,150)
#8B91A2
(139,145,162)
#9BA0AE
(155,160,174)
#ABAFBA
(171,175,186)
#BBBEC6
(187,190,198)
#CBCDD2
(203,205,210)
#DBDCDE
(219,220,222)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5572; }

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

This text font color is #4B5572.


Background Color

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

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

This div background color is #4B5572.


Border color

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

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

This div border color is #4B5572.


Opacity

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

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

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

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

This text has shadow with #4B5572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5572 on black background.


Color preview on white background

This text has color #4B5572 on white background.



Black color preview on #4B5572 background

This text has black color on #4B5572 background.


White color preview on #4B5572 background

This text has white color on #4B5572 background.