COLOR #473D95

HEX: #473D95
RGB: (71,61,149)

Renk bilgisi

#473D95 contains mainly blue color. #473D95 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#473D95 color RGB value is (71,61,149).

  • kırmız ton 71;
  • yeşil ton 61;
  • mavi ton 149.
RGB:
(71,61,149)
(28%,24%,58%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 61 of 255 = 24%
B 149 of 255 = 58%

71
61
149

R + G + B ~ 37%. #473D95 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 61 + 149 = 281 (100%)
R 71 of 281 ~ 25.27%
G 61 of 281 ~ 21.71%
B 149 of 281 ~ 53.02%

%25.27
%21.71
%53.02

CMYK RENK MODELİ

#473D95 rengi CMYK tonu (52,59,0,42).

  • camgöbeği tonu 52.35%
  • eflatun tonu 59.06%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(52,59,0,42)
C52M59Y0K42 
(52%,59%,0%,42%)
(0.52/0.59/0.00/0.42)	

CMYK yüzdeleri

%52.35
%59.06
%0
%41.57

Codes

Color #473D95 in popluar color models

473D95
RGB7161149
HSL247°41.90%41.18%
HSB/HSV247°59.06%58.43%
CMYK52.35%59.06%0.00%
41.57%

Color #473D95 in popluar number systems.

HEX473D95
Decimal7161149
Binary100011111110110010101
Octal10775225

Shades and tints

Shades of #473D95

#473D95
(71,61,149)
#413888
(65,56,136)
#3B337B
(59,51,123)
#352E6E
(53,46,110)
#2F2961
(47,41,97)
#292454
(41,36,84)
#231F47
(35,31,71)
#1D1A3A
(29,26,58)
#17152D
(23,21,45)
#111020
(17,16,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #473D95

#473D95
(71,61,149)
#574E9E
(87,78,158)
#675FA7
(103,95,167)
#7770B0
(119,112,176)
#8781B9
(135,129,185)
#9792C2
(151,146,194)
#A7A3CB
(167,163,203)
#B7B4D4
(183,180,212)
#C7C5DD
(199,197,221)
#D7D6E6
(215,214,230)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473D95 color. Also use rgb(71,61,149) instead hex code.

Text Font Color

.myTextColor { color: #473D95; }

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

This text font color is #473D95.


Background Color

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

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

This div background color is #473D95.


Border color

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

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

This div border color is #473D95.


Opacity

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

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

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

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

This text has shadow with #473D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473D95 on black background.


Color preview on white background

This text has color #473D95 on white background.



Black color preview on #473D95 background

This text has black color on #473D95 background.


White color preview on #473D95 background

This text has white color on #473D95 background.