COLOR #474F6E

HEX: #474F6E
RGB: (71,79,110)

Renk bilgisi

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

RGB renk modeli

#474F6E color RGB value is (71,79,110).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 110 of 255 = 43%

71
79
110

R + G + B ~ 34%. #474F6E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 110 = 260 (100%)
R 71 of 260 ~ 27.31%
G 79 of 260 ~ 30.38%
B 110 of 260 ~ 42.31%

%27.31
%30.38
%42.31

CMYK RENK MODELİ

#474F6E rengi CMYK tonu (35,28,0,57).

  • camgöbeği tonu 35.45%
  • eflatun tonu 28.18%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(35,28,0,57)
C35M28Y0K57 
(35%,28%,0%,57%)
(0.35/0.28/0.00/0.57)	

CMYK yüzdeleri

%35.45
%28.18
%0
%56.86

Codes

Color #474F6E in popluar color models

474F6E
RGB7179110
HSL228°21.55%35.49%
HSB/HSV228°35.45%43.14%
CMYK35.45%28.18%0.00%
56.86%

Color #474F6E in popluar number systems.

HEX474F6E
Decimal7179110
Binary100011110011111101110
Octal107117156

Shades and tints

Shades of #474F6E

#474F6E
(71,79,110)
#414864
(65,72,100)
#3B415A
(59,65,90)
#353A50
(53,58,80)
#2F3346
(47,51,70)
#292C3C
(41,44,60)
#232532
(35,37,50)
#1D1E28
(29,30,40)
#17171E
(23,23,30)
#111014
(17,16,20)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474F6E

#474F6E
(71,79,110)
#575F7B
(87,95,123)
#676F88
(103,111,136)
#777F95
(119,127,149)
#878FA2
(135,143,162)
#979FAF
(151,159,175)
#A7AFBC
(167,175,188)
#B7BFC9
(183,191,201)
#C7CFD6
(199,207,214)
#D7DFE3
(215,223,227)
#E7EFF0
(231,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474F6E; }

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

This text font color is #474F6E.


Background Color

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

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

This div background color is #474F6E.


Border color

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

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

This div border color is #474F6E.


Opacity

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

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

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

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

This text has shadow with #474F6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F6E on black background.


Color preview on white background

This text has color #474F6E on white background.



Black color preview on #474F6E background

This text has black color on #474F6E background.


White color preview on #474F6E background

This text has white color on #474F6E background.