COLOR #474F60

HEX: #474F60
RGB: (71,79,96)

Renk bilgisi

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

RGB renk modeli

#474F60 color RGB value is (71,79,96).

  • kırmız ton 71;
  • yeşil ton 79;
  • mavi ton 96.
RGB:
(71,79,96)
(28%,31%,38%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 96 of 255 = 38%

71
79
96

R + G + B ~ 32%. #474F60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 96 = 246 (100%)
R 71 of 246 ~ 28.86%
G 79 of 246 ~ 32.11%
B 96 of 246 ~ 39.02%

%28.86
%32.11
%39.02

CMYK RENK MODELİ

#474F60 rengi CMYK tonu (26,18,0,62).

  • camgöbeği tonu 26.04%
  • eflatun tonu 17.71%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(26,18,0,62)
C26M18Y0K62 
(26%,18%,0%,62%)
(0.26/0.18/0.00/0.62)	

CMYK yüzdeleri

%26.04
%17.71
%0
%62.35

Codes

Color #474F60 in popluar color models

474F60
RGB717996
HSL221°14.97%32.75%
HSB/HSV221°26.04%37.65%
CMYK26.04%17.71%0.00%
62.35%

Color #474F60 in popluar number systems.

HEX474F60
Decimal717996
Binary100011110011111100000
Octal107117140

Shades and tints

Shades of #474F60

#474F60
(71,79,96)
#414858
(65,72,88)
#3B4150
(59,65,80)
#353A48
(53,58,72)
#2F3340
(47,51,64)
#292C38
(41,44,56)
#232530
(35,37,48)
#1D1E28
(29,30,40)
#171720
(23,23,32)
#111018
(17,16,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #474F60

#474F60
(71,79,96)
#575F6E
(87,95,110)
#676F7C
(103,111,124)
#777F8A
(119,127,138)
#878F98
(135,143,152)
#979FA6
(151,159,166)
#A7AFB4
(167,175,180)
#B7BFC2
(183,191,194)
#C7CFD0
(199,207,208)
#D7DFDE
(215,223,222)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F60 color. Also use rgb(71,79,96) instead hex code.

Text Font Color

.myTextColor { color: #474F60; }

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

This text font color is #474F60.


Background Color

.myBgColor { background-color: #474F60; }

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

This div background color is #474F60.


Border color

.myBorderColor { border: 1px solid #474F60; }

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

This div border color is #474F60.


Opacity

.myOpacity80 { color: #474F60; opacity: 0.8; }

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

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

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

This text has shadow with #474F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F60 on black background.


Color preview on white background

This text has color #474F60 on white background.



Black color preview on #474F60 background

This text has black color on #474F60 background.


White color preview on #474F60 background

This text has white color on #474F60 background.