COLOR #4D549F

HEX: #4D549F
RGB: (77,84,159)

Renk bilgisi

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

RGB renk modeli

#4D549F color RGB value is (77,84,159).

  • kırmız ton 77;
  • yeşil ton 84;
  • mavi ton 159.
RGB:
(77,84,159)
(30%,33%,62%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 84 of 255 = 33%
B 159 of 255 = 62%

77
84
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 84 + 159 = 320 (100%)
R 77 of 320 ~ 24.06%
G 84 of 320 ~ 26.25%
B 159 of 320 ~ 49.69%

%24.06
%26.25
%49.69

CMYK RENK MODELİ

#4D549F rengi CMYK tonu (52,47,0,38).

  • camgöbeği tonu 51.57%
  • eflatun tonu 47.17%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(52,47,0,38)
C52M47Y0K38 
(52%,47%,0%,38%)
(0.52/0.47/0.00/0.38)	

CMYK yüzdeleri

%51.57
%47.17
%0
%37.65

Codes

Color #4D549F in popluar color models

4D549F
RGB7784159
HSL235°34.75%46.27%
HSB/HSV235°51.57%62.35%
CMYK51.57%47.17%0.00%
37.65%

Color #4D549F in popluar number systems.

HEX4D549F
Decimal7784159
Binary1001101101010010011111
Octal115124237

Shades and tints

Shades of #4D549F

#4D549F
(77,84,159)
#464D91
(70,77,145)
#3F4683
(63,70,131)
#383F75
(56,63,117)
#313867
(49,56,103)
#2A3159
(42,49,89)
#232A4B
(35,42,75)
#1C233D
(28,35,61)
#151C2F
(21,28,47)
#0E1521
(14,21,33)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D549F

#4D549F
(77,84,159)
#5D63A7
(93,99,167)
#6D72AF
(109,114,175)
#7D81B7
(125,129,183)
#8D90BF
(141,144,191)
#9D9FC7
(157,159,199)
#ADAECF
(173,174,207)
#BDBDD7
(189,189,215)
#CDCCDF
(205,204,223)
#DDDBE7
(221,219,231)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D549F; }

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

This text font color is #4D549F.


Background Color

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

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

This div background color is #4D549F.


Border color

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

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

This div border color is #4D549F.


Opacity

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

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

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

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

This text has shadow with #4D549F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D549F on black background.


Color preview on white background

This text has color #4D549F on white background.



Black color preview on #4D549F background

This text has black color on #4D549F background.


White color preview on #4D549F background

This text has white color on #4D549F background.