COLOR #476071

HEX: #476071
RGB: (71,96,113)

Renk bilgisi

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

RGB renk modeli

#476071 color RGB value is (71,96,113).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 96 of 255 = 38%
B 113 of 255 = 44%

71
96
113

R + G + B ~ 37%. #476071 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 96 + 113 = 280 (100%)
R 71 of 280 ~ 25.36%
G 96 of 280 ~ 34.29%
B 113 of 280 ~ 40.36%

%25.36
%34.29
%40.36

CMYK RENK MODELİ

#476071 rengi CMYK tonu (37,15,0,56).

  • camgöbeği tonu 37.17%
  • eflatun tonu 15.04%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(37,15,0,56)
C37M15Y0K56 
(37%,15%,0%,56%)
(0.37/0.15/0.00/0.56)	

CMYK yüzdeleri

%37.17
%15.04
%0
%55.69

Codes

Color #476071 in popluar color models

476071
RGB7196113
HSL204°22.83%36.08%
HSB/HSV204°37.17%44.31%
CMYK37.17%15.04%0.00%
55.69%

Color #476071 in popluar number systems.

HEX476071
Decimal7196113
Binary100011111000001110001
Octal107140161

Shades and tints

Shades of #476071

#476071
(71,96,113)
#415867
(65,88,103)
#3B505D
(59,80,93)
#354853
(53,72,83)
#2F4049
(47,64,73)
#29383F
(41,56,63)
#233035
(35,48,53)
#1D282B
(29,40,43)
#172021
(23,32,33)
#111817
(17,24,23)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #476071

#476071
(71,96,113)
#576E7D
(87,110,125)
#677C89
(103,124,137)
#778A95
(119,138,149)
#8798A1
(135,152,161)
#97A6AD
(151,166,173)
#A7B4B9
(167,180,185)
#B7C2C5
(183,194,197)
#C7D0D1
(199,208,209)
#D7DEDD
(215,222,221)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476071; }

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

This text font color is #476071.


Background Color

.myBgColor { background-color: #476071; }

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

This div background color is #476071.


Border color

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

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

This div border color is #476071.


Opacity

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

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

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

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

This text has shadow with #476071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476071 on black background.


Color preview on white background

This text has color #476071 on white background.



Black color preview on #476071 background

This text has black color on #476071 background.


White color preview on #476071 background

This text has white color on #476071 background.