COLOR #4D758E

HEX: #4D758E RGB: (77,117,142)

Color info

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

RGB color model

#4D758E color RGB value is (77,117,142).

RGB: (77,117,142) (30%, 46%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 117 of 255 = 46%
B 142 of 255 = 56%

77
117
142

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

Portions of RGB colors in percentages

R + G + B = 77 + 117 + 142 = 336 (100%)
R 77 of 336 ~ 22.92%
G 117 of 336 ~ 34.82%
B 142 of 336 ~ 42.26'%

%22.92
%34.82
%42.26

CMYK color model

#4D758E color CMYK value is (46,18,0,44).

  • cyan value is 45.77%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (46,18,0,44)
C46M18Y0K44 (46%, 18%, 0%, 44%)
(0.46 / 0.18 / 0.00 / 0.44)

CMYK percentages

%45.77
%17.61
%0
%44.31

Codes

Color #4D758E in popluar color models

4D 75 8E
RGB 77 117 142
HSL 203° 29.68% 42.94%
HSB/HSV 203° 45.77% 55.69%
CMYK 45.77% 17.61% 0.00%
44.31%

Color #4D758E in popluar number systems.

HEX 4D 75 8E
Decimal 77 117 142
Binary 1001101 1110101 10001110
Octal 115 165 216

Shades and tints

Shades of #4D758E

#4D758E
(77,117,142)
#466B82
(70,107,130)
#3F6176
(63,97,118)
#38576A
(56,87,106)
#314D5E
(49,77,94)
#2A4352
(42,67,82)
#233946
(35,57,70)
#1C2F3A
(28,47,58)
#15252E
(21,37,46)
#0E1B22
(14,27,34)
#071116
(7,17,22)
#000000
(0,0,0)

Tints of #4D758E

#4D758E
(77,117,142)
#5D8198
(93,129,152)
#6D8DA2
(109,141,162)
#7D99AC
(125,153,172)
#8DA5B6
(141,165,182)
#9DB1C0
(157,177,192)
#ADBDCA
(173,189,202)
#BDC9D4
(189,201,212)
#CDD5DE
(205,213,222)
#DDE1E8
(221,225,232)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D758E color. Also use rgb(77,117,142) instead hex code.

Text Font Color

.myTextColor { color: #4D758E; }

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

This text font color is #4D758E.

Background Color

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

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

This div background color is #4D758E.

Border color

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

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

This div border color is #4D758E.

Opacity

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

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

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

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

This text has shadow with #4D758E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D758E.

Preview

Color preview on black background

This text has color #4D758E on black background.


Color preview on white background

This text has color #4D758E on white background.


Black color preview on #4D758E background

This text has black color on #4D758E background.


White color preview on #4D758E background

This text has white color on #4D758E background.


Related colors

Complementary color

Complementary color for #hex is #B28A71.


I love getcolorcode.com

Triadic colors

1 #8E4D75 and #758E4D with #4D758E are triadic colors.

2 #8E754D and #754D8E with #4D758E are triadic colors.