COLOR #4B5C72

HEX: #4B5C72
RGB: (75,92,114)

Color info

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

RGB color model

#4B5C72 color RGB value is (75,92,114).

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

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 114 of 255 = 45%

75
92
114

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

Portions of RGB colors in percentages

R + G + B =
75 + 92 + 114 = 281 (100%)
R 75 of 281 ~ 26.69%
G 92 of 281 ~ 32.74%
B 114 of 281 ~ 40.57%

%26.69
%32.74
%40.57

CMYK color model

#4B5C72 color CMYK value is (34,19,0,55).

  • cyan value is 34.21%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(34,19,0,55)
C34M19Y0K55 
(34%,19%,0%,55%)
(0.34/0.19/0.00/0.55)	

CMYK percentages

%34.21
%19.3
%0
%55.29

Codes

Color #4B5C72 in popluar color models

4B5C72
RGB7592114
HSL214°20.63%37.06%
HSB/HSV214°34.21%44.71%
CMYK34.21%19.30%0.00%
55.29%

Color #4B5C72 in popluar number systems.

HEX4B5C72
Decimal7592114
Binary100101110111001110010
Octal113134162

Shades and tints

Shades of #4B5C72

#4B5C72
(75,92,114)
#455468
(69,84,104)
#3F4C5E
(63,76,94)
#394454
(57,68,84)
#333C4A
(51,60,74)
#2D3440
(45,52,64)
#272C36
(39,44,54)
#21242C
(33,36,44)
#1B1C22
(27,28,34)
#151418
(21,20,24)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B5C72

#4B5C72
(75,92,114)
#5B6A7E
(91,106,126)
#6B788A
(107,120,138)
#7B8696
(123,134,150)
#8B94A2
(139,148,162)
#9BA2AE
(155,162,174)
#ABB0BA
(171,176,186)
#BBBEC6
(187,190,198)
#CBCCD2
(203,204,210)
#DBDADE
(219,218,222)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5C72; }

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

This text font color is #4B5C72.


Background Color

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

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

This div background color is #4B5C72.


Border color

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

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

This div border color is #4B5C72.


Opacity

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

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

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

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

This text has shadow with #4B5C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5C72 on black background.


Color preview on white background

This text has color #4B5C72 on white background.



Black color preview on #4B5C72 background

This text has black color on #4B5C72 background.


White color preview on #4B5C72 background

This text has white color on #4B5C72 background.