COLOR #4D79C1

HEX: #4D79C1
RGB: (77,121,193)

Renk bilgisi

#4D79C1 contains mainly blue color. #4D79C1 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4D79C1 color RGB value is (77,121,193).

  • kırmız ton 77;
  • yeşil ton 121;
  • mavi ton 193.
RGB:
(77,121,193)
(30%,47%,76%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 121 of 255 = 47%
B 193 of 255 = 76%

77
121
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 121 + 193 = 391 (100%)
R 77 of 391 ~ 19.69%
G 121 of 391 ~ 30.95%
B 193 of 391 ~ 49.36%

%19.69
%30.95
%49.36

CMYK RENK MODELİ

#4D79C1 rengi CMYK tonu (60,37,0,24).

  • camgöbeği tonu 60.10%
  • eflatun tonu 37.31%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(60,37,0,24)
C60M37Y0K24 
(60%,37%,0%,24%)
(0.60/0.37/0.00/0.24)	

CMYK yüzdeleri

%60.1
%37.31
%0
%24.31

Codes

Color #4D79C1 in popluar color models

4D79C1
RGB77121193
HSL217°48.33%52.94%
HSB/HSV217°60.10%75.69%
CMYK60.10%37.31%0.00%
24.31%

Color #4D79C1 in popluar number systems.

HEX4D79C1
Decimal77121193
Binary1001101111100111000001
Octal115171301

Shades and tints

Shades of #4D79C1

#4D79C1
(77,121,193)
#466EB0
(70,110,176)
#3F639F
(63,99,159)
#38588E
(56,88,142)
#314D7D
(49,77,125)
#2A426C
(42,66,108)
#23375B
(35,55,91)
#1C2C4A
(28,44,74)
#152139
(21,33,57)
#0E1628
(14,22,40)
#070B17
(7,11,23)
#000000
(0,0,0)

Tints of #4D79C1

#4D79C1
(77,121,193)
#5D85C6
(93,133,198)
#6D91CB
(109,145,203)
#7D9DD0
(125,157,208)
#8DA9D5
(141,169,213)
#9DB5DA
(157,181,218)
#ADC1DF
(173,193,223)
#BDCDE4
(189,205,228)
#CDD9E9
(205,217,233)
#DDE5EE
(221,229,238)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D79C1 color. Also use rgb(77,121,193) instead hex code.

Text Font Color

.myTextColor { color: #4D79C1; }

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

This text font color is #4D79C1.


Background Color

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

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

This div background color is #4D79C1.


Border color

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

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

This div border color is #4D79C1.


Opacity

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

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

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

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

This text has shadow with #4D79C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D79C1 on black background.


Color preview on white background

This text has color #4D79C1 on white background.



Black color preview on #4D79C1 background

This text has black color on #4D79C1 background.


White color preview on #4D79C1 background

This text has white color on #4D79C1 background.