COLOR #4D6394

HEX: #4D6394
RGB: (77,99,148)

Renk bilgisi

#4D6394 contains mainly green and blue colors. #4D6394 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D6394 color RGB value is (77,99,148).

  • kırmız ton 77;
  • yeşil ton 99;
  • mavi ton 148.
RGB:
(77,99,148)
(30%,39%,58%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 99 of 255 = 39%
B 148 of 255 = 58%

77
99
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 99 + 148 = 324 (100%)
R 77 of 324 ~ 23.77%
G 99 of 324 ~ 30.56%
B 148 of 324 ~ 45.68%

%23.77
%30.56
%45.68

CMYK RENK MODELİ

#4D6394 rengi CMYK tonu (48,33,0,42).

  • camgöbeği tonu 47.97%
  • eflatun tonu 33.11%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(48,33,0,42)
C48M33Y0K42 
(48%,33%,0%,42%)
(0.48/0.33/0.00/0.42)	

CMYK yüzdeleri

%47.97
%33.11
%0
%41.96

Codes

Color #4D6394 in popluar color models

4D6394
RGB7799148
HSL221°31.56%44.12%
HSB/HSV221°47.97%58.04%
CMYK47.97%33.11%0.00%
41.96%

Color #4D6394 in popluar number systems.

HEX4D6394
Decimal7799148
Binary1001101110001110010100
Octal115143224

Shades and tints

Shades of #4D6394

#4D6394
(77,99,148)
#465A87
(70,90,135)
#3F517A
(63,81,122)
#38486D
(56,72,109)
#313F60
(49,63,96)
#2A3653
(42,54,83)
#232D46
(35,45,70)
#1C2439
(28,36,57)
#151B2C
(21,27,44)
#0E121F
(14,18,31)
#070912
(7,9,18)
#000000
(0,0,0)

Tints of #4D6394

#4D6394
(77,99,148)
#5D719D
(93,113,157)
#6D7FA6
(109,127,166)
#7D8DAF
(125,141,175)
#8D9BB8
(141,155,184)
#9DA9C1
(157,169,193)
#ADB7CA
(173,183,202)
#BDC5D3
(189,197,211)
#CDD3DC
(205,211,220)
#DDE1E5
(221,225,229)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6394 color. Also use rgb(77,99,148) instead hex code.

Text Font Color

.myTextColor { color: #4D6394; }

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

This text font color is #4D6394.


Background Color

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

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

This div background color is #4D6394.


Border color

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

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

This div border color is #4D6394.


Opacity

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

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

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

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

This text has shadow with #4D6394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6394 on black background.


Color preview on white background

This text has color #4D6394 on white background.



Black color preview on #4D6394 background

This text has black color on #4D6394 background.


White color preview on #4D6394 background

This text has white color on #4D6394 background.