COLOR #474093

HEX: #474093
RGB: (71,64,147)

Renk bilgisi

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

RGB renk modeli

#474093 color RGB value is (71,64,147).

  • kırmız ton 71;
  • yeşil ton 64;
  • mavi ton 147.
RGB:
(71,64,147)
(28%,25%,58%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 64 of 255 = 25%
B 147 of 255 = 58%

71
64
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 64 + 147 = 282 (100%)
R 71 of 282 ~ 25.18%
G 64 of 282 ~ 22.7%
B 147 of 282 ~ 52.13%

%25.18
%22.7
%52.13

CMYK RENK MODELİ

#474093 rengi CMYK tonu (52,56,0,42).

  • camgöbeği tonu 51.70%
  • eflatun tonu 56.46%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(52,56,0,42)
C52M56Y0K42 
(52%,56%,0%,42%)
(0.52/0.56/0.00/0.42)	

CMYK yüzdeleri

%51.7
%56.46
%0
%42.35

Codes

Color #474093 in popluar color models

474093
RGB7164147
HSL245°39.34%41.37%
HSB/HSV245°56.46%57.65%
CMYK51.70%56.46%0.00%
42.35%

Color #474093 in popluar number systems.

HEX474093
Decimal7164147
Binary1000111100000010010011
Octal107100223

Shades and tints

Shades of #474093

#474093
(71,64,147)
#413B86
(65,59,134)
#3B3679
(59,54,121)
#35316C
(53,49,108)
#2F2C5F
(47,44,95)
#292752
(41,39,82)
#232245
(35,34,69)
#1D1D38
(29,29,56)
#17182B
(23,24,43)
#11131E
(17,19,30)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #474093

#474093
(71,64,147)
#57519C
(87,81,156)
#6762A5
(103,98,165)
#7773AE
(119,115,174)
#8784B7
(135,132,183)
#9795C0
(151,149,192)
#A7A6C9
(167,166,201)
#B7B7D2
(183,183,210)
#C7C8DB
(199,200,219)
#D7D9E4
(215,217,228)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474093 color. Also use rgb(71,64,147) instead hex code.

Text Font Color

.myTextColor { color: #474093; }

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

This text font color is #474093.


Background Color

.myBgColor { background-color: #474093; }

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

This div background color is #474093.


Border color

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

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

This div border color is #474093.


Opacity

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

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

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

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

This text has shadow with #474093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474093 on black background.


Color preview on white background

This text has color #474093 on white background.



Black color preview on #474093 background

This text has black color on #474093 background.


White color preview on #474093 background

This text has white color on #474093 background.