COLOR #4D548A

HEX: #4D548A RGB: (77,84,138)

Color info

#4D548A contains mainly green and blue colors. Web safe color of #4D548A is #336699 (or #369).

RGB color model

#4D548A color RGB value is (77,84,138).

RGB: (77,84,138) (30%, 33%, 54%)

RGB channels and saturation

R 77 of 255 = 30%
G 84 of 255 = 33%
B 138 of 255 = 54%

77
84
138

R + G + B ~ 39%. #4D548A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 84 + 138 = 299 (100%)
R 77 of 299 ~ 25.75%
G 84 of 299 ~ 28.09%
B 138 of 299 ~ 46.15'%

%25.75
%28.09
%46.15

CMYK color model

#4D548A color CMYK value is (44,39,0,46).

  • cyan value is 44.20%
  • magenta value is 39.13%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (44,39,0,46) C44M39Y0K46 (44%,39%,0%,46%) (0.44/0.39/0.00/0.46) 

CMYK percentages

%44.2
%39.13
%0
%45.88

Codes

Color #4D548A in popluar color models

4D 54 8A
RGB 77 84 138
HSL 233° 28.37% 42.16%
HSB/HSV 233° 44.20% 54.12%
CMYK 44.20% 39.13% 0.00%
45.88%

Color #4D548A in popluar number systems.

HEX 4D 54 8A
Decimal 77 84 138
Binary 1001101 1010100 10001010
Octal 115 124 212

Shades and tints

Shades of #4D548A

#4D548A
(77,84,138)
#464D7E
(70,77,126)
#3F4672
(63,70,114)
#383F66
(56,63,102)
#31385A
(49,56,90)
#2A314E
(42,49,78)
#232A42
(35,42,66)
#1C2336
(28,35,54)
#151C2A
(21,28,42)
#0E151E
(14,21,30)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4D548A

#4D548A
(77,84,138)
#5D6394
(93,99,148)
#6D729E
(109,114,158)
#7D81A8
(125,129,168)
#8D90B2
(141,144,178)
#9D9FBC
(157,159,188)
#ADAEC6
(173,174,198)
#BDBDD0
(189,189,208)
#CDCCDA
(205,204,218)
#DDDBE4
(221,219,228)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D548A color. Also use rgb(77,84,138) instead hex code.

Text Font Color

.myTextColor { color: #4D548A; }

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

This text font color is #4D548A.

Background Color

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

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

This div background color is #4D548A.

Border color

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

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

This div border color is #4D548A.

Opacity

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

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

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

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

This text has shadow with #4D548A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D548A.

Preview

Color preview on black background

This text has color #4D548A on black background.


Color preview on white background

This text has color #4D548A on white background.


Black color preview on #4D548A background

This text has black color on #4D548A background.


White color preview on #4D548A background

This text has white color on #4D548A background.


Related colors

Complementary color

Complementary color for #hex is #B2AB75.


I love getcolorcode.com

Triadic colors

1 #8A4D54 and #548A4D with #4D548A are triadic colors.

2 #8A544D and #544D8A with #4D548A are triadic colors.