COLOR #474FCD

HEX: #474FCD
RGB: (71,79,205)

Renk bilgisi

#474FCD contains mainly blue color. #474FCD ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#474FCD color RGB value is (71,79,205).

  • kırmız ton 71;
  • yeşil ton 79;
  • mavi ton 205.
RGB:
(71,79,205)
(28%,31%,80%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 205 of 255 = 80%

71
79
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 205 = 355 (100%)
R 71 of 355 ~ 20%
G 79 of 355 ~ 22.25%
B 205 of 355 ~ 57.75%

%20
%22.25
%57.75

CMYK RENK MODELİ

#474FCD rengi CMYK tonu (65,61,0,20).

  • camgöbeği tonu 65.37%
  • eflatun tonu 61.46%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(65,61,0,20)
C65M61Y0K20 
(65%,61%,0%,20%)
(0.65/0.61/0.00/0.20)	

CMYK yüzdeleri

%65.37
%61.46
%0
%19.61

Codes

Color #474FCD in popluar color models

474FCD
RGB7179205
HSL236°57.26%54.12%
HSB/HSV236°65.37%80.39%
CMYK65.37%61.46%0.00%
19.61%

Color #474FCD in popluar number systems.

HEX474FCD
Decimal7179205
Binary1000111100111111001101
Octal107117315

Shades and tints

Shades of #474FCD

#474FCD
(71,79,205)
#4148BB
(65,72,187)
#3B41A9
(59,65,169)
#353A97
(53,58,151)
#2F3385
(47,51,133)
#292C73
(41,44,115)
#232561
(35,37,97)
#1D1E4F
(29,30,79)
#17173D
(23,23,61)
#11102B
(17,16,43)
#0B0919
(11,9,25)
#000000
(0,0,0)

Tints of #474FCD

#474FCD
(71,79,205)
#575FD1
(87,95,209)
#676FD5
(103,111,213)
#777FD9
(119,127,217)
#878FDD
(135,143,221)
#979FE1
(151,159,225)
#A7AFE5
(167,175,229)
#B7BFE9
(183,191,233)
#C7CFED
(199,207,237)
#D7DFF1
(215,223,241)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474FCD color. Also use rgb(71,79,205) instead hex code.

Text Font Color

.myTextColor { color: #474FCD; }

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

This text font color is #474FCD.


Background Color

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

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

This div background color is #474FCD.


Border color

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

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

This div border color is #474FCD.


Opacity

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

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

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

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

This text has shadow with #474FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474FCD on black background.


Color preview on white background

This text has color #474FCD on white background.



Black color preview on #474FCD background

This text has black color on #474FCD background.


White color preview on #474FCD background

This text has white color on #474FCD background.