COLOR #473458

HEX: #473458
RGB: (71,52,88)

Renk bilgisi

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

RGB renk modeli

#473458 color RGB value is (71,52,88).

  • kırmız ton 71;
  • yeşil ton 52;
  • mavi ton 88.
RGB:
(71,52,88)
(28%,20%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 52 of 255 = 20%
B 88 of 255 = 35%

71
52
88

R + G + B ~ 28%. #473458 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 52 + 88 = 211 (100%)
R 71 of 211 ~ 33.65%
G 52 of 211 ~ 24.64%
B 88 of 211 ~ 41.71%

%33.65
%24.64
%41.71

CMYK RENK MODELİ

#473458 rengi CMYK tonu (19,41,0,65).

  • camgöbeği tonu 19.32%
  • eflatun tonu 40.91%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(19,41,0,65)
C19M41Y0K65 
(19%,41%,0%,65%)
(0.19/0.41/0.00/0.65)	

CMYK yüzdeleri

%19.32
%40.91
%0
%65.49

Codes

Color #473458 in popluar color models

473458
RGB715288
HSL272°25.71%27.45%
HSB/HSV272°40.91%34.51%
CMYK19.32%40.91%0.00%
65.49%

Color #473458 in popluar number systems.

HEX473458
Decimal715288
Binary10001111101001011000
Octal10764130

Shades and tints

Shades of #473458

#473458
(71,52,88)
#413050
(65,48,80)
#3B2C48
(59,44,72)
#352840
(53,40,64)
#2F2438
(47,36,56)
#292030
(41,32,48)
#231C28
(35,28,40)
#1D1820
(29,24,32)
#171418
(23,20,24)
#111010
(17,16,16)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473458

#473458
(71,52,88)
#574667
(87,70,103)
#675876
(103,88,118)
#776A85
(119,106,133)
#877C94
(135,124,148)
#978EA3
(151,142,163)
#A7A0B2
(167,160,178)
#B7B2C1
(183,178,193)
#C7C4D0
(199,196,208)
#D7D6DF
(215,214,223)
#E7E8EE
(231,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473458 color. Also use rgb(71,52,88) instead hex code.

Text Font Color

.myTextColor { color: #473458; }

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

This text font color is #473458.


Background Color

.myBgColor { background-color: #473458; }

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

This div background color is #473458.


Border color

.myBorderColor { border: 1px solid #473458; }

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

This div border color is #473458.


Opacity

.myOpacity80 { color: #473458; opacity: 0.8; }

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

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

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

This text has shadow with #473458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473458 on black background.


Color preview on white background

This text has color #473458 on white background.



Black color preview on #473458 background

This text has black color on #473458 background.


White color preview on #473458 background

This text has white color on #473458 background.