COLOR #474669

HEX: #474669
RGB: (71,70,105)

Renk bilgisi

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

RGB renk modeli

#474669 color RGB value is (71,70,105).

  • kırmız ton 71;
  • yeşil ton 70;
  • mavi ton 105.
RGB:
(71,70,105)
(28%,27%,41%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 105 of 255 = 41%

71
70
105

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 105 = 246 (100%)
R 71 of 246 ~ 28.86%
G 70 of 246 ~ 28.46%
B 105 of 246 ~ 42.68%

%28.86
%28.46
%42.68

CMYK RENK MODELİ

#474669 rengi CMYK tonu (32,33,0,59).

  • camgöbeği tonu 32.38%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 58.82%
CMYK:
(32,33,0,59)
C32M33Y0K59 
(32%,33%,0%,59%)
(0.32/0.33/0.00/0.59)	

CMYK yüzdeleri

%32.38
%33.33
%0
%58.82

Codes

Color #474669 in popluar color models

474669
RGB7170105
HSL242°20.00%34.31%
HSB/HSV242°33.33%41.18%
CMYK32.38%33.33%0.00%
58.82%

Color #474669 in popluar number systems.

HEX474669
Decimal7170105
Binary100011110001101101001
Octal107106151

Shades and tints

Shades of #474669

#474669
(71,70,105)
#414060
(65,64,96)
#3B3A57
(59,58,87)
#35344E
(53,52,78)
#2F2E45
(47,46,69)
#29283C
(41,40,60)
#232233
(35,34,51)
#1D1C2A
(29,28,42)
#171621
(23,22,33)
#111018
(17,16,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #474669

#474669
(71,70,105)
#575676
(87,86,118)
#676683
(103,102,131)
#777690
(119,118,144)
#87869D
(135,134,157)
#9796AA
(151,150,170)
#A7A6B7
(167,166,183)
#B7B6C4
(183,182,196)
#C7C6D1
(199,198,209)
#D7D6DE
(215,214,222)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474669 color. Also use rgb(71,70,105) instead hex code.

Text Font Color

.myTextColor { color: #474669; }

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

This text font color is #474669.


Background Color

.myBgColor { background-color: #474669; }

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

This div background color is #474669.


Border color

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

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

This div border color is #474669.


Opacity

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

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

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

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

This text has shadow with #474669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474669 on black background.


Color preview on white background

This text has color #474669 on white background.



Black color preview on #474669 background

This text has black color on #474669 background.


White color preview on #474669 background

This text has white color on #474669 background.