COLOR #4D5684

HEX: #4D5684
RGB: (77,86,132)

Renk bilgisi

#4D5684 contains red, green and blue colors in about the same proportion. #4D5684 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D5684 color RGB value is (77,86,132).

  • kırmız ton 77;
  • yeşil ton 86;
  • mavi ton 132.
RGB:
(77,86,132)
(30%,34%,52%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 86 of 255 = 34%
B 132 of 255 = 52%

77
86
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 86 + 132 = 295 (100%)
R 77 of 295 ~ 26.1%
G 86 of 295 ~ 29.15%
B 132 of 295 ~ 44.75%

%26.1
%29.15
%44.75

CMYK RENK MODELİ

#4D5684 rengi CMYK tonu (42,35,0,48).

  • camgöbeği tonu 41.67%
  • eflatun tonu 34.85%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(42,35,0,48)
C42M35Y0K48 
(42%,35%,0%,48%)
(0.42/0.35/0.00/0.48)	

CMYK yüzdeleri

%41.67
%34.85
%0
%48.24

Codes

Color #4D5684 in popluar color models

4D5684
RGB7786132
HSL230°26.32%40.98%
HSB/HSV230°41.67%51.76%
CMYK41.67%34.85%0.00%
48.24%

Color #4D5684 in popluar number systems.

HEX4D5684
Decimal7786132
Binary1001101101011010000100
Octal115126204

Shades and tints

Shades of #4D5684

#4D5684
(77,86,132)
#464F78
(70,79,120)
#3F486C
(63,72,108)
#384160
(56,65,96)
#313A54
(49,58,84)
#2A3348
(42,51,72)
#232C3C
(35,44,60)
#1C2530
(28,37,48)
#151E24
(21,30,36)
#0E1718
(14,23,24)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #4D5684

#4D5684
(77,86,132)
#5D658F
(93,101,143)
#6D749A
(109,116,154)
#7D83A5
(125,131,165)
#8D92B0
(141,146,176)
#9DA1BB
(157,161,187)
#ADB0C6
(173,176,198)
#BDBFD1
(189,191,209)
#CDCEDC
(205,206,220)
#DDDDE7
(221,221,231)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5684 color. Also use rgb(77,86,132) instead hex code.

Text Font Color

.myTextColor { color: #4D5684; }

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

This text font color is #4D5684.


Background Color

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

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

This div background color is #4D5684.


Border color

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

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

This div border color is #4D5684.


Opacity

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

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

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

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

This text has shadow with #4D5684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5684 on black background.


Color preview on white background

This text has color #4D5684 on white background.



Black color preview on #4D5684 background

This text has black color on #4D5684 background.


White color preview on #4D5684 background

This text has white color on #4D5684 background.