COLOR #474973

HEX: #474973
RGB: (71,73,115)

Renk bilgisi

#474973 contains red, green and blue colors in about the same proportion. #474973 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#474973 color RGB value is (71,73,115).

  • kırmız ton 71;
  • yeşil ton 73;
  • mavi ton 115.
RGB:
(71,73,115)
(28%,29%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 115 of 255 = 45%

71
73
115

R + G + B ~ 34%. #474973 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 115 = 259 (100%)
R 71 of 259 ~ 27.41%
G 73 of 259 ~ 28.19%
B 115 of 259 ~ 44.4%

%27.41
%28.19
%44.4

CMYK RENK MODELİ

#474973 rengi CMYK tonu (38,37,0,55).

  • camgöbeği tonu 38.26%
  • eflatun tonu 36.52%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(38,37,0,55)
C38M37Y0K55 
(38%,37%,0%,55%)
(0.38/0.37/0.00/0.55)	

CMYK yüzdeleri

%38.26
%36.52
%0
%54.9

Codes

Color #474973 in popluar color models

474973
RGB7173115
HSL237°23.66%36.47%
HSB/HSV237°38.26%45.10%
CMYK38.26%36.52%0.00%
54.90%

Color #474973 in popluar number systems.

HEX474973
Decimal7173115
Binary100011110010011110011
Octal107111163

Shades and tints

Shades of #474973

#474973
(71,73,115)
#414369
(65,67,105)
#3B3D5F
(59,61,95)
#353755
(53,55,85)
#2F314B
(47,49,75)
#292B41
(41,43,65)
#232537
(35,37,55)
#1D1F2D
(29,31,45)
#171923
(23,25,35)
#111319
(17,19,25)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #474973

#474973
(71,73,115)
#57597F
(87,89,127)
#67698B
(103,105,139)
#777997
(119,121,151)
#8789A3
(135,137,163)
#9799AF
(151,153,175)
#A7A9BB
(167,169,187)
#B7B9C7
(183,185,199)
#C7C9D3
(199,201,211)
#D7D9DF
(215,217,223)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474973 color. Also use rgb(71,73,115) instead hex code.

Text Font Color

.myTextColor { color: #474973; }

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

This text font color is #474973.


Background Color

.myBgColor { background-color: #474973; }

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

This div background color is #474973.


Border color

.myBorderColor { border: 1px solid #474973; }

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

This div border color is #474973.


Opacity

.myOpacity80 { color: #474973; opacity: 0.8; }

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

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

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

This text has shadow with #474973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474973 on black background.


Color preview on white background

This text has color #474973 on white background.



Black color preview on #474973 background

This text has black color on #474973 background.


White color preview on #474973 background

This text has white color on #474973 background.