COLOR #4D4795

HEX: #4D4795
RGB: (77,71,149)

Renk bilgisi

#4D4795 contains mainly blue color. #4D4795 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4D4795 color RGB value is (77,71,149).

  • kırmız ton 77;
  • yeşil ton 71;
  • mavi ton 149.
RGB:
(77,71,149)
(30%,28%,58%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 71 of 255 = 28%
B 149 of 255 = 58%

77
71
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 71 + 149 = 297 (100%)
R 77 of 297 ~ 25.93%
G 71 of 297 ~ 23.91%
B 149 of 297 ~ 50.17%

%25.93
%23.91
%50.17

CMYK RENK MODELİ

#4D4795 rengi CMYK tonu (48,52,0,42).

  • camgöbeği tonu 48.32%
  • eflatun tonu 52.35%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(48,52,0,42)
C48M52Y0K42 
(48%,52%,0%,42%)
(0.48/0.52/0.00/0.42)	

CMYK yüzdeleri

%48.32
%52.35
%0
%41.57

Codes

Color #4D4795 in popluar color models

4D4795
RGB7771149
HSL245°35.45%43.14%
HSB/HSV245°52.35%58.43%
CMYK48.32%52.35%0.00%
41.57%

Color #4D4795 in popluar number systems.

HEX4D4795
Decimal7771149
Binary1001101100011110010101
Octal115107225

Shades and tints

Shades of #4D4795

#4D4795
(77,71,149)
#464188
(70,65,136)
#3F3B7B
(63,59,123)
#38356E
(56,53,110)
#312F61
(49,47,97)
#2A2954
(42,41,84)
#232347
(35,35,71)
#1C1D3A
(28,29,58)
#15172D
(21,23,45)
#0E1120
(14,17,32)
#070B13
(7,11,19)
#000000
(0,0,0)

Tints of #4D4795

#4D4795
(77,71,149)
#5D579E
(93,87,158)
#6D67A7
(109,103,167)
#7D77B0
(125,119,176)
#8D87B9
(141,135,185)
#9D97C2
(157,151,194)
#ADA7CB
(173,167,203)
#BDB7D4
(189,183,212)
#CDC7DD
(205,199,221)
#DDD7E6
(221,215,230)
#EDE7EF
(237,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4795 color. Also use rgb(77,71,149) instead hex code.

Text Font Color

.myTextColor { color: #4D4795; }

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

This text font color is #4D4795.


Background Color

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

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

This div background color is #4D4795.


Border color

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

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

This div border color is #4D4795.


Opacity

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

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

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

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

This text has shadow with #4D4795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4795 on black background.


Color preview on white background

This text has color #4D4795 on white background.



Black color preview on #4D4795 background

This text has black color on #4D4795 background.


White color preview on #4D4795 background

This text has white color on #4D4795 background.