COLOR #475B74

HEX: #475B74
RGB: (71,91,116)

Renk bilgisi

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

RGB renk modeli

#475B74 color RGB value is (71,91,116).

  • kırmız ton 71;
  • yeşil ton 91;
  • mavi ton 116.
RGB:
(71,91,116)
(28%,36%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 91 of 255 = 36%
B 116 of 255 = 45%

71
91
116

R + G + B ~ 36%. #475B74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 91 + 116 = 278 (100%)
R 71 of 278 ~ 25.54%
G 91 of 278 ~ 32.73%
B 116 of 278 ~ 41.73%

%25.54
%32.73
%41.73

CMYK RENK MODELİ

#475B74 rengi CMYK tonu (39,22,0,55).

  • camgöbeği tonu 38.79%
  • eflatun tonu 21.55%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(39,22,0,55)
C39M22Y0K55 
(39%,22%,0%,55%)
(0.39/0.22/0.00/0.55)	

CMYK yüzdeleri

%38.79
%21.55
%0
%54.51

Codes

Color #475B74 in popluar color models

475B74
RGB7191116
HSL213°24.06%36.67%
HSB/HSV213°38.79%45.49%
CMYK38.79%21.55%0.00%
54.51%

Color #475B74 in popluar number systems.

HEX475B74
Decimal7191116
Binary100011110110111110100
Octal107133164

Shades and tints

Shades of #475B74

#475B74
(71,91,116)
#41536A
(65,83,106)
#3B4B60
(59,75,96)
#354356
(53,67,86)
#2F3B4C
(47,59,76)
#293342
(41,51,66)
#232B38
(35,43,56)
#1D232E
(29,35,46)
#171B24
(23,27,36)
#11131A
(17,19,26)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #475B74

#475B74
(71,91,116)
#576980
(87,105,128)
#67778C
(103,119,140)
#778598
(119,133,152)
#8793A4
(135,147,164)
#97A1B0
(151,161,176)
#A7AFBC
(167,175,188)
#B7BDC8
(183,189,200)
#C7CBD4
(199,203,212)
#D7D9E0
(215,217,224)
#E7E7EC
(231,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475B74 color. Also use rgb(71,91,116) instead hex code.

Text Font Color

.myTextColor { color: #475B74; }

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

This text font color is #475B74.


Background Color

.myBgColor { background-color: #475B74; }

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

This div background color is #475B74.


Border color

.myBorderColor { border: 1px solid #475B74; }

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

This div border color is #475B74.


Opacity

.myOpacity80 { color: #475B74; opacity: 0.8; }

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

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

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

This text has shadow with #475B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475B74 on black background.


Color preview on white background

This text has color #475B74 on white background.



Black color preview on #475B74 background

This text has black color on #475B74 background.


White color preview on #475B74 background

This text has white color on #475B74 background.