COLOR #479BA4

HEX: #479BA4
RGB: (71,155,164)

Renk bilgisi

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

RGB renk modeli

#479BA4 color RGB value is (71,155,164).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 155 of 255 = 61%
B 164 of 255 = 64%

71
155
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 155 + 164 = 390 (100%)
R 71 of 390 ~ 18.21%
G 155 of 390 ~ 39.74%
B 164 of 390 ~ 42.05%

%18.21
%39.74
%42.05

CMYK RENK MODELİ

#479BA4 rengi CMYK tonu (57,5,0,36).

  • camgöbeği tonu 56.71%
  • eflatun tonu 5.49%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(57,5,0,36)
C57M5Y0K36 
(57%,5%,0%,36%)
(0.57/0.05/0.00/0.36)	

CMYK yüzdeleri

%56.71
%5.49
%0
%35.69

Codes

Color #479BA4 in popluar color models

479BA4
RGB71155164
HSL186°39.57%46.08%
HSB/HSV186°56.71%64.31%
CMYK56.71%5.49%0.00%
35.69%

Color #479BA4 in popluar number systems.

HEX479BA4
Decimal71155164
Binary10001111001101110100100
Octal107233244

Shades and tints

Shades of #479BA4

#479BA4
(71,155,164)
#418D96
(65,141,150)
#3B7F88
(59,127,136)
#35717A
(53,113,122)
#2F636C
(47,99,108)
#29555E
(41,85,94)
#234750
(35,71,80)
#1D3942
(29,57,66)
#172B34
(23,43,52)
#111D26
(17,29,38)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #479BA4

#479BA4
(71,155,164)
#57A4AC
(87,164,172)
#67ADB4
(103,173,180)
#77B6BC
(119,182,188)
#87BFC4
(135,191,196)
#97C8CC
(151,200,204)
#A7D1D4
(167,209,212)
#B7DADC
(183,218,220)
#C7E3E4
(199,227,228)
#D7ECEC
(215,236,236)
#E7F5F4
(231,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #479BA4; }

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

This text font color is #479BA4.


Background Color

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

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

This div background color is #479BA4.


Border color

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

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

This div border color is #479BA4.


Opacity

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

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

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

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

This text has shadow with #479BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479BA4 on black background.


Color preview on white background

This text has color #479BA4 on white background.



Black color preview on #479BA4 background

This text has black color on #479BA4 background.


White color preview on #479BA4 background

This text has white color on #479BA4 background.