COLOR #479CA2

HEX: #479CA2
RGB: (71,156,162)

Renk bilgisi

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

RGB renk modeli

#479CA2 color RGB value is (71,156,162).

  • kırmız ton 71;
  • yeşil ton 156;
  • mavi ton 162.
RGB:
(71,156,162)
(28%,61%,64%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 156 of 255 = 61%
B 162 of 255 = 64%

71
156
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 156 + 162 = 389 (100%)
R 71 of 389 ~ 18.25%
G 156 of 389 ~ 40.1%
B 162 of 389 ~ 41.65%

%18.25
%40.1
%41.65

CMYK RENK MODELİ

#479CA2 rengi CMYK tonu (56,4,0,36).

  • camgöbeği tonu 56.17%
  • eflatun tonu 3.70%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(56,4,0,36)
C56M4Y0K36 
(56%,4%,0%,36%)
(0.56/0.04/0.00/0.36)	

CMYK yüzdeleri

%56.17
%3.7
%0
%36.47

Codes

Color #479CA2 in popluar color models

479CA2
RGB71156162
HSL184°39.06%45.69%
HSB/HSV184°56.17%63.53%
CMYK56.17%3.70%0.00%
36.47%

Color #479CA2 in popluar number systems.

HEX479CA2
Decimal71156162
Binary10001111001110010100010
Octal107234242

Shades and tints

Shades of #479CA2

#479CA2
(71,156,162)
#418E94
(65,142,148)
#3B8086
(59,128,134)
#357278
(53,114,120)
#2F646A
(47,100,106)
#29565C
(41,86,92)
#23484E
(35,72,78)
#1D3A40
(29,58,64)
#172C32
(23,44,50)
#111E24
(17,30,36)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #479CA2

#479CA2
(71,156,162)
#57A5AA
(87,165,170)
#67AEB2
(103,174,178)
#77B7BA
(119,183,186)
#87C0C2
(135,192,194)
#97C9CA
(151,201,202)
#A7D2D2
(167,210,210)
#B7DBDA
(183,219,218)
#C7E4E2
(199,228,226)
#D7EDEA
(215,237,234)
#E7F6F2
(231,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479CA2; }

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

This text font color is #479CA2.


Background Color

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

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

This div background color is #479CA2.


Border color

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

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

This div border color is #479CA2.


Opacity

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

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

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

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

This text has shadow with #479CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479CA2 on black background.


Color preview on white background

This text has color #479CA2 on white background.



Black color preview on #479CA2 background

This text has black color on #479CA2 background.


White color preview on #479CA2 background

This text has white color on #479CA2 background.