COLOR #474F61

HEX: #474F61
RGB: (71,79,97)

Renk bilgisi

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

RGB renk modeli

#474F61 color RGB value is (71,79,97).

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

RGB bağlantıları ve doygunluk

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

71
79
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 97 = 247 (100%)
R 71 of 247 ~ 28.74%
G 79 of 247 ~ 31.98%
B 97 of 247 ~ 39.27%

%28.74
%31.98
%39.27

CMYK RENK MODELİ

#474F61 rengi CMYK tonu (27,19,0,62).

  • camgöbeği tonu 26.80%
  • eflatun tonu 18.56%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(27,19,0,62)
C27M19Y0K62 
(27%,19%,0%,62%)
(0.27/0.19/0.00/0.62)	

CMYK yüzdeleri

%26.8
%18.56
%0
%61.96

Codes

Color #474F61 in popluar color models

474F61
RGB717997
HSL222°15.48%32.94%
HSB/HSV222°26.80%38.04%
CMYK26.80%18.56%0.00%
61.96%

Color #474F61 in popluar number systems.

HEX474F61
Decimal717997
Binary100011110011111100001
Octal107117141

Shades and tints

Shades of #474F61

#474F61
(71,79,97)
#414859
(65,72,89)
#3B4151
(59,65,81)
#353A49
(53,58,73)
#2F3341
(47,51,65)
#292C39
(41,44,57)
#232531
(35,37,49)
#1D1E29
(29,30,41)
#171721
(23,23,33)
#111019
(17,16,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #474F61

#474F61
(71,79,97)
#575F6F
(87,95,111)
#676F7D
(103,111,125)
#777F8B
(119,127,139)
#878F99
(135,143,153)
#979FA7
(151,159,167)
#A7AFB5
(167,175,181)
#B7BFC3
(183,191,195)
#C7CFD1
(199,207,209)
#D7DFDF
(215,223,223)
#E7EFED
(231,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F61; }

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

This text font color is #474F61.


Background Color

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

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

This div background color is #474F61.


Border color

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

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

This div border color is #474F61.


Opacity

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

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

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

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

This text has shadow with #474F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F61 on black background.


Color preview on white background

This text has color #474F61 on white background.



Black color preview on #474F61 background

This text has black color on #474F61 background.


White color preview on #474F61 background

This text has white color on #474F61 background.