COLOR #478E90

HEX: #478E90
RGB: (71,142,144)

Renk bilgisi

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

RGB renk modeli

#478E90 color RGB value is (71,142,144).

  • kırmız ton 71;
  • yeşil ton 142;
  • mavi ton 144.
RGB:
(71,142,144)
(28%,56%,56%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 142 of 255 = 56%
B 144 of 255 = 56%

71
142
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 142 + 144 = 357 (100%)
R 71 of 357 ~ 19.89%
G 142 of 357 ~ 39.78%
B 144 of 357 ~ 40.34%

%19.89
%39.78
%40.34

CMYK RENK MODELİ

#478E90 rengi CMYK tonu (51,1,0,44).

  • camgöbeği tonu 50.69%
  • eflatun tonu 1.39%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(51,1,0,44)
C51M1Y0K44 
(51%,1%,0%,44%)
(0.51/0.01/0.00/0.44)	

CMYK yüzdeleri

%50.69
%1.39
%0
%43.53

Codes

Color #478E90 in popluar color models

478E90
RGB71142144
HSL182°33.95%42.16%
HSB/HSV182°50.69%56.47%
CMYK50.69%1.39%0.00%
43.53%

Color #478E90 in popluar number systems.

HEX478E90
Decimal71142144
Binary10001111000111010010000
Octal107216220

Shades and tints

Shades of #478E90

#478E90
(71,142,144)
#418283
(65,130,131)
#3B7676
(59,118,118)
#356A69
(53,106,105)
#2F5E5C
(47,94,92)
#29524F
(41,82,79)
#234642
(35,70,66)
#1D3A35
(29,58,53)
#172E28
(23,46,40)
#11221B
(17,34,27)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #478E90

#478E90
(71,142,144)
#57989A
(87,152,154)
#67A2A4
(103,162,164)
#77ACAE
(119,172,174)
#87B6B8
(135,182,184)
#97C0C2
(151,192,194)
#A7CACC
(167,202,204)
#B7D4D6
(183,212,214)
#C7DEE0
(199,222,224)
#D7E8EA
(215,232,234)
#E7F2F4
(231,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478E90 color. Also use rgb(71,142,144) instead hex code.

Text Font Color

.myTextColor { color: #478E90; }

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

This text font color is #478E90.


Background Color

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

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

This div background color is #478E90.


Border color

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

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

This div border color is #478E90.


Opacity

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

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

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

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

This text has shadow with #478E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478E90 on black background.


Color preview on white background

This text has color #478E90 on white background.



Black color preview on #478E90 background

This text has black color on #478E90 background.


White color preview on #478E90 background

This text has white color on #478E90 background.