COLOR #473672

HEX: #473672
RGB: (71,54,114)

Renk bilgisi

#473672 contains mainly red and blue colors. #473672 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#473672 color RGB value is (71,54,114).

  • kırmız ton 71;
  • yeşil ton 54;
  • mavi ton 114.
RGB:
(71,54,114)
(28%,21%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 54 of 255 = 21%
B 114 of 255 = 45%

71
54
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 54 + 114 = 239 (100%)
R 71 of 239 ~ 29.71%
G 54 of 239 ~ 22.59%
B 114 of 239 ~ 47.7%

%29.71
%22.59
%47.7

CMYK RENK MODELİ

#473672 rengi CMYK tonu (38,53,0,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 52.63%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(38,53,0,55)
C38M53Y0K55 
(38%,53%,0%,55%)
(0.38/0.53/0.00/0.55)	

CMYK yüzdeleri

%37.72
%52.63
%0
%55.29

Codes

Color #473672 in popluar color models

473672
RGB7154114
HSL257°35.71%32.94%
HSB/HSV257°52.63%44.71%
CMYK37.72%52.63%0.00%
55.29%

Color #473672 in popluar number systems.

HEX473672
Decimal7154114
Binary10001111101101110010
Octal10766162

Shades and tints

Shades of #473672

#473672
(71,54,114)
#413268
(65,50,104)
#3B2E5E
(59,46,94)
#352A54
(53,42,84)
#2F264A
(47,38,74)
#292240
(41,34,64)
#231E36
(35,30,54)
#1D1A2C
(29,26,44)
#171622
(23,22,34)
#111218
(17,18,24)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #473672

#473672
(71,54,114)
#57487E
(87,72,126)
#675A8A
(103,90,138)
#776C96
(119,108,150)
#877EA2
(135,126,162)
#9790AE
(151,144,174)
#A7A2BA
(167,162,186)
#B7B4C6
(183,180,198)
#C7C6D2
(199,198,210)
#D7D8DE
(215,216,222)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473672 color. Also use rgb(71,54,114) instead hex code.

Text Font Color

.myTextColor { color: #473672; }

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

This text font color is #473672.


Background Color

.myBgColor { background-color: #473672; }

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

This div background color is #473672.


Border color

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

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

This div border color is #473672.


Opacity

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

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

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

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

This text has shadow with #473672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473672 on black background.


Color preview on white background

This text has color #473672 on white background.



Black color preview on #473672 background

This text has black color on #473672 background.


White color preview on #473672 background

This text has white color on #473672 background.