COLOR #4D579C

HEX: #4D579C
RGB: (77,87,156)

Renk bilgisi

#4D579C contains mainly blue color. #4D579C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D579C color RGB value is (77,87,156).

  • kırmız ton 77;
  • yeşil ton 87;
  • mavi ton 156.
RGB:
(77,87,156)
(30%,34%,61%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 87 of 255 = 34%
B 156 of 255 = 61%

77
87
156

R + G + B ~ 42%. #4D579C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 87 + 156 = 320 (100%)
R 77 of 320 ~ 24.06%
G 87 of 320 ~ 27.19%
B 156 of 320 ~ 48.75%

%24.06
%27.19
%48.75

CMYK RENK MODELİ

#4D579C rengi CMYK tonu (51,44,0,39).

  • camgöbeği tonu 50.64%
  • eflatun tonu 44.23%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(51,44,0,39)
C51M44Y0K39 
(51%,44%,0%,39%)
(0.51/0.44/0.00/0.39)	

CMYK yüzdeleri

%50.64
%44.23
%0
%38.82

Codes

Color #4D579C in popluar color models

4D579C
RGB7787156
HSL232°33.91%45.69%
HSB/HSV232°50.64%61.18%
CMYK50.64%44.23%0.00%
38.82%

Color #4D579C in popluar number systems.

HEX4D579C
Decimal7787156
Binary1001101101011110011100
Octal115127234

Shades and tints

Shades of #4D579C

#4D579C
(77,87,156)
#46508E
(70,80,142)
#3F4980
(63,73,128)
#384272
(56,66,114)
#313B64
(49,59,100)
#2A3456
(42,52,86)
#232D48
(35,45,72)
#1C263A
(28,38,58)
#151F2C
(21,31,44)
#0E181E
(14,24,30)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #4D579C

#4D579C
(77,87,156)
#5D66A5
(93,102,165)
#6D75AE
(109,117,174)
#7D84B7
(125,132,183)
#8D93C0
(141,147,192)
#9DA2C9
(157,162,201)
#ADB1D2
(173,177,210)
#BDC0DB
(189,192,219)
#CDCFE4
(205,207,228)
#DDDEED
(221,222,237)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D579C color. Also use rgb(77,87,156) instead hex code.

Text Font Color

.myTextColor { color: #4D579C; }

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

This text font color is #4D579C.


Background Color

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

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

This div background color is #4D579C.


Border color

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

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

This div border color is #4D579C.


Opacity

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

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

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

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

This text has shadow with #4D579C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D579C on black background.


Color preview on white background

This text has color #4D579C on white background.



Black color preview on #4D579C background

This text has black color on #4D579C background.


White color preview on #4D579C background

This text has white color on #4D579C background.