COLOR #474CFD

HEX: #474CFD
RGB: (71,76,253)

Renk bilgisi

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

RGB renk modeli

#474CFD color RGB value is (71,76,253).

  • kırmız ton 71;
  • yeşil ton 76;
  • mavi ton 253.
RGB:
(71,76,253)
(28%,30%,99%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 253 of 255 = 99%

71
76
253

R + G + B ~ 52%. #474CFD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 253 = 400 (100%)
R 71 of 400 ~ 17.75%
G 76 of 400 ~ 19%
B 253 of 400 ~ 63.25%

%17.75
%19
%63.25

CMYK RENK MODELİ

#474CFD rengi CMYK tonu (72,70,0,1).

  • camgöbeği tonu 71.94%
  • eflatun tonu 69.96%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(72,70,0,1)
C72M70Y0K1 
(72%,70%,0%,1%)
(0.72/0.70/0.00/0.01)	

CMYK yüzdeleri

%71.94
%69.96
%0
%0.78

Codes

Color #474CFD in popluar color models

474CFD
RGB7176253
HSL238°97.85%63.53%
HSB/HSV238°71.94%99.22%
CMYK71.94%69.96%0.00%
0.78%

Color #474CFD in popluar number systems.

HEX474CFD
Decimal7176253
Binary1000111100110011111101
Octal107114375

Shades and tints

Shades of #474CFD

#474CFD
(71,76,253)
#4146E6
(65,70,230)
#3B40CF
(59,64,207)
#353AB8
(53,58,184)
#2F34A1
(47,52,161)
#292E8A
(41,46,138)
#232873
(35,40,115)
#1D225C
(29,34,92)
#171C45
(23,28,69)
#11162E
(17,22,46)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #474CFD

#474CFD
(71,76,253)
#575CFD
(87,92,253)
#676CFD
(103,108,253)
#777CFD
(119,124,253)
#878CFD
(135,140,253)
#979CFD
(151,156,253)
#A7ACFD
(167,172,253)
#B7BCFD
(183,188,253)
#C7CCFD
(199,204,253)
#D7DCFD
(215,220,253)
#E7ECFD
(231,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474CFD color. Also use rgb(71,76,253) instead hex code.

Text Font Color

.myTextColor { color: #474CFD; }

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

This text font color is #474CFD.


Background Color

.myBgColor { background-color: #474CFD; }

<div style="background-color:#474CFD">Inner text</div>

This div background color is #474CFD.


Border color

.myBorderColor { border: 1px solid #474CFD; }

<div style="border:3px solid #474CFD">Div</div>

This div border color is #474CFD.


Opacity

.myOpacity80 { color: #474CFD; opacity: 0.8; }

<p style="color:#474CFD;opacity:0.8;">80%</p>

Text with #474CFD 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 #474CFD;}

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

This text has shadow with #474CFD color.

.textShadow {text-shadow: 3px 3px 1px #474CFD, 3px 3px 1px red;}

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

This text has shadow with #474CFD primary color and red secondary color.


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

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

This text has shadow with #474CFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474CFD on black background.


Color preview on white background

This text has color #474CFD on white background.



Black color preview on #474CFD background

This text has black color on #474CFD background.


White color preview on #474CFD background

This text has white color on #474CFD background.