COLOR #4B577A

HEX: #4B577A
RGB: (75,87,122)

Color info

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

RGB color model

#4B577A color RGB value is (75,87,122).

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

RGB channels and saturation

R 75 of 255 = 29%
G 87 of 255 = 34%
B 122 of 255 = 48%

75
87
122

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

Portions of RGB colors in percentages

R + G + B =
75 + 87 + 122 = 284 (100%)
R 75 of 284 ~ 26.41%
G 87 of 284 ~ 30.63%
B 122 of 284 ~ 42.96%

%26.41
%30.63
%42.96

CMYK color model

#4B577A color CMYK value is (39,29,0,52).

  • cyan value is 38.52%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,29,0,52)
C39M29Y0K52 
(39%,29%,0%,52%)
(0.39/0.29/0.00/0.52)	

CMYK percentages

%38.52
%28.69
%0
%52.16

Codes

Color #4B577A in popluar color models

4B577A
RGB7587122
HSL225°23.86%38.63%
HSB/HSV225°38.52%47.84%
CMYK38.52%28.69%0.00%
52.16%

Color #4B577A in popluar number systems.

HEX4B577A
Decimal7587122
Binary100101110101111111010
Octal113127172

Shades and tints

Shades of #4B577A

#4B577A
(75,87,122)
#45506F
(69,80,111)
#3F4964
(63,73,100)
#394259
(57,66,89)
#333B4E
(51,59,78)
#2D3443
(45,52,67)
#272D38
(39,45,56)
#21262D
(33,38,45)
#1B1F22
(27,31,34)
#151817
(21,24,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #4B577A

#4B577A
(75,87,122)
#5B6686
(91,102,134)
#6B7592
(107,117,146)
#7B849E
(123,132,158)
#8B93AA
(139,147,170)
#9BA2B6
(155,162,182)
#ABB1C2
(171,177,194)
#BBC0CE
(187,192,206)
#CBCFDA
(203,207,218)
#DBDEE6
(219,222,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B577A; }

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

This text font color is #4B577A.


Background Color

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

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

This div background color is #4B577A.


Border color

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

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

This div border color is #4B577A.


Opacity

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

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

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

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

This text has shadow with #4B577A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B577A on black background.


Color preview on white background

This text has color #4B577A on white background.



Black color preview on #4B577A background

This text has black color on #4B577A background.


White color preview on #4B577A background

This text has white color on #4B577A background.