COLOR #477D91

HEX: #477D91
RGB: (71,125,145)

Renk bilgisi

#477D91 contains mainly green and blue colors. #477D91 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#477D91 color RGB value is (71,125,145).

  • kırmız ton 71;
  • yeşil ton 125;
  • mavi ton 145.
RGB:
(71,125,145)
(28%,49%,57%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 125 of 255 = 49%
B 145 of 255 = 57%

71
125
145

R + G + B ~ 45%. #477D91 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 125 + 145 = 341 (100%)
R 71 of 341 ~ 20.82%
G 125 of 341 ~ 36.66%
B 145 of 341 ~ 42.52%

%20.82
%36.66
%42.52

CMYK RENK MODELİ

#477D91 rengi CMYK tonu (51,14,0,43).

  • camgöbeği tonu 51.03%
  • eflatun tonu 13.79%
  • sarı tonu 0.00%
  • ana renk tonu 43.14%
CMYK:
(51,14,0,43)
C51M14Y0K43 
(51%,14%,0%,43%)
(0.51/0.14/0.00/0.43)	

CMYK yüzdeleri

%51.03
%13.79
%0
%43.14

Codes

Color #477D91 in popluar color models

477D91
RGB71125145
HSL196°34.26%42.35%
HSB/HSV196°51.03%56.86%
CMYK51.03%13.79%0.00%
43.14%

Color #477D91 in popluar number systems.

HEX477D91
Decimal71125145
Binary1000111111110110010001
Octal107175221

Shades and tints

Shades of #477D91

#477D91
(71,125,145)
#417284
(65,114,132)
#3B6777
(59,103,119)
#355C6A
(53,92,106)
#2F515D
(47,81,93)
#294650
(41,70,80)
#233B43
(35,59,67)
#1D3036
(29,48,54)
#172529
(23,37,41)
#111A1C
(17,26,28)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #477D91

#477D91
(71,125,145)
#57889B
(87,136,155)
#6793A5
(103,147,165)
#779EAF
(119,158,175)
#87A9B9
(135,169,185)
#97B4C3
(151,180,195)
#A7BFCD
(167,191,205)
#B7CAD7
(183,202,215)
#C7D5E1
(199,213,225)
#D7E0EB
(215,224,235)
#E7EBF5
(231,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477D91 color. Also use rgb(71,125,145) instead hex code.

Text Font Color

.myTextColor { color: #477D91; }

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

This text font color is #477D91.


Background Color

.myBgColor { background-color: #477D91; }

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

This div background color is #477D91.


Border color

.myBorderColor { border: 1px solid #477D91; }

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

This div border color is #477D91.


Opacity

.myOpacity80 { color: #477D91; opacity: 0.8; }

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

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

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

This text has shadow with #477D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477D91 on black background.


Color preview on white background

This text has color #477D91 on white background.



Black color preview on #477D91 background

This text has black color on #477D91 background.


White color preview on #477D91 background

This text has white color on #477D91 background.