COLOR #4D4266

HEX: #4D4266
RGB: (77,66,102)

Color info

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

RGB color model

#4D4266 color RGB value is (77,66,102).

  • red value is 77;
  • green value is 66;
  • blue value is 102.
RGB:
(77,66,102)
(30%,26%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 102 of 255 = 40%

77
66
102

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

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 102 = 245 (100%)
R 77 of 245 ~ 31.43%
G 66 of 245 ~ 26.94%
B 102 of 245 ~ 41.63%

%31.43
%26.94
%41.63

CMYK color model

#4D4266 color CMYK value is (25,35,0,60).

  • cyan value is 24.51%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,35,0,60)
C25M35Y0K60 
(25%,35%,0%,60%)
(0.25/0.35/0.00/0.60)	

CMYK percentages

%24.51
%35.29
%0
%60

Codes

Color #4D4266 in popluar color models

4D4266
RGB7766102
HSL258°21.43%32.94%
HSB/HSV258°35.29%40.00%
CMYK24.51%35.29%0.00%
60.00%

Color #4D4266 in popluar number systems.

HEX4D4266
Decimal7766102
Binary100110110000101100110
Octal115102146

Shades and tints

Shades of #4D4266

#4D4266
(77,66,102)
#463C5D
(70,60,93)
#3F3654
(63,54,84)
#38304B
(56,48,75)
#312A42
(49,42,66)
#2A2439
(42,36,57)
#231E30
(35,30,48)
#1C1827
(28,24,39)
#15121E
(21,18,30)
#0E0C15
(14,12,21)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #4D4266

#4D4266
(77,66,102)
#5D5373
(93,83,115)
#6D6480
(109,100,128)
#7D758D
(125,117,141)
#8D869A
(141,134,154)
#9D97A7
(157,151,167)
#ADA8B4
(173,168,180)
#BDB9C1
(189,185,193)
#CDCACE
(205,202,206)
#DDDBDB
(221,219,219)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4266; }

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

This text font color is #4D4266.


Background Color

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

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

This div background color is #4D4266.


Border color

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

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

This div border color is #4D4266.


Opacity

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

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

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

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

This text has shadow with #4D4266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4266 on black background.


Color preview on white background

This text has color #4D4266 on white background.



Black color preview on #4D4266 background

This text has black color on #4D4266 background.


White color preview on #4D4266 background

This text has white color on #4D4266 background.