COLOR #479A9A

HEX: #479A9A
RGB: (71,154,154)

Renk bilgisi

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

RGB renk modeli

#479A9A color RGB value is (71,154,154).

  • kırmız ton 71;
  • yeşil ton 154;
  • mavi ton 154.
RGB:
(71,154,154)
(28%,60%,60%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 154 of 255 = 60%
B 154 of 255 = 60%

71
154
154

R + G + B ~ 49%. #479A9A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 154 + 154 = 379 (100%)
R 71 of 379 ~ 18.73%
G 154 of 379 ~ 40.63%
B 154 of 379 ~ 40.63%

%18.73
%40.63
%40.63

CMYK RENK MODELİ

#479A9A rengi CMYK tonu (54,0,0,40).

  • camgöbeği tonu 53.90%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(54,0,0,40)
C54M0Y0K40 
(54%,0%,0%,40%)
(0.54/0.00/0.00/0.40)	

CMYK yüzdeleri

%53.9
%0
%0
%39.61

Codes

Color #479A9A in popluar color models

479A9A
RGB71154154
HSL180°36.89%44.12%
HSB/HSV180°53.90%60.39%
CMYK53.90%0.00%0.00%
39.61%

Color #479A9A in popluar number systems.

HEX479A9A
Decimal71154154
Binary10001111001101010011010
Octal107232232

Shades and tints

Shades of #479A9A

#479A9A
(71,154,154)
#418C8C
(65,140,140)
#3B7E7E
(59,126,126)
#357070
(53,112,112)
#2F6262
(47,98,98)
#295454
(41,84,84)
#234646
(35,70,70)
#1D3838
(29,56,56)
#172A2A
(23,42,42)
#111C1C
(17,28,28)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #479A9A

#479A9A
(71,154,154)
#57A3A3
(87,163,163)
#67ACAC
(103,172,172)
#77B5B5
(119,181,181)
#87BEBE
(135,190,190)
#97C7C7
(151,199,199)
#A7D0D0
(167,208,208)
#B7D9D9
(183,217,217)
#C7E2E2
(199,226,226)
#D7EBEB
(215,235,235)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479A9A color. Also use rgb(71,154,154) instead hex code.

Text Font Color

.myTextColor { color: #479A9A; }

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

This text font color is #479A9A.


Background Color

.myBgColor { background-color: #479A9A; }

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

This div background color is #479A9A.


Border color

.myBorderColor { border: 1px solid #479A9A; }

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

This div border color is #479A9A.


Opacity

.myOpacity80 { color: #479A9A; opacity: 0.8; }

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

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

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

This text has shadow with #479A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479A9A on black background.


Color preview on white background

This text has color #479A9A on white background.



Black color preview on #479A9A background

This text has black color on #479A9A background.


White color preview on #479A9A background

This text has white color on #479A9A background.