COLOR #472EF5

HEX: #472EF5
RGB: (71,46,245)

Renk bilgisi

#472EF5 contains mainly blue color. #472EF5 ‘ nin web güvenlik rengi #3333FF (ya da #33F) dir.

RGB renk modeli

#472EF5 color RGB value is (71,46,245).

  • kırmız ton 71;
  • yeşil ton 46;
  • mavi ton 245.
RGB:
(71,46,245)
(28%,18%,96%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 46 of 255 = 18%
B 245 of 255 = 96%

71
46
245

R + G + B ~ 47%. #472EF5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 46 + 245 = 362 (100%)
R 71 of 362 ~ 19.61%
G 46 of 362 ~ 12.71%
B 245 of 362 ~ 67.68%

%19.61
%12.71
%67.68

CMYK RENK MODELİ

#472EF5 rengi CMYK tonu (71,81,0,4).

  • camgöbeği tonu 71.02%
  • eflatun tonu 81.22%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(71,81,0,4)
C71M81Y0K4 
(71%,81%,0%,4%)
(0.71/0.81/0.00/0.04)	

CMYK yüzdeleri

%71.02
%81.22
%0
%3.92

Codes

Color #472EF5 in popluar color models

472EF5
RGB7146245
HSL248°90.87%57.06%
HSB/HSV248°81.22%96.08%
CMYK71.02%81.22%0.00%
3.92%

Color #472EF5 in popluar number systems.

HEX472EF5
Decimal7146245
Binary100011110111011110101
Octal10756365

Shades and tints

Shades of #472EF5

#472EF5
(71,46,245)
#412ADF
(65,42,223)
#3B26C9
(59,38,201)
#3522B3
(53,34,179)
#2F1E9D
(47,30,157)
#291A87
(41,26,135)
#231671
(35,22,113)
#1D125B
(29,18,91)
#170E45
(23,14,69)
#110A2F
(17,10,47)
#0B0619
(11,6,25)
#000000
(0,0,0)

Tints of #472EF5

#472EF5
(71,46,245)
#5741F5
(87,65,245)
#6754F5
(103,84,245)
#7767F5
(119,103,245)
#877AF5
(135,122,245)
#978DF5
(151,141,245)
#A7A0F5
(167,160,245)
#B7B3F5
(183,179,245)
#C7C6F5
(199,198,245)
#D7D9F5
(215,217,245)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472EF5 color. Also use rgb(71,46,245) instead hex code.

Text Font Color

.myTextColor { color: #472EF5; }

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

This text font color is #472EF5.


Background Color

.myBgColor { background-color: #472EF5; }

<div style="background-color:#472EF5">Inner text</div>

This div background color is #472EF5.


Border color

.myBorderColor { border: 1px solid #472EF5; }

<div style="border:3px solid #472EF5">Div</div>

This div border color is #472EF5.


Opacity

.myOpacity80 { color: #472EF5; opacity: 0.8; }

<p style="color:#472EF5;opacity:0.8;">80%</p>

Text with #472EF5 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 #472EF5;}

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

This text has shadow with #472EF5 color.

.textShadow {text-shadow: 3px 3px 1px #472EF5, 3px 3px 1px red;}

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

This text has shadow with #472EF5 primary color and red secondary color.


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

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

This text has shadow with #472EF5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472EF5 on black background.


Color preview on white background

This text has color #472EF5 on white background.



Black color preview on #472EF5 background

This text has black color on #472EF5 background.


White color preview on #472EF5 background

This text has white color on #472EF5 background.