COLOR #476079

HEX: #476079
RGB: (71,96,121)

Renk bilgisi

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

RGB renk modeli

#476079 color RGB value is (71,96,121).

  • kırmız ton 71;
  • yeşil ton 96;
  • mavi ton 121.
RGB:
(71,96,121)
(28%,38%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 121 of 255 = 47%

71
96
121

R + G + B ~ 38%. #476079 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 121 = 288 (100%)
R 71 of 288 ~ 24.65%
G 96 of 288 ~ 33.33%
B 121 of 288 ~ 42.01%

%24.65
%33.33
%42.01

CMYK RENK MODELİ

#476079 rengi CMYK tonu (41,21,0,53).

  • camgöbeği tonu 41.32%
  • eflatun tonu 20.66%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(41,21,0,53)
C41M21Y0K53 
(41%,21%,0%,53%)
(0.41/0.21/0.00/0.53)	

CMYK yüzdeleri

%41.32
%20.66
%0
%52.55

Codes

Color #476079 in popluar color models

476079
RGB7196121
HSL210°26.04%37.65%
HSB/HSV210°41.32%47.45%
CMYK41.32%20.66%0.00%
52.55%

Color #476079 in popluar number systems.

HEX476079
Decimal7196121
Binary100011111000001111001
Octal107140171

Shades and tints

Shades of #476079

#476079
(71,96,121)
#41586E
(65,88,110)
#3B5063
(59,80,99)
#354858
(53,72,88)
#2F404D
(47,64,77)
#293842
(41,56,66)
#233037
(35,48,55)
#1D282C
(29,40,44)
#172021
(23,32,33)
#111816
(17,24,22)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #476079

#476079
(71,96,121)
#576E85
(87,110,133)
#677C91
(103,124,145)
#778A9D
(119,138,157)
#8798A9
(135,152,169)
#97A6B5
(151,166,181)
#A7B4C1
(167,180,193)
#B7C2CD
(183,194,205)
#C7D0D9
(199,208,217)
#D7DEE5
(215,222,229)
#E7ECF1
(231,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476079 color. Also use rgb(71,96,121) instead hex code.

Text Font Color

.myTextColor { color: #476079; }

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

This text font color is #476079.


Background Color

.myBgColor { background-color: #476079; }

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

This div background color is #476079.


Border color

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

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

This div border color is #476079.


Opacity

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

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

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

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

This text has shadow with #476079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476079 on black background.


Color preview on white background

This text has color #476079 on white background.



Black color preview on #476079 background

This text has black color on #476079 background.


White color preview on #476079 background

This text has white color on #476079 background.