COLOR #4B5770

HEX: #4B5770
RGB: (75,87,112)

Color info

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

RGB color model

#4B5770 color RGB value is (75,87,112).

  • red value is 75;
  • green value is 87;
  • blue value is 112.
RGB:
(75,87,112)
(29%,34%,44%)

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 112 of 255 = 44%

75
87
112

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 112 = 274 (100%)
R 75 of 274 ~ 27.37%
G 87 of 274 ~ 31.75%
B 112 of 274 ~ 40.88%

%27.37
%31.75
%40.88

CMYK color model

#4B5770 color CMYK value is (33,22,0,56).

  • cyan value is 33.04%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(33,22,0,56)
C33M22Y0K56 
(33%,22%,0%,56%)
(0.33/0.22/0.00/0.56)	

CMYK percentages

%33.04
%22.32
%0
%56.08

Codes

Color #4B5770 in popluar color models

4B5770
RGB7587112
HSL221°19.79%36.67%
HSB/HSV221°33.04%43.92%
CMYK33.04%22.32%0.00%
56.08%

Color #4B5770 in popluar number systems.

HEX4B5770
Decimal7587112
Binary100101110101111110000
Octal113127160

Shades and tints

Shades of #4B5770

#4B5770
(75,87,112)
#455066
(69,80,102)
#3F495C
(63,73,92)
#394252
(57,66,82)
#333B48
(51,59,72)
#2D343E
(45,52,62)
#272D34
(39,45,52)
#21262A
(33,38,42)
#1B1F20
(27,31,32)
#151816
(21,24,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #4B5770

#4B5770
(75,87,112)
#5B667D
(91,102,125)
#6B758A
(107,117,138)
#7B8497
(123,132,151)
#8B93A4
(139,147,164)
#9BA2B1
(155,162,177)
#ABB1BE
(171,177,190)
#BBC0CB
(187,192,203)
#CBCFD8
(203,207,216)
#DBDEE5
(219,222,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5770 color. Also use rgb(75,87,112) instead hex code.

Text Font Color

.myTextColor { color: #4B5770; }

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

This text font color is #4B5770.


Background Color

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

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

This div background color is #4B5770.


Border color

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

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

This div border color is #4B5770.


Opacity

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

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

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

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

This text has shadow with #4B5770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5770 on black background.


Color preview on white background

This text has color #4B5770 on white background.



Black color preview on #4B5770 background

This text has black color on #4B5770 background.


White color preview on #4B5770 background

This text has white color on #4B5770 background.