COLOR #4749D1

HEX: #4749D1
RGB: (71,73,209)

Renk bilgisi

#4749D1 contains mainly blue color. #4749D1 ‘ nin web güvenlik rengi #3333CC (ya da #33C) dir.

RGB renk modeli

#4749D1 color RGB value is (71,73,209).

  • kırmız ton 71;
  • yeşil ton 73;
  • mavi ton 209.
RGB:
(71,73,209)
(28%,29%,82%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 209 of 255 = 82%

71
73
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 209 = 353 (100%)
R 71 of 353 ~ 20.11%
G 73 of 353 ~ 20.68%
B 209 of 353 ~ 59.21%

%20.11
%20.68
%59.21

CMYK RENK MODELİ

#4749D1 rengi CMYK tonu (66,65,0,18).

  • camgöbeği tonu 66.03%
  • eflatun tonu 65.07%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(66,65,0,18)
C66M65Y0K18 
(66%,65%,0%,18%)
(0.66/0.65/0.00/0.18)	

CMYK yüzdeleri

%66.03
%65.07
%0
%18.04

Codes

Color #4749D1 in popluar color models

4749D1
RGB7173209
HSL239°60.00%54.90%
HSB/HSV239°66.03%81.96%
CMYK66.03%65.07%0.00%
18.04%

Color #4749D1 in popluar number systems.

HEX4749D1
Decimal7173209
Binary1000111100100111010001
Octal107111321

Shades and tints

Shades of #4749D1

#4749D1
(71,73,209)
#4143BE
(65,67,190)
#3B3DAB
(59,61,171)
#353798
(53,55,152)
#2F3185
(47,49,133)
#292B72
(41,43,114)
#23255F
(35,37,95)
#1D1F4C
(29,31,76)
#171939
(23,25,57)
#111326
(17,19,38)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #4749D1

#4749D1
(71,73,209)
#5759D5
(87,89,213)
#6769D9
(103,105,217)
#7779DD
(119,121,221)
#8789E1
(135,137,225)
#9799E5
(151,153,229)
#A7A9E9
(167,169,233)
#B7B9ED
(183,185,237)
#C7C9F1
(199,201,241)
#D7D9F5
(215,217,245)
#E7E9F9
(231,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4749D1 color. Also use rgb(71,73,209) instead hex code.

Text Font Color

.myTextColor { color: #4749D1; }

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

This text font color is #4749D1.


Background Color

.myBgColor { background-color: #4749D1; }

<div style="background-color:#4749D1">Inner text</div>

This div background color is #4749D1.


Border color

.myBorderColor { border: 1px solid #4749D1; }

<div style="border:3px solid #4749D1">Div</div>

This div border color is #4749D1.


Opacity

.myOpacity80 { color: #4749D1; opacity: 0.8; }

<p style="color:#4749D1;opacity:0.8;">80%</p>

Text with #4749D1 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 #4749D1;}

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

This text has shadow with #4749D1 color.

.textShadow {text-shadow: 3px 3px 1px #4749D1, 3px 3px 1px red;}

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

This text has shadow with #4749D1 primary color and red secondary color.


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

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

This text has shadow with #4749D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4749D1 on black background.


Color preview on white background

This text has color #4749D1 on white background.



Black color preview on #4749D1 background

This text has black color on #4749D1 background.


White color preview on #4749D1 background

This text has white color on #4749D1 background.