COLOR #4B5576

HEX: #4B5576
RGB: (75,85,118)

Color info

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

RGB color model

#4B5576 color RGB value is (75,85,118).

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

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 118 of 255 = 46%

75
85
118

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

Portions of RGB colors in percentages

R + G + B =
75 + 85 + 118 = 278 (100%)
R 75 of 278 ~ 26.98%
G 85 of 278 ~ 30.58%
B 118 of 278 ~ 42.45%

%26.98
%30.58
%42.45

CMYK color model

#4B5576 color CMYK value is (36,28,0,54).

  • cyan value is 36.44%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(36,28,0,54)
C36M28Y0K54 
(36%,28%,0%,54%)
(0.36/0.28/0.00/0.54)	

CMYK percentages

%36.44
%27.97
%0
%53.73

Codes

Color #4B5576 in popluar color models

4B5576
RGB7585118
HSL226°22.28%37.84%
HSB/HSV226°36.44%46.27%
CMYK36.44%27.97%0.00%
53.73%

Color #4B5576 in popluar number systems.

HEX4B5576
Decimal7585118
Binary100101110101011110110
Octal113125166

Shades and tints

Shades of #4B5576

#4B5576
(75,85,118)
#454E6C
(69,78,108)
#3F4762
(63,71,98)
#394058
(57,64,88)
#33394E
(51,57,78)
#2D3244
(45,50,68)
#272B3A
(39,43,58)
#212430
(33,36,48)
#1B1D26
(27,29,38)
#15161C
(21,22,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #4B5576

#4B5576
(75,85,118)
#5B6482
(91,100,130)
#6B738E
(107,115,142)
#7B829A
(123,130,154)
#8B91A6
(139,145,166)
#9BA0B2
(155,160,178)
#ABAFBE
(171,175,190)
#BBBECA
(187,190,202)
#CBCDD6
(203,205,214)
#DBDCE2
(219,220,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5576; }

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

This text font color is #4B5576.


Background Color

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

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

This div background color is #4B5576.


Border color

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

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

This div border color is #4B5576.


Opacity

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

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

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

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

This text has shadow with #4B5576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5576 on black background.


Color preview on white background

This text has color #4B5576 on white background.



Black color preview on #4B5576 background

This text has black color on #4B5576 background.


White color preview on #4B5576 background

This text has white color on #4B5576 background.