COLOR #474F66

HEX: #474F66
RGB: (71,79,102)

Renk bilgisi

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

RGB renk modeli

#474F66 color RGB value is (71,79,102).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 102 of 255 = 40%

71
79
102

R + G + B ~ 33%. #474F66 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 102 = 252 (100%)
R 71 of 252 ~ 28.17%
G 79 of 252 ~ 31.35%
B 102 of 252 ~ 40.48%

%28.17
%31.35
%40.48

CMYK RENK MODELİ

#474F66 rengi CMYK tonu (30,23,0,60).

  • camgöbeği tonu 30.39%
  • eflatun tonu 22.55%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(30,23,0,60)
C30M23Y0K60 
(30%,23%,0%,60%)
(0.30/0.23/0.00/0.60)	

CMYK yüzdeleri

%30.39
%22.55
%0
%60

Codes

Color #474F66 in popluar color models

474F66
RGB7179102
HSL225°17.92%33.92%
HSB/HSV225°30.39%40.00%
CMYK30.39%22.55%0.00%
60.00%

Color #474F66 in popluar number systems.

HEX474F66
Decimal7179102
Binary100011110011111100110
Octal107117146

Shades and tints

Shades of #474F66

#474F66
(71,79,102)
#41485D
(65,72,93)
#3B4154
(59,65,84)
#353A4B
(53,58,75)
#2F3342
(47,51,66)
#292C39
(41,44,57)
#232530
(35,37,48)
#1D1E27
(29,30,39)
#17171E
(23,23,30)
#111015
(17,16,21)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #474F66

#474F66
(71,79,102)
#575F73
(87,95,115)
#676F80
(103,111,128)
#777F8D
(119,127,141)
#878F9A
(135,143,154)
#979FA7
(151,159,167)
#A7AFB4
(167,175,180)
#B7BFC1
(183,191,193)
#C7CFCE
(199,207,206)
#D7DFDB
(215,223,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F66; }

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

This text font color is #474F66.


Background Color

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

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

This div background color is #474F66.


Border color

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

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

This div border color is #474F66.


Opacity

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

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

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

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

This text has shadow with #474F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F66 on black background.


Color preview on white background

This text has color #474F66 on white background.



Black color preview on #474F66 background

This text has black color on #474F66 background.


White color preview on #474F66 background

This text has white color on #474F66 background.