COLOR #474568

HEX: #474568
RGB: (71,69,104)

Renk bilgisi

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

RGB renk modeli

#474568 color RGB value is (71,69,104).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 69 of 255 = 27%
B 104 of 255 = 41%

71
69
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 69 + 104 = 244 (100%)
R 71 of 244 ~ 29.1%
G 69 of 244 ~ 28.28%
B 104 of 244 ~ 42.62%

%29.1
%28.28
%42.62

CMYK RENK MODELİ

#474568 rengi CMYK tonu (32,34,0,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 33.65%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(32,34,0,59)
C32M34Y0K59 
(32%,34%,0%,59%)
(0.32/0.34/0.00/0.59)	

CMYK yüzdeleri

%31.73
%33.65
%0
%59.22

Codes

Color #474568 in popluar color models

474568
RGB7169104
HSL243°20.23%33.92%
HSB/HSV243°33.65%40.78%
CMYK31.73%33.65%0.00%
59.22%

Color #474568 in popluar number systems.

HEX474568
Decimal7169104
Binary100011110001011101000
Octal107105150

Shades and tints

Shades of #474568

#474568
(71,69,104)
#413F5F
(65,63,95)
#3B3956
(59,57,86)
#35334D
(53,51,77)
#2F2D44
(47,45,68)
#29273B
(41,39,59)
#232132
(35,33,50)
#1D1B29
(29,27,41)
#171520
(23,21,32)
#110F17
(17,15,23)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #474568

#474568
(71,69,104)
#575575
(87,85,117)
#676582
(103,101,130)
#77758F
(119,117,143)
#87859C
(135,133,156)
#9795A9
(151,149,169)
#A7A5B6
(167,165,182)
#B7B5C3
(183,181,195)
#C7C5D0
(199,197,208)
#D7D5DD
(215,213,221)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474568 color. Also use rgb(71,69,104) instead hex code.

Text Font Color

.myTextColor { color: #474568; }

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

This text font color is #474568.


Background Color

.myBgColor { background-color: #474568; }

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

This div background color is #474568.


Border color

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

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

This div border color is #474568.


Opacity

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

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

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

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

This text has shadow with #474568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474568 on black background.


Color preview on white background

This text has color #474568 on white background.



Black color preview on #474568 background

This text has black color on #474568 background.


White color preview on #474568 background

This text has white color on #474568 background.