COLOR #479198

HEX: #479198
RGB: (71,145,152)

Renk bilgisi

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

RGB renk modeli

#479198 color RGB value is (71,145,152).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 145 of 255 = 57%
B 152 of 255 = 60%

71
145
152

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 145 + 152 = 368 (100%)
R 71 of 368 ~ 19.29%
G 145 of 368 ~ 39.4%
B 152 of 368 ~ 41.3%

%19.29
%39.4
%41.3

CMYK RENK MODELİ

#479198 rengi CMYK tonu (53,5,0,40).

  • camgöbeği tonu 53.29%
  • eflatun tonu 4.61%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(53,5,0,40)
C53M5Y0K40 
(53%,5%,0%,40%)
(0.53/0.05/0.00/0.40)	

CMYK yüzdeleri

%53.29
%4.61
%0
%40.39

Codes

Color #479198 in popluar color models

479198
RGB71145152
HSL185°36.32%43.73%
HSB/HSV185°53.29%59.61%
CMYK53.29%4.61%0.00%
40.39%

Color #479198 in popluar number systems.

HEX479198
Decimal71145152
Binary10001111001000110011000
Octal107221230

Shades and tints

Shades of #479198

#479198
(71,145,152)
#41848B
(65,132,139)
#3B777E
(59,119,126)
#356A71
(53,106,113)
#2F5D64
(47,93,100)
#295057
(41,80,87)
#23434A
(35,67,74)
#1D363D
(29,54,61)
#172930
(23,41,48)
#111C23
(17,28,35)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #479198

#479198
(71,145,152)
#579BA1
(87,155,161)
#67A5AA
(103,165,170)
#77AFB3
(119,175,179)
#87B9BC
(135,185,188)
#97C3C5
(151,195,197)
#A7CDCE
(167,205,206)
#B7D7D7
(183,215,215)
#C7E1E0
(199,225,224)
#D7EBE9
(215,235,233)
#E7F5F2
(231,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #479198 color. Also use rgb(71,145,152) instead hex code.

Text Font Color

.myTextColor { color: #479198; }

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

This text font color is #479198.


Background Color

.myBgColor { background-color: #479198; }

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

This div background color is #479198.


Border color

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

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

This div border color is #479198.


Opacity

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

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

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

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

This text has shadow with #479198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #479198 on black background.


Color preview on white background

This text has color #479198 on white background.



Black color preview on #479198 background

This text has black color on #479198 background.


White color preview on #479198 background

This text has white color on #479198 background.