COLOR #4D5CA0

HEX: #4D5CA0
RGB: (77,92,160)

Renk bilgisi

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

RGB renk modeli

#4D5CA0 color RGB value is (77,92,160).

  • kırmız ton 77;
  • yeşil ton 92;
  • mavi ton 160.
RGB:
(77,92,160)
(30%,36%,63%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 92 of 255 = 36%
B 160 of 255 = 63%

77
92
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 92 + 160 = 329 (100%)
R 77 of 329 ~ 23.4%
G 92 of 329 ~ 27.96%
B 160 of 329 ~ 48.63%

%23.4
%27.96
%48.63

CMYK RENK MODELİ

#4D5CA0 rengi CMYK tonu (52,43,0,37).

  • camgöbeği tonu 51.88%
  • eflatun tonu 42.50%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(52,43,0,37)
C52M43Y0K37 
(52%,43%,0%,37%)
(0.52/0.43/0.00/0.37)	

CMYK yüzdeleri

%51.88
%42.5
%0
%37.25

Codes

Color #4D5CA0 in popluar color models

4D5CA0
RGB7792160
HSL229°35.02%46.47%
HSB/HSV229°51.88%62.75%
CMYK51.88%42.50%0.00%
37.25%

Color #4D5CA0 in popluar number systems.

HEX4D5CA0
Decimal7792160
Binary1001101101110010100000
Octal115134240

Shades and tints

Shades of #4D5CA0

#4D5CA0
(77,92,160)
#465492
(70,84,146)
#3F4C84
(63,76,132)
#384476
(56,68,118)
#313C68
(49,60,104)
#2A345A
(42,52,90)
#232C4C
(35,44,76)
#1C243E
(28,36,62)
#151C30
(21,28,48)
#0E1422
(14,20,34)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #4D5CA0

#4D5CA0
(77,92,160)
#5D6AA8
(93,106,168)
#6D78B0
(109,120,176)
#7D86B8
(125,134,184)
#8D94C0
(141,148,192)
#9DA2C8
(157,162,200)
#ADB0D0
(173,176,208)
#BDBED8
(189,190,216)
#CDCCE0
(205,204,224)
#DDDAE8
(221,218,232)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5CA0 color. Also use rgb(77,92,160) instead hex code.

Text Font Color

.myTextColor { color: #4D5CA0; }

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

This text font color is #4D5CA0.


Background Color

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

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

This div background color is #4D5CA0.


Border color

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

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

This div border color is #4D5CA0.


Opacity

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

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

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

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

This text has shadow with #4D5CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5CA0 on black background.


Color preview on white background

This text has color #4D5CA0 on white background.



Black color preview on #4D5CA0 background

This text has black color on #4D5CA0 background.


White color preview on #4D5CA0 background

This text has white color on #4D5CA0 background.