COLOR #4D7495

HEX: #4D7495 RGB: (77,116,149)

Color info

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

RGB color model

#4D7495 color RGB value is (77,116,149).

RGB: (77,116,149) (30%, 45%, 58%)

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 149 of 255 = 58%

77
116
149

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

Portions of RGB colors in percentages

R + G + B = 77 + 116 + 149 = 342 (100%)
R 77 of 342 ~ 22.51%
G 116 of 342 ~ 33.92%
B 149 of 342 ~ 43.57'%

%22.51
%33.92
%43.57

CMYK color model

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

  • cyan value is 48.32%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (48,22,0,42) C48M22Y0K42 (48%,22%,0%,42%) (0.48/0.22/0.00/0.42) 

CMYK percentages

%48.32
%22.15
%0
%41.57

Codes

Color #4D7495 in popluar color models

4D 74 95
RGB 77 116 149
HSL 208° 31.86% 44.31%
HSB/HSV 208° 48.32% 58.43%
CMYK 48.32% 22.15% 0.00%
41.57%

Color #4D7495 in popluar number systems.

HEX 4D 74 95
Decimal 77 116 149
Binary 1001101 1110100 10010101
Octal 115 164 225

Shades and tints

Shades of #4D7495

#4D7495
(77,116,149)
#466A88
(70,106,136)
#3F607B
(63,96,123)
#38566E
(56,86,110)
#314C61
(49,76,97)
#2A4254
(42,66,84)
#233847
(35,56,71)
#1C2E3A
(28,46,58)
#15242D
(21,36,45)
#0E1A20
(14,26,32)
#071013
(7,16,19)
#000000
(0,0,0)

Tints of #4D7495

#4D7495
(77,116,149)
#5D809E
(93,128,158)
#6D8CA7
(109,140,167)
#7D98B0
(125,152,176)
#8DA4B9
(141,164,185)
#9DB0C2
(157,176,194)
#ADBCCB
(173,188,203)
#BDC8D4
(189,200,212)
#CDD4DD
(205,212,221)
#DDE0E6
(221,224,230)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7495 color. Also use rgb(77,116,149) instead hex code.

Text Font Color

.myTextColor { color: #4D7495; }

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

This text font color is #4D7495.

Background Color

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

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

This div background color is #4D7495.

Border color

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

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

This div border color is #4D7495.

Opacity

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

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

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

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

This text has shadow with #4D7495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7495.

Preview

Color preview on black background

This text has color #4D7495 on black background.


Color preview on white background

This text has color #4D7495 on white background.


Black color preview on #4D7495 background

This text has black color on #4D7495 background.


White color preview on #4D7495 background

This text has white color on #4D7495 background.


Related colors

Complementary color

Complementary color for #hex is #B28B6A.


I love getcolorcode.com

Triadic colors

1 #954D74 and #74954D with #4D7495 are triadic colors.

2 #95744D and #744D95 with #4D7495 are triadic colors.