COLOR #477593

HEX: #477593
RGB: (71,117,147)

Renk bilgisi

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

RGB renk modeli

#477593 color RGB value is (71,117,147).

  • kırmız ton 71;
  • yeşil ton 117;
  • mavi ton 147.
RGB:
(71,117,147)
(28%,46%,58%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 117 of 255 = 46%
B 147 of 255 = 58%

71
117
147

R + G + B ~ 44%. #477593 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 117 + 147 = 335 (100%)
R 71 of 335 ~ 21.19%
G 117 of 335 ~ 34.93%
B 147 of 335 ~ 43.88%

%21.19
%34.93
%43.88

CMYK RENK MODELİ

#477593 rengi CMYK tonu (52,20,0,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 20.41%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(52,20,0,42)
C52M20Y0K42 
(52%,20%,0%,42%)
(0.52/0.20/0.00/0.42)	

CMYK yüzdeleri

%51.7
%20.41
%0
%42.35

Codes

Color #477593 in popluar color models

477593
RGB71117147
HSL204°34.86%42.75%
HSB/HSV204°51.70%57.65%
CMYK51.70%20.41%0.00%
42.35%

Color #477593 in popluar number systems.

HEX477593
Decimal71117147
Binary1000111111010110010011
Octal107165223

Shades and tints

Shades of #477593

#477593
(71,117,147)
#416B86
(65,107,134)
#3B6179
(59,97,121)
#35576C
(53,87,108)
#2F4D5F
(47,77,95)
#294352
(41,67,82)
#233945
(35,57,69)
#1D2F38
(29,47,56)
#17252B
(23,37,43)
#111B1E
(17,27,30)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #477593

#477593
(71,117,147)
#57819C
(87,129,156)
#678DA5
(103,141,165)
#7799AE
(119,153,174)
#87A5B7
(135,165,183)
#97B1C0
(151,177,192)
#A7BDC9
(167,189,201)
#B7C9D2
(183,201,210)
#C7D5DB
(199,213,219)
#D7E1E4
(215,225,228)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477593 color. Also use rgb(71,117,147) instead hex code.

Text Font Color

.myTextColor { color: #477593; }

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

This text font color is #477593.


Background Color

.myBgColor { background-color: #477593; }

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

This div background color is #477593.


Border color

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

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

This div border color is #477593.


Opacity

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

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

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

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

This text has shadow with #477593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477593 on black background.


Color preview on white background

This text has color #477593 on white background.



Black color preview on #477593 background

This text has black color on #477593 background.


White color preview on #477593 background

This text has white color on #477593 background.