COLOR #4D4263

HEX: #4D4263 RGB: (77,66,99)

Color info

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

RGB color model

#4D4263 color RGB value is (77,66,99).

RGB: (77,66,99) (30%, 26%, 39%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 99 of 255 = 39%

77
66
99

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

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 99 = 242 (100%)
R 77 of 242 ~ 31.82%
G 66 of 242 ~ 27.27%
B 99 of 242 ~ 40.91'%

%31.82
%27.27
%40.91

CMYK color model

#4D4263 color CMYK value is (22,33,0,61).

  • cyan value is 22.22%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (22,33,0,61)
C22M33Y0K61 (22%, 33%, 0%, 61%)
(0.22 / 0.33 / 0.00 / 0.61)

CMYK percentages

%22.22
%33.33
%0
%61.18

Codes

Color #4D4263 in popluar color models

4D 42 63
RGB 77 66 99
HSL 260° 20.00% 32.35%
HSB/HSV 260° 33.33% 38.82%
CMYK 22.22% 33.33% 0.00%
61.18%

Color #4D4263 in popluar number systems.

HEX 4D 42 63
Decimal 77 66 99
Binary 1001101 1000010 1100011
Octal 115 102 143

Shades and tints

Shades of #4D4263

#4D4263
(77,66,99)
#463C5A
(70,60,90)
#3F3651
(63,54,81)
#383048
(56,48,72)
#312A3F
(49,42,63)
#2A2436
(42,36,54)
#231E2D
(35,30,45)
#1C1824
(28,24,36)
#15121B
(21,18,27)
#0E0C12
(14,12,18)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D4263

#4D4263
(77,66,99)
#5D5371
(93,83,113)
#6D647F
(109,100,127)
#7D758D
(125,117,141)
#8D869B
(141,134,155)
#9D97A9
(157,151,169)
#ADA8B7
(173,168,183)
#BDB9C5
(189,185,197)
#CDCAD3
(205,202,211)
#DDDBE1
(221,219,225)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4263 color. Also use rgb(77,66,99) instead hex code.

Text Font Color

.myTextColor { color: #4D4263; }

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

This text font color is #4D4263.

Background Color

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

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

This div background color is #4D4263.

Border color

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

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

This div border color is #4D4263.

Opacity

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

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

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

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

This text has shadow with #4D4263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4263.

Preview

Color preview on black background

This text has color #4D4263 on black background.


Color preview on white background

This text has color #4D4263 on white background.


Black color preview on #4D4263 background

This text has black color on #4D4263 background.


White color preview on #4D4263 background

This text has white color on #4D4263 background.


Related colors

Complementary color

Complementary color for #hex is #B2BD9C.


I love getcolorcode.com

Triadic colors

1 #634D42 and #42634D with #4D4263 are triadic colors.

2 #63424D and #424D63 with #4D4263 are triadic colors.