COLOR #4D6191

HEX: #4D6191
RGB: (77,97,145)

Color info

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

RGB color model

#4D6191 color RGB value is (77,97,145).

  • red value is 77;
  • green value is 97;
  • blue value is 145.
RGB:
(77,97,145)
(30%,38%,57%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 145 of 255 = 57%

77
97
145

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

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 145 = 319 (100%)
R 77 of 319 ~ 24.14%
G 97 of 319 ~ 30.41%
B 145 of 319 ~ 45.45%

%24.14
%30.41
%45.45

CMYK color model

#4D6191 color CMYK value is (47,33,0,43).

  • cyan value is 46.90%
  • magenta value is 33.10%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(47,33,0,43)
C47M33Y0K43 
(47%,33%,0%,43%)
(0.47/0.33/0.00/0.43)	

CMYK percentages

%46.9
%33.1
%0
%43.14

Codes

Color #4D6191 in popluar color models

4D6191
RGB7797145
HSL222°30.63%43.53%
HSB/HSV222°46.90%56.86%
CMYK46.90%33.10%0.00%
43.14%

Color #4D6191 in popluar number systems.

HEX4D6191
Decimal7797145
Binary1001101110000110010001
Octal115141221

Shades and tints

Shades of #4D6191

#4D6191
(77,97,145)
#465984
(70,89,132)
#3F5177
(63,81,119)
#38496A
(56,73,106)
#31415D
(49,65,93)
#2A3950
(42,57,80)
#233143
(35,49,67)
#1C2936
(28,41,54)
#152129
(21,33,41)
#0E191C
(14,25,28)
#07110F
(7,17,15)
#000000
(0,0,0)

Tints of #4D6191

#4D6191
(77,97,145)
#5D6F9B
(93,111,155)
#6D7DA5
(109,125,165)
#7D8BAF
(125,139,175)
#8D99B9
(141,153,185)
#9DA7C3
(157,167,195)
#ADB5CD
(173,181,205)
#BDC3D7
(189,195,215)
#CDD1E1
(205,209,225)
#DDDFEB
(221,223,235)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6191; }

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

This text font color is #4D6191.


Background Color

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

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

This div background color is #4D6191.


Border color

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

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

This div border color is #4D6191.


Opacity

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

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

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

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

This text has shadow with #4D6191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6191 on black background.


Color preview on white background

This text has color #4D6191 on white background.



Black color preview on #4D6191 background

This text has black color on #4D6191 background.


White color preview on #4D6191 background

This text has white color on #4D6191 background.