COLOR #479392

HEX: #479392
RGB: (71,147,146)

Renk bilgisi

#479392 contains mainly green and blue colors. #479392 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#479392 color RGB value is (71,147,146).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 147 of 255 = 58%
B 146 of 255 = 57%

71
147
146

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 147 + 146 = 364 (100%)
R 71 of 364 ~ 19.51%
G 147 of 364 ~ 40.38%
B 146 of 364 ~ 40.11%

%19.51
%40.38
%40.11

CMYK RENK MODELİ

#479392 rengi CMYK tonu (52,0,1,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 0.00%
  • sarı tonu 0.68%
  • ana renk tonu 42.35%
CMYK:
(52,0,1,42)
C52M0Y1K42 
(52%,0%,1%,42%)
(0.52/0.00/0.01/0.42)	

CMYK yüzdeleri

%51.7
%0
%0.68
%42.35

Codes

Color #479392 in popluar color models

479392
RGB71147146
HSL179°34.86%42.75%
HSB/HSV179°51.70%57.65%
CMYK51.70%0.00%0.68%
42.35%

Color #479392 in popluar number systems.

HEX479392
Decimal71147146
Binary10001111001001110010010
Octal107223222

Shades and tints

Shades of #479392

#479392
(71,147,146)
#418685
(65,134,133)
#3B7978
(59,121,120)
#356C6B
(53,108,107)
#2F5F5E
(47,95,94)
#295251
(41,82,81)
#234544
(35,69,68)
#1D3837
(29,56,55)
#172B2A
(23,43,42)
#111E1D
(17,30,29)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #479392

#479392
(71,147,146)
#579C9B
(87,156,155)
#67A5A4
(103,165,164)
#77AEAD
(119,174,173)
#87B7B6
(135,183,182)
#97C0BF
(151,192,191)
#A7C9C8
(167,201,200)
#B7D2D1
(183,210,209)
#C7DBDA
(199,219,218)
#D7E4E3
(215,228,227)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479392; }

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

This text font color is #479392.


Background Color

.myBgColor { background-color: #479392; }

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

This div background color is #479392.


Border color

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

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

This div border color is #479392.


Opacity

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

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

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

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

This text has shadow with #479392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479392 on black background.


Color preview on white background

This text has color #479392 on white background.



Black color preview on #479392 background

This text has black color on #479392 background.


White color preview on #479392 background

This text has white color on #479392 background.