COLOR #4D7393

HEX: #4D7393 RGB: (77,115,147)

Color info

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

RGB color model

#4D7393 color RGB value is (77,115,147).

RGB: (77,115,147) (30%, 45%, 58%)

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 147 of 255 = 58%

77
115
147

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

Portions of RGB colors in percentages

R + G + B = 77 + 115 + 147 = 339 (100%)
R 77 of 339 ~ 22.71%
G 115 of 339 ~ 33.92%
B 147 of 339 ~ 43.36'%

%22.71
%33.92
%43.36

CMYK color model

#4D7393 color CMYK value is (48,22,0,42).

  • cyan value is 47.62%
  • magenta value is 21.77%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (48,22,0,42)
C48M22Y0K42 (48%, 22%, 0%, 42%)
(0.48 / 0.22 / 0.00 / 0.42)

CMYK percentages

%47.62
%21.77
%0
%42.35

Codes

Color #4D7393 in popluar color models

4D 73 93
RGB 77 115 147
HSL 207° 31.25% 43.92%
HSB/HSV 207° 47.62% 57.65%
CMYK 47.62% 21.77% 0.00%
42.35%

Color #4D7393 in popluar number systems.

HEX 4D 73 93
Decimal 77 115 147
Binary 1001101 1110011 10010011
Octal 115 163 223

Shades and tints

Shades of #4D7393

#4D7393
(77,115,147)
#466986
(70,105,134)
#3F5F79
(63,95,121)
#38556C
(56,85,108)
#314B5F
(49,75,95)
#2A4152
(42,65,82)
#233745
(35,55,69)
#1C2D38
(28,45,56)
#15232B
(21,35,43)
#0E191E
(14,25,30)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #4D7393

#4D7393
(77,115,147)
#5D7F9C
(93,127,156)
#6D8BA5
(109,139,165)
#7D97AE
(125,151,174)
#8DA3B7
(141,163,183)
#9DAFC0
(157,175,192)
#ADBBC9
(173,187,201)
#BDC7D2
(189,199,210)
#CDD3DB
(205,211,219)
#DDDFE4
(221,223,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7393 color. Also use rgb(77,115,147) instead hex code.

Text Font Color

.myTextColor { color: #4D7393; }

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

This text font color is #4D7393.

Background Color

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

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

This div background color is #4D7393.

Border color

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

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

This div border color is #4D7393.

Opacity

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

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

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

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

This text has shadow with #4D7393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7393.

Preview

Color preview on black background

This text has color #4D7393 on black background.


Color preview on white background

This text has color #4D7393 on white background.


Black color preview on #4D7393 background

This text has black color on #4D7393 background.


White color preview on #4D7393 background

This text has white color on #4D7393 background.


Related colors

Complementary color

Complementary color for #hex is #B28C6C.


I love getcolorcode.com

Triadic colors

1 #934D73 and #73934D with #4D7393 are triadic colors.

2 #93734D and #734D93 with #4D7393 are triadic colors.