COLOR #474C7B

HEX: #474C7B
RGB: (71,76,123)

Renk bilgisi

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

RGB renk modeli

#474C7B color RGB value is (71,76,123).

  • kırmız ton 71;
  • yeşil ton 76;
  • mavi ton 123.
RGB:
(71,76,123)
(28%,30%,48%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 76 of 255 = 30%
B 123 of 255 = 48%

71
76
123

R + G + B ~ 35%. #474C7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 76 + 123 = 270 (100%)
R 71 of 270 ~ 26.3%
G 76 of 270 ~ 28.15%
B 123 of 270 ~ 45.56%

%26.3
%28.15
%45.56

CMYK RENK MODELİ

#474C7B rengi CMYK tonu (42,38,0,52).

  • camgöbeği tonu 42.28%
  • eflatun tonu 38.21%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(42,38,0,52)
C42M38Y0K52 
(42%,38%,0%,52%)
(0.42/0.38/0.00/0.52)	

CMYK yüzdeleri

%42.28
%38.21
%0
%51.76

Codes

Color #474C7B in popluar color models

474C7B
RGB7176123
HSL234°26.80%38.04%
HSB/HSV234°42.28%48.24%
CMYK42.28%38.21%0.00%
51.76%

Color #474C7B in popluar number systems.

HEX474C7B
Decimal7176123
Binary100011110011001111011
Octal107114173

Shades and tints

Shades of #474C7B

#474C7B
(71,76,123)
#414670
(65,70,112)
#3B4065
(59,64,101)
#353A5A
(53,58,90)
#2F344F
(47,52,79)
#292E44
(41,46,68)
#232839
(35,40,57)
#1D222E
(29,34,46)
#171C23
(23,28,35)
#111618
(17,22,24)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #474C7B

#474C7B
(71,76,123)
#575C87
(87,92,135)
#676C93
(103,108,147)
#777C9F
(119,124,159)
#878CAB
(135,140,171)
#979CB7
(151,156,183)
#A7ACC3
(167,172,195)
#B7BCCF
(183,188,207)
#C7CCDB
(199,204,219)
#D7DCE7
(215,220,231)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474C7B color. Also use rgb(71,76,123) instead hex code.

Text Font Color

.myTextColor { color: #474C7B; }

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

This text font color is #474C7B.


Background Color

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

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

This div background color is #474C7B.


Border color

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

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

This div border color is #474C7B.


Opacity

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

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

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

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

This text has shadow with #474C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C7B on black background.


Color preview on white background

This text has color #474C7B on white background.



Black color preview on #474C7B background

This text has black color on #474C7B background.


White color preview on #474C7B background

This text has white color on #474C7B background.