COLOR #4D6279

HEX: #4D6279
RGB: (77,98,121)

Color info

#4D6279 contains red, green and blue colors in about the same proportion. Web safe color of #4D6279 is #336666 (or #366).

RGB color model

#4D6279 color RGB value is (77,98,121).

  • red value is 77;
  • green value is 98;
  • blue value is 121.
RGB:
(77,98,121)
(30%,38%,47%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 121 of 255 = 47%

77
98
121

R + G + B ~ 38%. #4D6279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 121 = 296 (100%)
R 77 of 296 ~ 26.01%
G 98 of 296 ~ 33.11%
B 121 of 296 ~ 40.88%

%26.01
%33.11
%40.88

CMYK color model

#4D6279 color CMYK value is (36,19,0,53).

  • cyan value is 36.36%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(36,19,0,53)
C36M19Y0K53 
(36%,19%,0%,53%)
(0.36/0.19/0.00/0.53)	

CMYK percentages

%36.36
%19.01
%0
%52.55

Codes

Color #4D6279 in popluar color models

4D6279
RGB7798121
HSL211°22.22%38.82%
HSB/HSV211°36.36%47.45%
CMYK36.36%19.01%0.00%
52.55%

Color #4D6279 in popluar number systems.

HEX4D6279
Decimal7798121
Binary100110111000101111001
Octal115142171

Shades and tints

Shades of #4D6279

#4D6279
(77,98,121)
#465A6E
(70,90,110)
#3F5263
(63,82,99)
#384A58
(56,74,88)
#31424D
(49,66,77)
#2A3A42
(42,58,66)
#233237
(35,50,55)
#1C2A2C
(28,42,44)
#152221
(21,34,33)
#0E1A16
(14,26,22)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D6279

#4D6279
(77,98,121)
#5D7085
(93,112,133)
#6D7E91
(109,126,145)
#7D8C9D
(125,140,157)
#8D9AA9
(141,154,169)
#9DA8B5
(157,168,181)
#ADB6C1
(173,182,193)
#BDC4CD
(189,196,205)
#CDD2D9
(205,210,217)
#DDE0E5
(221,224,229)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6279 color. Also use rgb(77,98,121) instead hex code.

Text Font Color

.myTextColor { color: #4D6279; }

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

This text font color is #4D6279.


Background Color

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

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

This div background color is #4D6279.


Border color

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

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

This div border color is #4D6279.


Opacity

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

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

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

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

This text has shadow with #4D6279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6279 on black background.


Color preview on white background

This text has color #4D6279 on white background.



Black color preview on #4D6279 background

This text has black color on #4D6279 background.


White color preview on #4D6279 background

This text has white color on #4D6279 background.