COLOR #4971F0

HEX: #4971F0
RGB: (73,113,240)

Renk bilgisi

#4971F0 contains mainly blue color. #4971F0 ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#4971F0 color RGB value is (73,113,240).

  • kırmız ton 73;
  • yeşil ton 113;
  • mavi ton 240.
RGB:
(73,113,240)
(29%,44%,94%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 240 of 255 = 94%

73
113
240

R + G + B ~ 56%. #4971F0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 240 = 426 (100%)
R 73 of 426 ~ 17.14%
G 113 of 426 ~ 26.53%
B 240 of 426 ~ 56.34%

%17.14
%26.53
%56.34

CMYK RENK MODELİ

#4971F0 rengi CMYK tonu (70,53,0,6).

  • camgöbeği tonu 69.58%
  • eflatun tonu 52.92%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(70,53,0,6)
C70M53Y0K6 
(70%,53%,0%,6%)
(0.70/0.53/0.00/0.06)	

CMYK yüzdeleri

%69.58
%52.92
%0
%5.88

Codes

Color #4971F0 in popluar color models

4971F0
RGB73113240
HSL226°84.77%61.37%
HSB/HSV226°69.58%94.12%
CMYK69.58%52.92%0.00%
5.88%

Color #4971F0 in popluar number systems.

HEX4971F0
Decimal73113240
Binary1001001111000111110000
Octal111161360

Shades and tints

Shades of #4971F0

#4971F0
(73,113,240)
#4367DB
(67,103,219)
#3D5DC6
(61,93,198)
#3753B1
(55,83,177)
#31499C
(49,73,156)
#2B3F87
(43,63,135)
#253572
(37,53,114)
#1F2B5D
(31,43,93)
#192148
(25,33,72)
#131733
(19,23,51)
#0D0D1E
(13,13,30)
#000000
(0,0,0)

Tints of #4971F0

#4971F0
(73,113,240)
#597DF1
(89,125,241)
#6989F2
(105,137,242)
#7995F3
(121,149,243)
#89A1F4
(137,161,244)
#99ADF5
(153,173,245)
#A9B9F6
(169,185,246)
#B9C5F7
(185,197,247)
#C9D1F8
(201,209,248)
#D9DDF9
(217,221,249)
#E9E9FA
(233,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4971F0 color. Also use rgb(73,113,240) instead hex code.

Text Font Color

.myTextColor { color: #4971F0; }

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

This text font color is #4971F0.


Background Color

.myBgColor { background-color: #4971F0; }

<div style="background-color:#4971F0">Inner text</div>

This div background color is #4971F0.


Border color

.myBorderColor { border: 1px solid #4971F0; }

<div style="border:3px solid #4971F0">Div</div>

This div border color is #4971F0.


Opacity

.myOpacity80 { color: #4971F0; opacity: 0.8; }

<p style="color:#4971F0;opacity:0.8;">80%</p>

Text with #4971F0 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 #4971F0;}

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

This text has shadow with #4971F0 color.

.textShadow {text-shadow: 3px 3px 1px #4971F0, 3px 3px 1px red;}

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

This text has shadow with #4971F0 primary color and red secondary color.


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

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

This text has shadow with #4971F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4971F0 on black background.


Color preview on white background

This text has color #4971F0 on white background.



Black color preview on #4971F0 background

This text has black color on #4971F0 background.


White color preview on #4971F0 background

This text has white color on #4971F0 background.