COLOR #4D51C0

HEX: #4D51C0
RGB: (77,81,192)

Renk bilgisi

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

RGB renk modeli

#4D51C0 color RGB value is (77,81,192).

  • kırmız ton 77;
  • yeşil ton 81;
  • mavi ton 192.
RGB:
(77,81,192)
(30%,32%,75%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 81 of 255 = 32%
B 192 of 255 = 75%

77
81
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 81 + 192 = 350 (100%)
R 77 of 350 ~ 22%
G 81 of 350 ~ 23.14%
B 192 of 350 ~ 54.86%

%22
%23.14
%54.86

CMYK RENK MODELİ

#4D51C0 rengi CMYK tonu (60,58,0,25).

  • camgöbeği tonu 59.90%
  • eflatun tonu 57.81%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(60,58,0,25)
C60M58Y0K25 
(60%,58%,0%,25%)
(0.60/0.58/0.00/0.25)	

CMYK yüzdeleri

%59.9
%57.81
%0
%24.71

Codes

Color #4D51C0 in popluar color models

4D51C0
RGB7781192
HSL238°47.72%52.75%
HSB/HSV238°59.90%75.29%
CMYK59.90%57.81%0.00%
24.71%

Color #4D51C0 in popluar number systems.

HEX4D51C0
Decimal7781192
Binary1001101101000111000000
Octal115121300

Shades and tints

Shades of #4D51C0

#4D51C0
(77,81,192)
#464AAF
(70,74,175)
#3F439E
(63,67,158)
#383C8D
(56,60,141)
#31357C
(49,53,124)
#2A2E6B
(42,46,107)
#23275A
(35,39,90)
#1C2049
(28,32,73)
#151938
(21,25,56)
#0E1227
(14,18,39)
#070B16
(7,11,22)
#000000
(0,0,0)

Tints of #4D51C0

#4D51C0
(77,81,192)
#5D60C5
(93,96,197)
#6D6FCA
(109,111,202)
#7D7ECF
(125,126,207)
#8D8DD4
(141,141,212)
#9D9CD9
(157,156,217)
#ADABDE
(173,171,222)
#BDBAE3
(189,186,227)
#CDC9E8
(205,201,232)
#DDD8ED
(221,216,237)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D51C0 color. Also use rgb(77,81,192) instead hex code.

Text Font Color

.myTextColor { color: #4D51C0; }

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

This text font color is #4D51C0.


Background Color

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

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

This div background color is #4D51C0.


Border color

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

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

This div border color is #4D51C0.


Opacity

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

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

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

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

This text has shadow with #4D51C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D51C0 on black background.


Color preview on white background

This text has color #4D51C0 on white background.



Black color preview on #4D51C0 background

This text has black color on #4D51C0 background.


White color preview on #4D51C0 background

This text has white color on #4D51C0 background.