COLOR #474E66

HEX: #474E66
RGB: (71,78,102)

Renk bilgisi

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

RGB renk modeli

#474E66 color RGB value is (71,78,102).

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

RGB bağlantıları ve doygunluk

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

71
78
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 102 = 251 (100%)
R 71 of 251 ~ 28.29%
G 78 of 251 ~ 31.08%
B 102 of 251 ~ 40.64%

%28.29
%31.08
%40.64

CMYK RENK MODELİ

#474E66 rengi CMYK tonu (30,24,0,60).

  • camgöbeği tonu 30.39%
  • eflatun tonu 23.53%
  • sarı tonu 0.00%
  • ana renk tonu 60.00%
CMYK:
(30,24,0,60)
C30M24Y0K60 
(30%,24%,0%,60%)
(0.30/0.24/0.00/0.60)	

CMYK yüzdeleri

%30.39
%23.53
%0
%60

Codes

Color #474E66 in popluar color models

474E66
RGB7178102
HSL226°17.92%33.92%
HSB/HSV226°30.39%40.00%
CMYK30.39%23.53%0.00%
60.00%

Color #474E66 in popluar number systems.

HEX474E66
Decimal7178102
Binary100011110011101100110
Octal107116146

Shades and tints

Shades of #474E66

#474E66
(71,78,102)
#41475D
(65,71,93)
#3B4054
(59,64,84)
#35394B
(53,57,75)
#2F3242
(47,50,66)
#292B39
(41,43,57)
#232430
(35,36,48)
#1D1D27
(29,29,39)
#17161E
(23,22,30)
#110F15
(17,15,21)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #474E66

#474E66
(71,78,102)
#575E73
(87,94,115)
#676E80
(103,110,128)
#777E8D
(119,126,141)
#878E9A
(135,142,154)
#979EA7
(151,158,167)
#A7AEB4
(167,174,180)
#B7BEC1
(183,190,193)
#C7CECE
(199,206,206)
#D7DEDB
(215,222,219)
#E7EEE8
(231,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E66; }

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

This text font color is #474E66.


Background Color

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

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

This div background color is #474E66.


Border color

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

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

This div border color is #474E66.


Opacity

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

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

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

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

This text has shadow with #474E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E66 on black background.


Color preview on white background

This text has color #474E66 on white background.



Black color preview on #474E66 background

This text has black color on #474E66 background.


White color preview on #474E66 background

This text has white color on #474E66 background.