COLOR #4D068D

HEX: #4D068D RGB: (77,6,141)

Color info

#4D068D contains mainly blue color. Web safe color of #4D068D is #330099 (or #309).

RGB color model

#4D068D color RGB value is (77,6,141).

RGB: (77,6,141) (30%, 2%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 6 of 255 = 2%
B 141 of 255 = 55%

77
6
141

R + G + B ~ 29%. #4D068D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 6 + 141 = 224 (100%)
R 77 of 224 ~ 34.38%
G 6 of 224 ~ 2.68%
B 141 of 224 ~ 62.95'%

%34.38
%62.95

CMYK color model

#4D068D color CMYK value is (45,96,0,45).

  • cyan value is 45.39%
  • magenta value is 95.74%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (45,96,0,45)
C45M96Y0K45 (45%, 96%, 0%, 45%)
(0.45 / 0.96 / 0.00 / 0.45)

CMYK percentages

%45.39
%95.74
%0
%44.71

Codes

Color #4D068D in popluar color models

4D 06 8D
RGB 77 6 141
HSL 272° 91.84% 28.82%
HSB/HSV 272° 95.74% 55.29%
CMYK 45.39% 95.74% 0.00%
44.71%

Color #4D068D in popluar number systems.

HEX 4D 06 8D
Decimal 77 6 141
Binary 1001101 110 10001101
Octal 115 6 215

Shades and tints

Shades of #4D068D

#4D068D
(77,6,141)
#460681
(70,6,129)
#3F0675
(63,6,117)
#380669
(56,6,105)
#31065D
(49,6,93)
#2A0651
(42,6,81)
#230645
(35,6,69)
#1C0639
(28,6,57)
#15062D
(21,6,45)
#0E0621
(14,6,33)
#070615
(7,6,21)
#000000
(0,0,0)

Tints of #4D068D

#4D068D
(77,6,141)
#5D1C97
(93,28,151)
#6D32A1
(109,50,161)
#7D48AB
(125,72,171)
#8D5EB5
(141,94,181)
#9D74BF
(157,116,191)
#AD8AC9
(173,138,201)
#BDA0D3
(189,160,211)
#CDB6DD
(205,182,221)
#DDCCE7
(221,204,231)
#EDE2F1
(237,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D068D color. Also use rgb(77,6,141) instead hex code.

Text Font Color

.myTextColor { color: #4D068D; }

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

This text font color is #4D068D.

Background Color

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

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

This div background color is #4D068D.

Border color

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

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

This div border color is #4D068D.

Opacity

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

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

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

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

This text has shadow with #4D068D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D068D.

Preview

Color preview on black background

This text has color #4D068D on black background.


Color preview on white background

This text has color #4D068D on white background.


Black color preview on #4D068D background

This text has black color on #4D068D background.


White color preview on #4D068D background

This text has white color on #4D068D background.


Related colors

Complementary color

Complementary color for #hex is #B2F972.


I love getcolorcode.com

Triadic colors

1 #8D4D06 and #068D4D with #4D068D are triadic colors.

2 #8D064D and #064D8D with #4D068D are triadic colors.