COLOR #4B7389

HEX: #4B7389 RGB: (75,115,137)

Color info

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

RGB color model

#4B7389 color RGB value is (75,115,137).

RGB: (75,115,137) (29%, 45%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 137 of 255 = 54%

75
115
137

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

Portions of RGB colors in percentages

R + G + B = 75 + 115 + 137 = 327 (100%)
R 75 of 327 ~ 22.94%
G 115 of 327 ~ 35.17%
B 137 of 327 ~ 41.9'%

%22.94
%35.17
%41.9

CMYK color model

#4B7389 color CMYK value is (45,16,0,46).

  • cyan value is 45.26%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (45,16,0,46)
C45M16Y0K46 (45%, 16%, 0%, 46%)
(0.45 / 0.16 / 0.00 / 0.46)

CMYK percentages

%45.26
%16.06
%0
%46.27

Codes

Color #4B7389 in popluar color models

4B 73 89
RGB 75 115 137
HSL 201° 29.25% 41.57%
HSB/HSV 201° 45.26% 53.73%
CMYK 45.26% 16.06% 0.00%
46.27%

Color #4B7389 in popluar number systems.

HEX 4B 73 89
Decimal 75 115 137
Binary 1001011 1110011 10001001
Octal 113 163 211

Shades and tints

Shades of #4B7389

#4B7389
(75,115,137)
#45697D
(69,105,125)
#3F5F71
(63,95,113)
#395565
(57,85,101)
#334B59
(51,75,89)
#2D414D
(45,65,77)
#273741
(39,55,65)
#212D35
(33,45,53)
#1B2329
(27,35,41)
#15191D
(21,25,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #4B7389

#4B7389
(75,115,137)
#5B7F93
(91,127,147)
#6B8B9D
(107,139,157)
#7B97A7
(123,151,167)
#8BA3B1
(139,163,177)
#9BAFBB
(155,175,187)
#ABBBC5
(171,187,197)
#BBC7CF
(187,199,207)
#CBD3D9
(203,211,217)
#DBDFE3
(219,223,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7389; }

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

This text font color is #4B7389.

Background Color

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

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

This div background color is #4B7389.

Border color

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

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

This div border color is #4B7389.

Opacity

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

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

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

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

This text has shadow with #4B7389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7389.

Preview

Color preview on black background

This text has color #4B7389 on black background.


Color preview on white background

This text has color #4B7389 on white background.


Black color preview on #4B7389 background

This text has black color on #4B7389 background.


White color preview on #4B7389 background

This text has white color on #4B7389 background.


Related colors

Complementary color

Complementary color for #hex is #B48C76.


I love getcolorcode.com

Triadic colors

1 #894B73 and #73894B with #4B7389 are triadic colors.

2 #89734B and #734B89 with #4B7389 are triadic colors.