COLOR #477478

HEX: #477478
RGB: (71,116,120)

Renk bilgisi

#477478 contains red, green and blue colors in about the same proportion. #477478 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#477478 color RGB value is (71,116,120).

  • kırmız ton 71;
  • yeşil ton 116;
  • mavi ton 120.
RGB:
(71,116,120)
(28%,45%,47%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 116 of 255 = 45%
B 120 of 255 = 47%

71
116
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 116 + 120 = 307 (100%)
R 71 of 307 ~ 23.13%
G 116 of 307 ~ 37.79%
B 120 of 307 ~ 39.09%

%23.13
%37.79
%39.09

CMYK RENK MODELİ

#477478 rengi CMYK tonu (41,3,0,53).

  • camgöbeği tonu 40.83%
  • eflatun tonu 3.33%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(41,3,0,53)
C41M3Y0K53 
(41%,3%,0%,53%)
(0.41/0.03/0.00/0.53)	

CMYK yüzdeleri

%40.83
%3.33
%0
%52.94

Codes

Color #477478 in popluar color models

477478
RGB71116120
HSL185°25.65%37.45%
HSB/HSV185°40.83%47.06%
CMYK40.83%3.33%0.00%
52.94%

Color #477478 in popluar number systems.

HEX477478
Decimal71116120
Binary100011111101001111000
Octal107164170

Shades and tints

Shades of #477478

#477478
(71,116,120)
#416A6E
(65,106,110)
#3B6064
(59,96,100)
#35565A
(53,86,90)
#2F4C50
(47,76,80)
#294246
(41,66,70)
#23383C
(35,56,60)
#1D2E32
(29,46,50)
#172428
(23,36,40)
#111A1E
(17,26,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #477478

#477478
(71,116,120)
#578084
(87,128,132)
#678C90
(103,140,144)
#77989C
(119,152,156)
#87A4A8
(135,164,168)
#97B0B4
(151,176,180)
#A7BCC0
(167,188,192)
#B7C8CC
(183,200,204)
#C7D4D8
(199,212,216)
#D7E0E4
(215,224,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477478 color. Also use rgb(71,116,120) instead hex code.

Text Font Color

.myTextColor { color: #477478; }

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

This text font color is #477478.


Background Color

.myBgColor { background-color: #477478; }

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

This div background color is #477478.


Border color

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

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

This div border color is #477478.


Opacity

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

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

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

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

This text has shadow with #477478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477478 on black background.


Color preview on white background

This text has color #477478 on white background.



Black color preview on #477478 background

This text has black color on #477478 background.


White color preview on #477478 background

This text has white color on #477478 background.