COLOR #474963

HEX: #474963
RGB: (71,73,99)

Renk bilgisi

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

RGB renk modeli

#474963 color RGB value is (71,73,99).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 99 of 255 = 39%

71
73
99

R + G + B ~ 32%. #474963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 99 = 243 (100%)
R 71 of 243 ~ 29.22%
G 73 of 243 ~ 30.04%
B 99 of 243 ~ 40.74%

%29.22
%30.04
%40.74

CMYK RENK MODELİ

#474963 rengi CMYK tonu (28,26,0,61).

  • camgöbeği tonu 28.28%
  • eflatun tonu 26.26%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(28,26,0,61)
C28M26Y0K61 
(28%,26%,0%,61%)
(0.28/0.26/0.00/0.61)	

CMYK yüzdeleri

%28.28
%26.26
%0
%61.18

Codes

Color #474963 in popluar color models

474963
RGB717399
HSL236°16.47%33.33%
HSB/HSV236°28.28%38.82%
CMYK28.28%26.26%0.00%
61.18%

Color #474963 in popluar number systems.

HEX474963
Decimal717399
Binary100011110010011100011
Octal107111143

Shades and tints

Shades of #474963

#474963
(71,73,99)
#41435A
(65,67,90)
#3B3D51
(59,61,81)
#353748
(53,55,72)
#2F313F
(47,49,63)
#292B36
(41,43,54)
#23252D
(35,37,45)
#1D1F24
(29,31,36)
#17191B
(23,25,27)
#111312
(17,19,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #474963

#474963
(71,73,99)
#575971
(87,89,113)
#67697F
(103,105,127)
#77798D
(119,121,141)
#87899B
(135,137,155)
#9799A9
(151,153,169)
#A7A9B7
(167,169,183)
#B7B9C5
(183,185,197)
#C7C9D3
(199,201,211)
#D7D9E1
(215,217,225)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474963; }

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

This text font color is #474963.


Background Color

.myBgColor { background-color: #474963; }

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

This div background color is #474963.


Border color

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

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

This div border color is #474963.


Opacity

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

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

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

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

This text has shadow with #474963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474963 on black background.


Color preview on white background

This text has color #474963 on white background.



Black color preview on #474963 background

This text has black color on #474963 background.


White color preview on #474963 background

This text has white color on #474963 background.