COLOR #4D4462

HEX: #4D4462
RGB: (77,68,98)

Color info

#4D4462 contains red, green and blue colors in about the same proportion. Web safe color of #4D4462 is #333366 (or #336).

RGB color model

#4D4462 color RGB value is (77,68,98).

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

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 98 of 255 = 38%

77
68
98

R + G + B ~ 32%. #4D4462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 98 = 243 (100%)
R 77 of 243 ~ 31.69%
G 68 of 243 ~ 27.98%
B 98 of 243 ~ 40.33%

%31.69
%27.98
%40.33

CMYK color model

#4D4462 color CMYK value is (21,31,0,62).

  • cyan value is 21.43%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(21,31,0,62)
C21M31Y0K62 
(21%,31%,0%,62%)
(0.21/0.31/0.00/0.62)	

CMYK percentages

%21.43
%30.61
%0
%61.57

Codes

Color #4D4462 in popluar color models

4D4462
RGB776898
HSL258°18.07%32.55%
HSB/HSV258°30.61%38.43%
CMYK21.43%30.61%0.00%
61.57%

Color #4D4462 in popluar number systems.

HEX4D4462
Decimal776898
Binary100110110001001100010
Octal115104142

Shades and tints

Shades of #4D4462

#4D4462
(77,68,98)
#463E5A
(70,62,90)
#3F3852
(63,56,82)
#38324A
(56,50,74)
#312C42
(49,44,66)
#2A263A
(42,38,58)
#232032
(35,32,50)
#1C1A2A
(28,26,42)
#151422
(21,20,34)
#0E0E1A
(14,14,26)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #4D4462

#4D4462
(77,68,98)
#5D5570
(93,85,112)
#6D667E
(109,102,126)
#7D778C
(125,119,140)
#8D889A
(141,136,154)
#9D99A8
(157,153,168)
#ADAAB6
(173,170,182)
#BDBBC4
(189,187,196)
#CDCCD2
(205,204,210)
#DDDDE0
(221,221,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4462; }

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

This text font color is #4D4462.


Background Color

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

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

This div background color is #4D4462.


Border color

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

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

This div border color is #4D4462.


Opacity

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

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

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

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

This text has shadow with #4D4462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4462 on black background.


Color preview on white background

This text has color #4D4462 on white background.



Black color preview on #4D4462 background

This text has black color on #4D4462 background.


White color preview on #4D4462 background

This text has white color on #4D4462 background.