COLOR #4D91C2

HEX: #4D91C2
RGB: (77,145,194)

Color info

#4D91C2 contains mainly green and blue colors. Web safe color of #4D91C2 is #3399CC (or #39C).

RGB color model

#4D91C2 color RGB value is (77,145,194).

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

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 194 of 255 = 76%

77
145
194

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 194 = 416 (100%)
R 77 of 416 ~ 18.51%
G 145 of 416 ~ 34.86%
B 194 of 416 ~ 46.63%

%18.51
%34.86
%46.63

CMYK color model

#4D91C2 color CMYK value is (60,25,0,24).

  • cyan value is 60.31%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(60,25,0,24)
C60M25Y0K24 
(60%,25%,0%,24%)
(0.60/0.25/0.00/0.24)	

CMYK percentages

%60.31
%25.26
%0
%23.92

Codes

Color #4D91C2 in popluar color models

4D91C2
RGB77145194
HSL205°48.95%53.14%
HSB/HSV205°60.31%76.08%
CMYK60.31%25.26%0.00%
23.92%

Color #4D91C2 in popluar number systems.

HEX4D91C2
Decimal77145194
Binary10011011001000111000010
Octal115221302

Shades and tints

Shades of #4D91C2

#4D91C2
(77,145,194)
#4684B1
(70,132,177)
#3F77A0
(63,119,160)
#386A8F
(56,106,143)
#315D7E
(49,93,126)
#2A506D
(42,80,109)
#23435C
(35,67,92)
#1C364B
(28,54,75)
#15293A
(21,41,58)
#0E1C29
(14,28,41)
#070F18
(7,15,24)
#000000
(0,0,0)

Tints of #4D91C2

#4D91C2
(77,145,194)
#5D9BC7
(93,155,199)
#6DA5CC
(109,165,204)
#7DAFD1
(125,175,209)
#8DB9D6
(141,185,214)
#9DC3DB
(157,195,219)
#ADCDE0
(173,205,224)
#BDD7E5
(189,215,229)
#CDE1EA
(205,225,234)
#DDEBEF
(221,235,239)
#EDF5F4
(237,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D91C2; }

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

This text font color is #4D91C2.


Background Color

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

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

This div background color is #4D91C2.


Border color

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

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

This div border color is #4D91C2.


Opacity

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

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

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

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

This text has shadow with #4D91C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D91C2 on black background.


Color preview on white background

This text has color #4D91C2 on white background.



Black color preview on #4D91C2 background

This text has black color on #4D91C2 background.


White color preview on #4D91C2 background

This text has white color on #4D91C2 background.