COLOR #473A6D

HEX: #473A6D
RGB: (71,58,109)

Renk bilgisi

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

RGB renk modeli

#473A6D color RGB value is (71,58,109).

  • kırmız ton 71;
  • yeşil ton 58;
  • mavi ton 109.
RGB:
(71,58,109)
(28%,23%,43%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 58 of 255 = 23%
B 109 of 255 = 43%

71
58
109

R + G + B ~ 31%. #473A6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 58 + 109 = 238 (100%)
R 71 of 238 ~ 29.83%
G 58 of 238 ~ 24.37%
B 109 of 238 ~ 45.8%

%29.83
%24.37
%45.8

CMYK RENK MODELİ

#473A6D rengi CMYK tonu (35,47,0,57).

  • camgöbeği tonu 34.86%
  • eflatun tonu 46.79%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(35,47,0,57)
C35M47Y0K57 
(35%,47%,0%,57%)
(0.35/0.47/0.00/0.57)	

CMYK yüzdeleri

%34.86
%46.79
%0
%57.25

Codes

Color #473A6D in popluar color models

473A6D
RGB7158109
HSL255°30.54%32.75%
HSB/HSV255°46.79%42.75%
CMYK34.86%46.79%0.00%
57.25%

Color #473A6D in popluar number systems.

HEX473A6D
Decimal7158109
Binary10001111110101101101
Octal10772155

Shades and tints

Shades of #473A6D

#473A6D
(71,58,109)
#413564
(65,53,100)
#3B305B
(59,48,91)
#352B52
(53,43,82)
#2F2649
(47,38,73)
#292140
(41,33,64)
#231C37
(35,28,55)
#1D172E
(29,23,46)
#171225
(23,18,37)
#110D1C
(17,13,28)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #473A6D

#473A6D
(71,58,109)
#574B7A
(87,75,122)
#675C87
(103,92,135)
#776D94
(119,109,148)
#877EA1
(135,126,161)
#978FAE
(151,143,174)
#A7A0BB
(167,160,187)
#B7B1C8
(183,177,200)
#C7C2D5
(199,194,213)
#D7D3E2
(215,211,226)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473A6D color. Also use rgb(71,58,109) instead hex code.

Text Font Color

.myTextColor { color: #473A6D; }

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

This text font color is #473A6D.


Background Color

.myBgColor { background-color: #473A6D; }

<div style="background-color:#473A6D">Inner text</div>

This div background color is #473A6D.


Border color

.myBorderColor { border: 1px solid #473A6D; }

<div style="border:3px solid #473A6D">Div</div>

This div border color is #473A6D.


Opacity

.myOpacity80 { color: #473A6D; opacity: 0.8; }

<p style="color:#473A6D;opacity:0.8;">80%</p>

Text with #473A6D 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 #473A6D;}

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

This text has shadow with #473A6D color.

.textShadow {text-shadow: 3px 3px 1px #473A6D, 3px 3px 1px red;}

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

This text has shadow with #473A6D primary color and red secondary color.


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

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

This text has shadow with #473A6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473A6D on black background.


Color preview on white background

This text has color #473A6D on white background.



Black color preview on #473A6D background

This text has black color on #473A6D background.


White color preview on #473A6D background

This text has white color on #473A6D background.