COLOR #4D4B62

HEX: #4D4B62
RGB: (77,75,98)

Color info

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

RGB color model

#4D4B62 color RGB value is (77,75,98).

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

RGB channels and saturation

R 77 of 255 = 30%
G 75 of 255 = 29%
B 98 of 255 = 38%

77
75
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 75 + 98 = 250 (100%)
R 77 of 250 ~ 30.8%
G 75 of 250 ~ 30%
B 98 of 250 ~ 39.2%

%30.8
%30
%39.2

CMYK color model

#4D4B62 color CMYK value is (21,23,0,62).

  • cyan value is 21.43%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(21,23,0,62)
C21M23Y0K62 
(21%,23%,0%,62%)
(0.21/0.23/0.00/0.62)	

CMYK percentages

%21.43
%23.47
%0
%61.57

Codes

Color #4D4B62 in popluar color models

4D4B62
RGB777598
HSL245°13.29%33.92%
HSB/HSV245°23.47%38.43%
CMYK21.43%23.47%0.00%
61.57%

Color #4D4B62 in popluar number systems.

HEX4D4B62
Decimal777598
Binary100110110010111100010
Octal115113142

Shades and tints

Shades of #4D4B62

#4D4B62
(77,75,98)
#46455A
(70,69,90)
#3F3F52
(63,63,82)
#38394A
(56,57,74)
#313342
(49,51,66)
#2A2D3A
(42,45,58)
#232732
(35,39,50)
#1C212A
(28,33,42)
#151B22
(21,27,34)
#0E151A
(14,21,26)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D4B62

#4D4B62
(77,75,98)
#5D5B70
(93,91,112)
#6D6B7E
(109,107,126)
#7D7B8C
(125,123,140)
#8D8B9A
(141,139,154)
#9D9BA8
(157,155,168)
#ADABB6
(173,171,182)
#BDBBC4
(189,187,196)
#CDCBD2
(205,203,210)
#DDDBE0
(221,219,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B62; }

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

This text font color is #4D4B62.


Background Color

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

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

This div background color is #4D4B62.


Border color

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

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

This div border color is #4D4B62.


Opacity

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

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

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

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

This text has shadow with #4D4B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B62 on black background.


Color preview on white background

This text has color #4D4B62 on white background.



Black color preview on #4D4B62 background

This text has black color on #4D4B62 background.


White color preview on #4D4B62 background

This text has white color on #4D4B62 background.