COLOR #4D6189

HEX: #4D6189 RGB: (77,97,137)

Color info

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

RGB color model

#4D6189 color RGB value is (77,97,137).

RGB: (77,97,137) (30%, 38%, 54%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 137 of 255 = 54%

77
97
137

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

Portions of RGB colors in percentages

R + G + B = 77 + 97 + 137 = 311 (100%)
R 77 of 311 ~ 24.76%
G 97 of 311 ~ 31.19%
B 137 of 311 ~ 44.05'%

%24.76
%31.19
%44.05

CMYK color model

#4D6189 color CMYK value is (44,29,0,46).

  • cyan value is 43.80%
  • magenta value is 29.20%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (44,29,0,46)
C44M29Y0K46 (44%, 29%, 0%, 46%)
(0.44 / 0.29 / 0.00 / 0.46)

CMYK percentages

%43.8
%29.2
%0
%46.27

Codes

Color #4D6189 in popluar color models

4D 61 89
RGB 77 97 137
HSL 220° 28.04% 41.96%
HSB/HSV 220° 43.80% 53.73%
CMYK 43.80% 29.20% 0.00%
46.27%

Color #4D6189 in popluar number systems.

HEX 4D 61 89
Decimal 77 97 137
Binary 1001101 1100001 10001001
Octal 115 141 211

Shades and tints

Shades of #4D6189

#4D6189
(77,97,137)
#46597D
(70,89,125)
#3F5171
(63,81,113)
#384965
(56,73,101)
#314159
(49,65,89)
#2A394D
(42,57,77)
#233141
(35,49,65)
#1C2935
(28,41,53)
#152129
(21,33,41)
#0E191D
(14,25,29)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #4D6189

#4D6189
(77,97,137)
#5D6F93
(93,111,147)
#6D7D9D
(109,125,157)
#7D8BA7
(125,139,167)
#8D99B1
(141,153,177)
#9DA7BB
(157,167,187)
#ADB5C5
(173,181,197)
#BDC3CF
(189,195,207)
#CDD1D9
(205,209,217)
#DDDFE3
(221,223,227)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6189 color. Also use rgb(77,97,137) instead hex code.

Text Font Color

.myTextColor { color: #4D6189; }

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

This text font color is #4D6189.

Background Color

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

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

This div background color is #4D6189.

Border color

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

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

This div border color is #4D6189.

Opacity

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

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

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

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

This text has shadow with #4D6189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6189.

Preview

Color preview on black background

This text has color #4D6189 on black background.


Color preview on white background

This text has color #4D6189 on white background.


Black color preview on #4D6189 background

This text has black color on #4D6189 background.


White color preview on #4D6189 background

This text has white color on #4D6189 background.


Related colors

Complementary color

Complementary color for #hex is #B29E76.


I love getcolorcode.com

Triadic colors

1 #894D61 and #61894D with #4D6189 are triadic colors.

2 #89614D and #614D89 with #4D6189 are triadic colors.