COLOR #474D75

HEX: #474D75
RGB: (71,77,117)

Renk bilgisi

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

RGB renk modeli

#474D75 color RGB value is (71,77,117).

  • kırmız ton 71;
  • yeşil ton 77;
  • mavi ton 117.
RGB:
(71,77,117)
(28%,30%,46%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 77 of 255 = 30%
B 117 of 255 = 46%

71
77
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 77 + 117 = 265 (100%)
R 71 of 265 ~ 26.79%
G 77 of 265 ~ 29.06%
B 117 of 265 ~ 44.15%

%26.79
%29.06
%44.15

CMYK RENK MODELİ

#474D75 rengi CMYK tonu (39,34,0,54).

  • camgöbeği tonu 39.32%
  • eflatun tonu 34.19%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(39,34,0,54)
C39M34Y0K54 
(39%,34%,0%,54%)
(0.39/0.34/0.00/0.54)	

CMYK yüzdeleri

%39.32
%34.19
%0
%54.12

Codes

Color #474D75 in popluar color models

474D75
RGB7177117
HSL232°24.47%36.86%
HSB/HSV232°39.32%45.88%
CMYK39.32%34.19%0.00%
54.12%

Color #474D75 in popluar number systems.

HEX474D75
Decimal7177117
Binary100011110011011110101
Octal107115165

Shades and tints

Shades of #474D75

#474D75
(71,77,117)
#41466B
(65,70,107)
#3B3F61
(59,63,97)
#353857
(53,56,87)
#2F314D
(47,49,77)
#292A43
(41,42,67)
#232339
(35,35,57)
#1D1C2F
(29,28,47)
#171525
(23,21,37)
#110E1B
(17,14,27)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #474D75

#474D75
(71,77,117)
#575D81
(87,93,129)
#676D8D
(103,109,141)
#777D99
(119,125,153)
#878DA5
(135,141,165)
#979DB1
(151,157,177)
#A7ADBD
(167,173,189)
#B7BDC9
(183,189,201)
#C7CDD5
(199,205,213)
#D7DDE1
(215,221,225)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D75 color. Also use rgb(71,77,117) instead hex code.

Text Font Color

.myTextColor { color: #474D75; }

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

This text font color is #474D75.


Background Color

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

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

This div background color is #474D75.


Border color

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

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

This div border color is #474D75.


Opacity

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

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

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

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

This text has shadow with #474D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D75 on black background.


Color preview on white background

This text has color #474D75 on white background.



Black color preview on #474D75 background

This text has black color on #474D75 background.


White color preview on #474D75 background

This text has white color on #474D75 background.