COLOR #474A5A

HEX: #474A5A
RGB: (71,74,90)

Renk bilgisi

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

RGB renk modeli

#474A5A color RGB value is (71,74,90).

  • kırmız ton 71;
  • yeşil ton 74;
  • mavi ton 90.
RGB:
(71,74,90)
(28%,29%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 74 of 255 = 29%
B 90 of 255 = 35%

71
74
90

R + G + B ~ 31%. #474A5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 74 + 90 = 235 (100%)
R 71 of 235 ~ 30.21%
G 74 of 235 ~ 31.49%
B 90 of 235 ~ 38.3%

%30.21
%31.49
%38.3

CMYK RENK MODELİ

#474A5A rengi CMYK tonu (21,18,0,65).

  • camgöbeği tonu 21.11%
  • eflatun tonu 17.78%
  • sarı tonu 0.00%
  • ana renk tonu 64.71%
CMYK:
(21,18,0,65)
C21M18Y0K65 
(21%,18%,0%,65%)
(0.21/0.18/0.00/0.65)	

CMYK yüzdeleri

%21.11
%17.78
%0
%64.71

Codes

Color #474A5A in popluar color models

474A5A
RGB717490
HSL231°11.80%31.57%
HSB/HSV231°21.11%35.29%
CMYK21.11%17.78%0.00%
64.71%

Color #474A5A in popluar number systems.

HEX474A5A
Decimal717490
Binary100011110010101011010
Octal107112132

Shades and tints

Shades of #474A5A

#474A5A
(71,74,90)
#414452
(65,68,82)
#3B3E4A
(59,62,74)
#353842
(53,56,66)
#2F323A
(47,50,58)
#292C32
(41,44,50)
#23262A
(35,38,42)
#1D2022
(29,32,34)
#171A1A
(23,26,26)
#111412
(17,20,18)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #474A5A

#474A5A
(71,74,90)
#575A69
(87,90,105)
#676A78
(103,106,120)
#777A87
(119,122,135)
#878A96
(135,138,150)
#979AA5
(151,154,165)
#A7AAB4
(167,170,180)
#B7BAC3
(183,186,195)
#C7CAD2
(199,202,210)
#D7DAE1
(215,218,225)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A5A color. Also use rgb(71,74,90) instead hex code.

Text Font Color

.myTextColor { color: #474A5A; }

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

This text font color is #474A5A.


Background Color

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

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

This div background color is #474A5A.


Border color

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

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

This div border color is #474A5A.


Opacity

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

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

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

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

This text has shadow with #474A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A5A on black background.


Color preview on white background

This text has color #474A5A on white background.



Black color preview on #474A5A background

This text has black color on #474A5A background.


White color preview on #474A5A background

This text has white color on #474A5A background.