COLOR #4D7993

HEX: #4D7993
RGB: (77,121,147)

Color info

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

RGB color model

#4D7993 color RGB value is (77,121,147).

  • red value is 77;
  • green value is 121;
  • blue value is 147.
RGB:
(77,121,147)
(30%,47%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 121 of 255 = 47%
B 147 of 255 = 58%

77
121
147

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

Portions of RGB colors in percentages

R + G + B =
77 + 121 + 147 = 345 (100%)
R 77 of 345 ~ 22.32%
G 121 of 345 ~ 35.07%
B 147 of 345 ~ 42.61%

%22.32
%35.07
%42.61

CMYK color model

#4D7993 color CMYK value is (48,18,0,42).

  • cyan value is 47.62%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(48,18,0,42)
C48M18Y0K42 
(48%,18%,0%,42%)
(0.48/0.18/0.00/0.42)	

CMYK percentages

%47.62
%17.69
%0
%42.35

Codes

Color #4D7993 in popluar color models

4D7993
RGB77121147
HSL202°31.25%43.92%
HSB/HSV202°47.62%57.65%
CMYK47.62%17.69%0.00%
42.35%

Color #4D7993 in popluar number systems.

HEX4D7993
Decimal77121147
Binary1001101111100110010011
Octal115171223

Shades and tints

Shades of #4D7993

#4D7993
(77,121,147)
#466E86
(70,110,134)
#3F6379
(63,99,121)
#38586C
(56,88,108)
#314D5F
(49,77,95)
#2A4252
(42,66,82)
#233745
(35,55,69)
#1C2C38
(28,44,56)
#15212B
(21,33,43)
#0E161E
(14,22,30)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D7993

#4D7993
(77,121,147)
#5D859C
(93,133,156)
#6D91A5
(109,145,165)
#7D9DAE
(125,157,174)
#8DA9B7
(141,169,183)
#9DB5C0
(157,181,192)
#ADC1C9
(173,193,201)
#BDCDD2
(189,205,210)
#CDD9DB
(205,217,219)
#DDE5E4
(221,229,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7993; }

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

This text font color is #4D7993.


Background Color

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

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

This div background color is #4D7993.


Border color

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

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

This div border color is #4D7993.


Opacity

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

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

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

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

This text has shadow with #4D7993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7993 on black background.


Color preview on white background

This text has color #4D7993 on white background.



Black color preview on #4D7993 background

This text has black color on #4D7993 background.


White color preview on #4D7993 background

This text has white color on #4D7993 background.