COLOR #4D68C4

HEX: #4D68C4
RGB: (77,104,196)

Renk bilgisi

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

RGB renk modeli

#4D68C4 color RGB value is (77,104,196).

  • kırmız ton 77;
  • yeşil ton 104;
  • mavi ton 196.
RGB:
(77,104,196)
(30%,41%,77%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 104 of 255 = 41%
B 196 of 255 = 77%

77
104
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 104 + 196 = 377 (100%)
R 77 of 377 ~ 20.42%
G 104 of 377 ~ 27.59%
B 196 of 377 ~ 51.99%

%20.42
%27.59
%51.99

CMYK RENK MODELİ

#4D68C4 rengi CMYK tonu (61,47,0,23).

  • camgöbeği tonu 60.71%
  • eflatun tonu 46.94%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(61,47,0,23)
C61M47Y0K23 
(61%,47%,0%,23%)
(0.61/0.47/0.00/0.23)	

CMYK yüzdeleri

%60.71
%46.94
%0
%23.14

Codes

Color #4D68C4 in popluar color models

4D68C4
RGB77104196
HSL226°50.21%53.53%
HSB/HSV226°60.71%76.86%
CMYK60.71%46.94%0.00%
23.14%

Color #4D68C4 in popluar number systems.

HEX4D68C4
Decimal77104196
Binary1001101110100011000100
Octal115150304

Shades and tints

Shades of #4D68C4

#4D68C4
(77,104,196)
#465FB3
(70,95,179)
#3F56A2
(63,86,162)
#384D91
(56,77,145)
#314480
(49,68,128)
#2A3B6F
(42,59,111)
#23325E
(35,50,94)
#1C294D
(28,41,77)
#15203C
(21,32,60)
#0E172B
(14,23,43)
#070E1A
(7,14,26)
#000000
(0,0,0)

Tints of #4D68C4

#4D68C4
(77,104,196)
#5D75C9
(93,117,201)
#6D82CE
(109,130,206)
#7D8FD3
(125,143,211)
#8D9CD8
(141,156,216)
#9DA9DD
(157,169,221)
#ADB6E2
(173,182,226)
#BDC3E7
(189,195,231)
#CDD0EC
(205,208,236)
#DDDDF1
(221,221,241)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D68C4 color. Also use rgb(77,104,196) instead hex code.

Text Font Color

.myTextColor { color: #4D68C4; }

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

This text font color is #4D68C4.


Background Color

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

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

This div background color is #4D68C4.


Border color

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

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

This div border color is #4D68C4.


Opacity

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

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

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

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

This text has shadow with #4D68C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D68C4 on black background.


Color preview on white background

This text has color #4D68C4 on white background.



Black color preview on #4D68C4 background

This text has black color on #4D68C4 background.


White color preview on #4D68C4 background

This text has white color on #4D68C4 background.