COLOR #4D6190

HEX: #4D6190 RGB: (77,97,144)

Color info

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

RGB color model

#4D6190 color RGB value is (77,97,144).

RGB: (77,97,144) (30%, 38%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 144 of 255 = 56%

77
97
144

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

Portions of RGB colors in percentages

R + G + B = 77 + 97 + 144 = 318 (100%)
R 77 of 318 ~ 24.21%
G 97 of 318 ~ 30.5%
B 144 of 318 ~ 45.28'%

%24.21
%30.5
%45.28

CMYK color model

#4D6190 color CMYK value is (47,33,0,44).

  • cyan value is 46.53%
  • magenta value is 32.64%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (47,33,0,44)
C47M33Y0K44 (47%, 33%, 0%, 44%)
(0.47 / 0.33 / 0.00 / 0.44)

CMYK percentages

%46.53
%32.64
%0
%43.53

Codes

Color #4D6190 in popluar color models

4D 61 90
RGB 77 97 144
HSL 222° 30.32% 43.33%
HSB/HSV 222° 46.53% 56.47%
CMYK 46.53% 32.64% 0.00%
43.53%

Color #4D6190 in popluar number systems.

HEX 4D 61 90
Decimal 77 97 144
Binary 1001101 1100001 10010000
Octal 115 141 220

Shades and tints

Shades of #4D6190

#4D6190
(77,97,144)
#465983
(70,89,131)
#3F5176
(63,81,118)
#384969
(56,73,105)
#31415C
(49,65,92)
#2A394F
(42,57,79)
#233142
(35,49,66)
#1C2935
(28,41,53)
#152128
(21,33,40)
#0E191B
(14,25,27)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D6190

#4D6190
(77,97,144)
#5D6F9A
(93,111,154)
#6D7DA4
(109,125,164)
#7D8BAE
(125,139,174)
#8D99B8
(141,153,184)
#9DA7C2
(157,167,194)
#ADB5CC
(173,181,204)
#BDC3D6
(189,195,214)
#CDD1E0
(205,209,224)
#DDDFEA
(221,223,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6190; }

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

This text font color is #4D6190.

Background Color

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

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

This div background color is #4D6190.

Border color

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

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

This div border color is #4D6190.

Opacity

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

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

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

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

This text has shadow with #4D6190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6190.

Preview

Color preview on black background

This text has color #4D6190 on black background.


Color preview on white background

This text has color #4D6190 on white background.


Black color preview on #4D6190 background

This text has black color on #4D6190 background.


White color preview on #4D6190 background

This text has white color on #4D6190 background.


Related colors

Complementary color

Complementary color for #hex is #B29E6F.


I love getcolorcode.com

Triadic colors

1 #904D61 and #61904D with #4D6190 are triadic colors.

2 #90614D and #614D90 with #4D6190 are triadic colors.