COLOR #479EF6

HEX: #479EF6
RGB: (71,158,246)

Renk bilgisi

#479EF6 contains mainly blue color. #479EF6 ‘ nin web güvenlik rengi #3399FF (ya da #39F) dir.

RGB renk modeli

#479EF6 color RGB value is (71,158,246).

  • kırmız ton 71;
  • yeşil ton 158;
  • mavi ton 246.
RGB:
(71,158,246)
(28%,62%,96%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 158 of 255 = 62%
B 246 of 255 = 96%

71
158
246

R + G + B ~ 62%. #479EF6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 158 + 246 = 475 (100%)
R 71 of 475 ~ 14.95%
G 158 of 475 ~ 33.26%
B 246 of 475 ~ 51.79%

%14.95
%33.26
%51.79

CMYK RENK MODELİ

#479EF6 rengi CMYK tonu (71,36,0,4).

  • camgöbeği tonu 71.14%
  • eflatun tonu 35.77%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(71,36,0,4)
C71M36Y0K4 
(71%,36%,0%,4%)
(0.71/0.36/0.00/0.04)	

CMYK yüzdeleri

%71.14
%35.77
%0
%3.53

Codes

Color #479EF6 in popluar color models

479EF6
RGB71158246
HSL210°90.67%62.16%
HSB/HSV210°71.14%96.47%
CMYK71.14%35.77%0.00%
3.53%

Color #479EF6 in popluar number systems.

HEX479EF6
Decimal71158246
Binary10001111001111011110110
Octal107236366

Shades and tints

Shades of #479EF6

#479EF6
(71,158,246)
#4190E0
(65,144,224)
#3B82CA
(59,130,202)
#3574B4
(53,116,180)
#2F669E
(47,102,158)
#295888
(41,88,136)
#234A72
(35,74,114)
#1D3C5C
(29,60,92)
#172E46
(23,46,70)
#112030
(17,32,48)
#0B121A
(11,18,26)
#000000
(0,0,0)

Tints of #479EF6

#479EF6
(71,158,246)
#57A6F6
(87,166,246)
#67AEF6
(103,174,246)
#77B6F6
(119,182,246)
#87BEF6
(135,190,246)
#97C6F6
(151,198,246)
#A7CEF6
(167,206,246)
#B7D6F6
(183,214,246)
#C7DEF6
(199,222,246)
#D7E6F6
(215,230,246)
#E7EEF6
(231,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479EF6 color. Also use rgb(71,158,246) instead hex code.

Text Font Color

.myTextColor { color: #479EF6; }

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

This text font color is #479EF6.


Background Color

.myBgColor { background-color: #479EF6; }

<div style="background-color:#479EF6">Inner text</div>

This div background color is #479EF6.


Border color

.myBorderColor { border: 1px solid #479EF6; }

<div style="border:3px solid #479EF6">Div</div>

This div border color is #479EF6.


Opacity

.myOpacity80 { color: #479EF6; opacity: 0.8; }

<p style="color:#479EF6;opacity:0.8;">80%</p>

Text with #479EF6 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 #479EF6;}

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

This text has shadow with #479EF6 color.

.textShadow {text-shadow: 3px 3px 1px #479EF6, 3px 3px 1px red;}

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

This text has shadow with #479EF6 primary color and red secondary color.


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

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

This text has shadow with #479EF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479EF6 on black background.


Color preview on white background

This text has color #479EF6 on white background.



Black color preview on #479EF6 background

This text has black color on #479EF6 background.


White color preview on #479EF6 background

This text has white color on #479EF6 background.