COLOR #478083

HEX: #478083
RGB: (71,128,131)

Renk bilgisi

#478083 contains mainly green and blue colors. #478083 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#478083 color RGB value is (71,128,131).

  • kırmız ton 71;
  • yeşil ton 128;
  • mavi ton 131.
RGB:
(71,128,131)
(28%,50%,51%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 128 of 255 = 50%
B 131 of 255 = 51%

71
128
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 128 + 131 = 330 (100%)
R 71 of 330 ~ 21.52%
G 128 of 330 ~ 38.79%
B 131 of 330 ~ 39.7%

%21.52
%38.79
%39.7

CMYK RENK MODELİ

#478083 rengi CMYK tonu (46,2,0,49).

  • camgöbeği tonu 45.80%
  • eflatun tonu 2.29%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(46,2,0,49)
C46M2Y0K49 
(46%,2%,0%,49%)
(0.46/0.02/0.00/0.49)	

CMYK yüzdeleri

%45.8
%2.29
%0
%48.63

Codes

Color #478083 in popluar color models

478083
RGB71128131
HSL183°29.70%39.61%
HSB/HSV183°45.80%51.37%
CMYK45.80%2.29%0.00%
48.63%

Color #478083 in popluar number systems.

HEX478083
Decimal71128131
Binary10001111000000010000011
Octal107200203

Shades and tints

Shades of #478083

#478083
(71,128,131)
#417578
(65,117,120)
#3B6A6D
(59,106,109)
#355F62
(53,95,98)
#2F5457
(47,84,87)
#29494C
(41,73,76)
#233E41
(35,62,65)
#1D3336
(29,51,54)
#17282B
(23,40,43)
#111D20
(17,29,32)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #478083

#478083
(71,128,131)
#578B8E
(87,139,142)
#679699
(103,150,153)
#77A1A4
(119,161,164)
#87ACAF
(135,172,175)
#97B7BA
(151,183,186)
#A7C2C5
(167,194,197)
#B7CDD0
(183,205,208)
#C7D8DB
(199,216,219)
#D7E3E6
(215,227,230)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #478083 color. Also use rgb(71,128,131) instead hex code.

Text Font Color

.myTextColor { color: #478083; }

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

This text font color is #478083.


Background Color

.myBgColor { background-color: #478083; }

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

This div background color is #478083.


Border color

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

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

This div border color is #478083.


Opacity

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

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

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

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

This text has shadow with #478083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #478083 on black background.


Color preview on white background

This text has color #478083 on white background.



Black color preview on #478083 background

This text has black color on #478083 background.


White color preview on #478083 background

This text has white color on #478083 background.