COLOR #4714F0

HEX: #4714F0
RGB: (71,20,240)

Renk bilgisi

#4714F0 contains mainly blue color. #4714F0 ‘ nin web güvenlik rengi #3300FF (ya da #30F) dir.

RGB renk modeli

#4714F0 color RGB value is (71,20,240).

  • kırmız ton 71;
  • yeşil ton 20;
  • mavi ton 240.
RGB:
(71,20,240)
(28%,8%,94%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 20 of 255 = 8%
B 240 of 255 = 94%

71
20
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 20 + 240 = 331 (100%)
R 71 of 331 ~ 21.45%
G 20 of 331 ~ 6.04%
B 240 of 331 ~ 72.51%

%21.45
%72.51

CMYK RENK MODELİ

#4714F0 rengi CMYK tonu (70,92,0,6).

  • camgöbeği tonu 70.42%
  • eflatun tonu 91.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(70,92,0,6)
C70M92Y0K6 
(70%,92%,0%,6%)
(0.70/0.92/0.00/0.06)	

CMYK yüzdeleri

%70.42
%91.67
%0
%5.88

Codes

Color #4714F0 in popluar color models

4714F0
RGB7120240
HSL254°88.00%50.98%
HSB/HSV254°91.67%94.12%
CMYK70.42%91.67%0.00%
5.88%

Color #4714F0 in popluar number systems.

HEX4714F0
Decimal7120240
Binary10001111010011110000
Octal10724360

Shades and tints

Shades of #4714F0

#4714F0
(71,20,240)
#4113DB
(65,19,219)
#3B12C6
(59,18,198)
#3511B1
(53,17,177)
#2F109C
(47,16,156)
#290F87
(41,15,135)
#230E72
(35,14,114)
#1D0D5D
(29,13,93)
#170C48
(23,12,72)
#110B33
(17,11,51)
#0B0A1E
(11,10,30)
#000000
(0,0,0)

Tints of #4714F0

#4714F0
(71,20,240)
#5729F1
(87,41,241)
#673EF2
(103,62,242)
#7753F3
(119,83,243)
#8768F4
(135,104,244)
#977DF5
(151,125,245)
#A792F6
(167,146,246)
#B7A7F7
(183,167,247)
#C7BCF8
(199,188,248)
#D7D1F9
(215,209,249)
#E7E6FA
(231,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4714F0 color. Also use rgb(71,20,240) instead hex code.

Text Font Color

.myTextColor { color: #4714F0; }

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

This text font color is #4714F0.


Background Color

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

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

This div background color is #4714F0.


Border color

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

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

This div border color is #4714F0.


Opacity

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

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

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

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

This text has shadow with #4714F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4714F0 on black background.


Color preview on white background

This text has color #4714F0 on white background.



Black color preview on #4714F0 background

This text has black color on #4714F0 background.


White color preview on #4714F0 background

This text has white color on #4714F0 background.