COLOR #474164

HEX: #474164
RGB: (71,65,100)

Renk bilgisi

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

RGB renk modeli

#474164 color RGB value is (71,65,100).

  • kırmız ton 71;
  • yeşil ton 65;
  • mavi ton 100.
RGB:
(71,65,100)
(28%,25%,39%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 100 of 255 = 39%

71
65
100

R + G + B ~ 31%. #474164 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 100 = 236 (100%)
R 71 of 236 ~ 30.08%
G 65 of 236 ~ 27.54%
B 100 of 236 ~ 42.37%

%30.08
%27.54
%42.37

CMYK RENK MODELİ

#474164 rengi CMYK tonu (29,35,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 35.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,35,0,61)
C29M35Y0K61 
(29%,35%,0%,61%)
(0.29/0.35/0.00/0.61)	

CMYK yüzdeleri

%29
%35
%0
%60.78

Codes

Color #474164 in popluar color models

474164
RGB7165100
HSL250°21.21%32.35%
HSB/HSV250°35.00%39.22%
CMYK29.00%35.00%0.00%
60.78%

Color #474164 in popluar number systems.

HEX474164
Decimal7165100
Binary100011110000011100100
Octal107101144

Shades and tints

Shades of #474164

#474164
(71,65,100)
#413C5B
(65,60,91)
#3B3752
(59,55,82)
#353249
(53,50,73)
#2F2D40
(47,45,64)
#292837
(41,40,55)
#23232E
(35,35,46)
#1D1E25
(29,30,37)
#17191C
(23,25,28)
#111413
(17,20,19)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #474164

#474164
(71,65,100)
#575272
(87,82,114)
#676380
(103,99,128)
#77748E
(119,116,142)
#87859C
(135,133,156)
#9796AA
(151,150,170)
#A7A7B8
(167,167,184)
#B7B8C6
(183,184,198)
#C7C9D4
(199,201,212)
#D7DAE2
(215,218,226)
#E7EBF0
(231,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474164 color. Also use rgb(71,65,100) instead hex code.

Text Font Color

.myTextColor { color: #474164; }

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

This text font color is #474164.


Background Color

.myBgColor { background-color: #474164; }

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

This div background color is #474164.


Border color

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

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

This div border color is #474164.


Opacity

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

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

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

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

This text has shadow with #474164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474164 on black background.


Color preview on white background

This text has color #474164 on white background.



Black color preview on #474164 background

This text has black color on #474164 background.


White color preview on #474164 background

This text has white color on #474164 background.