COLOR #478A93

HEX: #478A93
RGB: (71,138,147)

Renk bilgisi

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

RGB renk modeli

#478A93 color RGB value is (71,138,147).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 138 of 255 = 54%
B 147 of 255 = 58%

71
138
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 138 + 147 = 356 (100%)
R 71 of 356 ~ 19.94%
G 138 of 356 ~ 38.76%
B 147 of 356 ~ 41.29%

%19.94
%38.76
%41.29

CMYK RENK MODELİ

#478A93 rengi CMYK tonu (52,6,0,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 6.12%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(52,6,0,42)
C52M6Y0K42 
(52%,6%,0%,42%)
(0.52/0.06/0.00/0.42)	

CMYK yüzdeleri

%51.7
%6.12
%0
%42.35

Codes

Color #478A93 in popluar color models

478A93
RGB71138147
HSL187°34.86%42.75%
HSB/HSV187°51.70%57.65%
CMYK51.70%6.12%0.00%
42.35%

Color #478A93 in popluar number systems.

HEX478A93
Decimal71138147
Binary10001111000101010010011
Octal107212223

Shades and tints

Shades of #478A93

#478A93
(71,138,147)
#417E86
(65,126,134)
#3B7279
(59,114,121)
#35666C
(53,102,108)
#2F5A5F
(47,90,95)
#294E52
(41,78,82)
#234245
(35,66,69)
#1D3638
(29,54,56)
#172A2B
(23,42,43)
#111E1E
(17,30,30)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #478A93

#478A93
(71,138,147)
#57949C
(87,148,156)
#679EA5
(103,158,165)
#77A8AE
(119,168,174)
#87B2B7
(135,178,183)
#97BCC0
(151,188,192)
#A7C6C9
(167,198,201)
#B7D0D2
(183,208,210)
#C7DADB
(199,218,219)
#D7E4E4
(215,228,228)
#E7EEED
(231,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #478A93; }

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

This text font color is #478A93.


Background Color

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

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

This div background color is #478A93.


Border color

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

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

This div border color is #478A93.


Opacity

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

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

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

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

This text has shadow with #478A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478A93 on black background.


Color preview on white background

This text has color #478A93 on white background.



Black color preview on #478A93 background

This text has black color on #478A93 background.


White color preview on #478A93 background

This text has white color on #478A93 background.