COLOR #474967

HEX: #474967
RGB: (71,73,103)

Renk bilgisi

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

RGB renk modeli

#474967 color RGB value is (71,73,103).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 73 of 255 = 29%
B 103 of 255 = 40%

71
73
103

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 73 + 103 = 247 (100%)
R 71 of 247 ~ 28.74%
G 73 of 247 ~ 29.55%
B 103 of 247 ~ 41.7%

%28.74
%29.55
%41.7

CMYK RENK MODELİ

#474967 rengi CMYK tonu (31,29,0,60).

  • camgöbeği tonu 31.07%
  • eflatun tonu 29.13%
  • sarı tonu 0.00%
  • ana renk tonu 59.61%
CMYK:
(31,29,0,60)
C31M29Y0K60 
(31%,29%,0%,60%)
(0.31/0.29/0.00/0.60)	

CMYK yüzdeleri

%31.07
%29.13
%0
%59.61

Codes

Color #474967 in popluar color models

474967
RGB7173103
HSL236°18.39%34.12%
HSB/HSV236°31.07%40.39%
CMYK31.07%29.13%0.00%
59.61%

Color #474967 in popluar number systems.

HEX474967
Decimal7173103
Binary100011110010011100111
Octal107111147

Shades and tints

Shades of #474967

#474967
(71,73,103)
#41435E
(65,67,94)
#3B3D55
(59,61,85)
#35374C
(53,55,76)
#2F3143
(47,49,67)
#292B3A
(41,43,58)
#232531
(35,37,49)
#1D1F28
(29,31,40)
#17191F
(23,25,31)
#111316
(17,19,22)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #474967

#474967
(71,73,103)
#575974
(87,89,116)
#676981
(103,105,129)
#77798E
(119,121,142)
#87899B
(135,137,155)
#9799A8
(151,153,168)
#A7A9B5
(167,169,181)
#B7B9C2
(183,185,194)
#C7C9CF
(199,201,207)
#D7D9DC
(215,217,220)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474967; }

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

This text font color is #474967.


Background Color

.myBgColor { background-color: #474967; }

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

This div background color is #474967.


Border color

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

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

This div border color is #474967.


Opacity

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

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

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

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

This text has shadow with #474967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474967 on black background.


Color preview on white background

This text has color #474967 on white background.



Black color preview on #474967 background

This text has black color on #474967 background.


White color preview on #474967 background

This text has white color on #474967 background.