COLOR #478D9B

HEX: #478D9B
RGB: (71,141,155)

Renk bilgisi

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

RGB renk modeli

#478D9B color RGB value is (71,141,155).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 141 of 255 = 55%
B 155 of 255 = 61%

71
141
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 141 + 155 = 367 (100%)
R 71 of 367 ~ 19.35%
G 141 of 367 ~ 38.42%
B 155 of 367 ~ 42.23%

%19.35
%38.42
%42.23

CMYK RENK MODELİ

#478D9B rengi CMYK tonu (54,9,0,39).

  • camgöbeği tonu 54.19%
  • eflatun tonu 9.03%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(54,9,0,39)
C54M9Y0K39 
(54%,9%,0%,39%)
(0.54/0.09/0.00/0.39)	

CMYK yüzdeleri

%54.19
%9.03
%0
%39.22

Codes

Color #478D9B in popluar color models

478D9B
RGB71141155
HSL190°37.17%44.31%
HSB/HSV190°54.19%60.78%
CMYK54.19%9.03%0.00%
39.22%

Color #478D9B in popluar number systems.

HEX478D9B
Decimal71141155
Binary10001111000110110011011
Octal107215233

Shades and tints

Shades of #478D9B

#478D9B
(71,141,155)
#41818D
(65,129,141)
#3B757F
(59,117,127)
#356971
(53,105,113)
#2F5D63
(47,93,99)
#295155
(41,81,85)
#234547
(35,69,71)
#1D3939
(29,57,57)
#172D2B
(23,45,43)
#11211D
(17,33,29)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #478D9B

#478D9B
(71,141,155)
#5797A4
(87,151,164)
#67A1AD
(103,161,173)
#77ABB6
(119,171,182)
#87B5BF
(135,181,191)
#97BFC8
(151,191,200)
#A7C9D1
(167,201,209)
#B7D3DA
(183,211,218)
#C7DDE3
(199,221,227)
#D7E7EC
(215,231,236)
#E7F1F5
(231,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478D9B color. Also use rgb(71,141,155) instead hex code.

Text Font Color

.myTextColor { color: #478D9B; }

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

This text font color is #478D9B.


Background Color

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

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

This div background color is #478D9B.


Border color

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

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

This div border color is #478D9B.


Opacity

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

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

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

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

This text has shadow with #478D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478D9B on black background.


Color preview on white background

This text has color #478D9B on white background.



Black color preview on #478D9B background

This text has black color on #478D9B background.


White color preview on #478D9B background

This text has white color on #478D9B background.