COLOR #4B7179

HEX: #4B7179
RGB: (75,113,121)

Color info

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

RGB color model

#4B7179 color RGB value is (75,113,121).

  • red value is 75;
  • green value is 113;
  • blue value is 121.
RGB:
(75,113,121)
(29%,44%,47%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 121 of 255 = 47%

75
113
121

R + G + B ~ 40%. #4B7179 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 113 + 121 = 309 (100%)
R 75 of 309 ~ 24.27%
G 113 of 309 ~ 36.57%
B 121 of 309 ~ 39.16%

%24.27
%36.57
%39.16

CMYK color model

#4B7179 color CMYK value is (38,7,0,53).

  • cyan value is 38.02%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(38,7,0,53)
C38M7Y0K53 
(38%,7%,0%,53%)
(0.38/0.07/0.00/0.53)	

CMYK percentages

%38.02
%6.61
%0
%52.55

Codes

Color #4B7179 in popluar color models

4B7179
RGB75113121
HSL190°23.47%38.43%
HSB/HSV190°38.02%47.45%
CMYK38.02%6.61%0.00%
52.55%

Color #4B7179 in popluar number systems.

HEX4B7179
Decimal75113121
Binary100101111100011111001
Octal113161171

Shades and tints

Shades of #4B7179

#4B7179
(75,113,121)
#45676E
(69,103,110)
#3F5D63
(63,93,99)
#395358
(57,83,88)
#33494D
(51,73,77)
#2D3F42
(45,63,66)
#273537
(39,53,55)
#212B2C
(33,43,44)
#1B2121
(27,33,33)
#151716
(21,23,22)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #4B7179

#4B7179
(75,113,121)
#5B7D85
(91,125,133)
#6B8991
(107,137,145)
#7B959D
(123,149,157)
#8BA1A9
(139,161,169)
#9BADB5
(155,173,181)
#ABB9C1
(171,185,193)
#BBC5CD
(187,197,205)
#CBD1D9
(203,209,217)
#DBDDE5
(219,221,229)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7179 color. Also use rgb(75,113,121) instead hex code.

Text Font Color

.myTextColor { color: #4B7179; }

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

This text font color is #4B7179.


Background Color

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

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

This div background color is #4B7179.


Border color

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

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

This div border color is #4B7179.


Opacity

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

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

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

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

This text has shadow with #4B7179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7179 on black background.


Color preview on white background

This text has color #4B7179 on white background.



Black color preview on #4B7179 background

This text has black color on #4B7179 background.


White color preview on #4B7179 background

This text has white color on #4B7179 background.