COLOR #4B7D89

HEX: #4B7D89
RGB: (75,125,137)

Color info

#4B7D89 contains mainly green and blue colors. Web safe color of #4B7D89 is #336699 (or #369).

RGB color model

#4B7D89 color RGB value is (75,125,137).

  • red value is 75;
  • green value is 125;
  • blue value is 137.
RGB:
(75,125,137)
(29%,49%,54%)

RGB channels and saturation

R 75 of 255 = 29%
G 125 of 255 = 49%
B 137 of 255 = 54%

75
125
137

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

Portions of RGB colors in percentages

R + G + B =
75 + 125 + 137 = 337 (100%)
R 75 of 337 ~ 22.26%
G 125 of 337 ~ 37.09%
B 137 of 337 ~ 40.65%

%22.26
%37.09
%40.65

CMYK color model

#4B7D89 color CMYK value is (45,9,0,46).

  • cyan value is 45.26%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,9,0,46)
C45M9Y0K46 
(45%,9%,0%,46%)
(0.45/0.09/0.00/0.46)	

CMYK percentages

%45.26
%8.76
%0
%46.27

Codes

Color #4B7D89 in popluar color models

4B7D89
RGB75125137
HSL192°29.25%41.57%
HSB/HSV192°45.26%53.73%
CMYK45.26%8.76%0.00%
46.27%

Color #4B7D89 in popluar number systems.

HEX4B7D89
Decimal75125137
Binary1001011111110110001001
Octal113175211

Shades and tints

Shades of #4B7D89

#4B7D89
(75,125,137)
#45727D
(69,114,125)
#3F6771
(63,103,113)
#395C65
(57,92,101)
#335159
(51,81,89)
#2D464D
(45,70,77)
#273B41
(39,59,65)
#213035
(33,48,53)
#1B2529
(27,37,41)
#151A1D
(21,26,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B7D89

#4B7D89
(75,125,137)
#5B8893
(91,136,147)
#6B939D
(107,147,157)
#7B9EA7
(123,158,167)
#8BA9B1
(139,169,177)
#9BB4BB
(155,180,187)
#ABBFC5
(171,191,197)
#BBCACF
(187,202,207)
#CBD5D9
(203,213,217)
#DBE0E3
(219,224,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7D89 color. Also use rgb(75,125,137) instead hex code.

Text Font Color

.myTextColor { color: #4B7D89; }

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

This text font color is #4B7D89.


Background Color

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

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

This div background color is #4B7D89.


Border color

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

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

This div border color is #4B7D89.


Opacity

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

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

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

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

This text has shadow with #4B7D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7D89 on black background.


Color preview on white background

This text has color #4B7D89 on white background.



Black color preview on #4B7D89 background

This text has black color on #4B7D89 background.


White color preview on #4B7D89 background

This text has white color on #4B7D89 background.