COLOR #479293

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

71
146
147

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

Yüzdelerle RGB renk parçaları

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

%19.51
%40.11
%40.38

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%51.7
%0.68
%0
%42.35

Codes

Color #479293 in popluar color models

479293
RGB71146147
HSL181°34.86%42.75%
HSB/HSV181°51.70%57.65%
CMYK51.70%0.68%0.00%
42.35%

Color #479293 in popluar number systems.

HEX479293
Decimal71146147
Binary10001111001001010010011
Octal107222223

Shades and tints

Shades of #479293

#479293
(71,146,147)
#418586
(65,133,134)
#3B7879
(59,120,121)
#356B6C
(53,107,108)
#2F5E5F
(47,94,95)
#295152
(41,81,82)
#234445
(35,68,69)
#1D3738
(29,55,56)
#172A2B
(23,42,43)
#111D1E
(17,29,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #479293

#479293
(71,146,147)
#579B9C
(87,155,156)
#67A4A5
(103,164,165)
#77ADAE
(119,173,174)
#87B6B7
(135,182,183)
#97BFC0
(151,191,192)
#A7C8C9
(167,200,201)
#B7D1D2
(183,209,210)
#C7DADB
(199,218,219)
#D7E3E4
(215,227,228)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479293; }

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

This text font color is #479293.


Background Color

.myBgColor { background-color: #479293; }

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

This div background color is #479293.


Border color

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

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

This div border color is #479293.


Opacity

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

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

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

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

This text has shadow with #479293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479293 on black background.


Color preview on white background

This text has color #479293 on white background.



Black color preview on #479293 background

This text has black color on #479293 background.


White color preview on #479293 background

This text has white color on #479293 background.