COLOR #474064

HEX: #474064
RGB: (71,64,100)

Renk bilgisi

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

RGB renk modeli

#474064 color RGB value is (71,64,100).

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

RGB bağlantıları ve doygunluk

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

71
64
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 64 + 100 = 235 (100%)
R 71 of 235 ~ 30.21%
G 64 of 235 ~ 27.23%
B 100 of 235 ~ 42.55%

%30.21
%27.23
%42.55

CMYK RENK MODELİ

#474064 rengi CMYK tonu (29,36,0,61).

  • camgöbeği tonu 29.00%
  • eflatun tonu 36.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(29,36,0,61)
C29M36Y0K61 
(29%,36%,0%,61%)
(0.29/0.36/0.00/0.61)	

CMYK yüzdeleri

%29
%36
%0
%60.78

Codes

Color #474064 in popluar color models

474064
RGB7164100
HSL252°21.95%32.16%
HSB/HSV252°36.00%39.22%
CMYK29.00%36.00%0.00%
60.78%

Color #474064 in popluar number systems.

HEX474064
Decimal7164100
Binary100011110000001100100
Octal107100144

Shades and tints

Shades of #474064

#474064
(71,64,100)
#413B5B
(65,59,91)
#3B3652
(59,54,82)
#353149
(53,49,73)
#2F2C40
(47,44,64)
#292737
(41,39,55)
#23222E
(35,34,46)
#1D1D25
(29,29,37)
#17181C
(23,24,28)
#111313
(17,19,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #474064

#474064
(71,64,100)
#575172
(87,81,114)
#676280
(103,98,128)
#77738E
(119,115,142)
#87849C
(135,132,156)
#9795AA
(151,149,170)
#A7A6B8
(167,166,184)
#B7B7C6
(183,183,198)
#C7C8D4
(199,200,212)
#D7D9E2
(215,217,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474064; }

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

This text font color is #474064.


Background Color

.myBgColor { background-color: #474064; }

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

This div background color is #474064.


Border color

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

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

This div border color is #474064.


Opacity

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

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

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

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

This text has shadow with #474064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474064 on black background.


Color preview on white background

This text has color #474064 on white background.



Black color preview on #474064 background

This text has black color on #474064 background.


White color preview on #474064 background

This text has white color on #474064 background.