COLOR #478AA3

HEX: #478AA3
RGB: (71,138,163)

Renk bilgisi

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

RGB renk modeli

#478AA3 color RGB value is (71,138,163).

  • kırmız ton 71;
  • yeşil ton 138;
  • mavi ton 163.
RGB:
(71,138,163)
(28%,54%,64%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 138 of 255 = 54%
B 163 of 255 = 64%

71
138
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 138 + 163 = 372 (100%)
R 71 of 372 ~ 19.09%
G 138 of 372 ~ 37.1%
B 163 of 372 ~ 43.82%

%19.09
%37.1
%43.82

CMYK RENK MODELİ

#478AA3 rengi CMYK tonu (56,15,0,36).

  • camgöbeği tonu 56.44%
  • eflatun tonu 15.34%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(56,15,0,36)
C56M15Y0K36 
(56%,15%,0%,36%)
(0.56/0.15/0.00/0.36)	

CMYK yüzdeleri

%56.44
%15.34
%0
%36.08

Codes

Color #478AA3 in popluar color models

478AA3
RGB71138163
HSL196°39.32%45.88%
HSB/HSV196°56.44%63.92%
CMYK56.44%15.34%0.00%
36.08%

Color #478AA3 in popluar number systems.

HEX478AA3
Decimal71138163
Binary10001111000101010100011
Octal107212243

Shades and tints

Shades of #478AA3

#478AA3
(71,138,163)
#417E95
(65,126,149)
#3B7287
(59,114,135)
#356679
(53,102,121)
#2F5A6B
(47,90,107)
#294E5D
(41,78,93)
#23424F
(35,66,79)
#1D3641
(29,54,65)
#172A33
(23,42,51)
#111E25
(17,30,37)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #478AA3

#478AA3
(71,138,163)
#5794AB
(87,148,171)
#679EB3
(103,158,179)
#77A8BB
(119,168,187)
#87B2C3
(135,178,195)
#97BCCB
(151,188,203)
#A7C6D3
(167,198,211)
#B7D0DB
(183,208,219)
#C7DAE3
(199,218,227)
#D7E4EB
(215,228,235)
#E7EEF3
(231,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478AA3 color. Also use rgb(71,138,163) instead hex code.

Text Font Color

.myTextColor { color: #478AA3; }

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

This text font color is #478AA3.


Background Color

.myBgColor { background-color: #478AA3; }

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

This div background color is #478AA3.


Border color

.myBorderColor { border: 1px solid #478AA3; }

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

This div border color is #478AA3.


Opacity

.myOpacity80 { color: #478AA3; opacity: 0.8; }

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

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

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

This text has shadow with #478AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478AA3 on black background.


Color preview on white background

This text has color #478AA3 on white background.



Black color preview on #478AA3 background

This text has black color on #478AA3 background.


White color preview on #478AA3 background

This text has white color on #478AA3 background.