COLOR #4C50D5

HEX: #4C50D5
RGB: (76,80,213)

Renk bilgisi

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

RGB renk modeli

#4C50D5 color RGB value is (76,80,213).

  • kırmız ton 76;
  • yeşil ton 80;
  • mavi ton 213.
RGB:
(76,80,213)
(30%,31%,84%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 80 of 255 = 31%
B 213 of 255 = 84%

76
80
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 80 + 213 = 369 (100%)
R 76 of 369 ~ 20.6%
G 80 of 369 ~ 21.68%
B 213 of 369 ~ 57.72%

%20.6
%21.68
%57.72

CMYK RENK MODELİ

#4C50D5 rengi CMYK tonu (64,62,0,16).

  • camgöbeği tonu 64.32%
  • eflatun tonu 62.44%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(64,62,0,16)
C64M62Y0K16 
(64%,62%,0%,16%)
(0.64/0.62/0.00/0.16)	

CMYK yüzdeleri

%64.32
%62.44
%0
%16.47

Codes

Color #4C50D5 in popluar color models

4C50D5
RGB7680213
HSL238°61.99%56.67%
HSB/HSV238°64.32%83.53%
CMYK64.32%62.44%0.00%
16.47%

Color #4C50D5 in popluar number systems.

HEX4C50D5
Decimal7680213
Binary1001100101000011010101
Octal114120325

Shades and tints

Shades of #4C50D5

#4C50D5
(76,80,213)
#4649C2
(70,73,194)
#4042AF
(64,66,175)
#3A3B9C
(58,59,156)
#343489
(52,52,137)
#2E2D76
(46,45,118)
#282663
(40,38,99)
#221F50
(34,31,80)
#1C183D
(28,24,61)
#16112A
(22,17,42)
#100A17
(16,10,23)
#000000
(0,0,0)

Tints of #4C50D5

#4C50D5
(76,80,213)
#5C5FD8
(92,95,216)
#6C6EDB
(108,110,219)
#7C7DDE
(124,125,222)
#8C8CE1
(140,140,225)
#9C9BE4
(156,155,228)
#ACAAE7
(172,170,231)
#BCB9EA
(188,185,234)
#CCC8ED
(204,200,237)
#DCD7F0
(220,215,240)
#ECE6F3
(236,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C50D5 color. Also use rgb(76,80,213) instead hex code.

Text Font Color

.myTextColor { color: #4C50D5; }

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

This text font color is #4C50D5.


Background Color

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

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

This div background color is #4C50D5.


Border color

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

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

This div border color is #4C50D5.


Opacity

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

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

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

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

This text has shadow with #4C50D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C50D5 on black background.


Color preview on white background

This text has color #4C50D5 on white background.



Black color preview on #4C50D5 background

This text has black color on #4C50D5 background.


White color preview on #4C50D5 background

This text has white color on #4C50D5 background.