COLOR #474868

HEX: #474868
RGB: (71,72,104)

Renk bilgisi

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

RGB renk modeli

#474868 color RGB value is (71,72,104).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 104 of 255 = 41%

71
72
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 104 = 247 (100%)
R 71 of 247 ~ 28.74%
G 72 of 247 ~ 29.15%
B 104 of 247 ~ 42.11%

%28.74
%29.15
%42.11

CMYK RENK MODELİ

#474868 rengi CMYK tonu (32,31,0,59).

  • camgöbeği tonu 31.73%
  • eflatun tonu 30.77%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(32,31,0,59)
C32M31Y0K59 
(32%,31%,0%,59%)
(0.32/0.31/0.00/0.59)	

CMYK yüzdeleri

%31.73
%30.77
%0
%59.22

Codes

Color #474868 in popluar color models

474868
RGB7172104
HSL238°18.86%34.31%
HSB/HSV238°31.73%40.78%
CMYK31.73%30.77%0.00%
59.22%

Color #474868 in popluar number systems.

HEX474868
Decimal7172104
Binary100011110010001101000
Octal107110150

Shades and tints

Shades of #474868

#474868
(71,72,104)
#41425F
(65,66,95)
#3B3C56
(59,60,86)
#35364D
(53,54,77)
#2F3044
(47,48,68)
#292A3B
(41,42,59)
#232432
(35,36,50)
#1D1E29
(29,30,41)
#171820
(23,24,32)
#111217
(17,18,23)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #474868

#474868
(71,72,104)
#575875
(87,88,117)
#676882
(103,104,130)
#77788F
(119,120,143)
#87889C
(135,136,156)
#9798A9
(151,152,169)
#A7A8B6
(167,168,182)
#B7B8C3
(183,184,195)
#C7C8D0
(199,200,208)
#D7D8DD
(215,216,221)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474868; }

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

This text font color is #474868.


Background Color

.myBgColor { background-color: #474868; }

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

This div background color is #474868.


Border color

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

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

This div border color is #474868.


Opacity

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

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

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

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

This text has shadow with #474868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474868 on black background.


Color preview on white background

This text has color #474868 on white background.



Black color preview on #474868 background

This text has black color on #474868 background.


White color preview on #474868 background

This text has white color on #474868 background.