COLOR #470D8D

HEX: #470D8D
RGB: (71,13,141)

Renk bilgisi

#470D8D contains mainly blue color. #470D8D ‘ nin web güvenlik rengi #330099 (ya da #309) dir.

RGB renk modeli

#470D8D color RGB value is (71,13,141).

  • kırmız ton 71;
  • yeşil ton 13;
  • mavi ton 141.
RGB:
(71,13,141)
(28%,5%,55%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 13 of 255 = 5%
B 141 of 255 = 55%

71
13
141

R + G + B ~ 29%. #470D8D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 13 + 141 = 225 (100%)
R 71 of 225 ~ 31.56%
G 13 of 225 ~ 5.78%
B 141 of 225 ~ 62.67%

%31.56
%62.67

CMYK RENK MODELİ

#470D8D rengi CMYK tonu (50,91,0,45).

  • camgöbeği tonu 49.65%
  • eflatun tonu 90.78%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(50,91,0,45)
C50M91Y0K45 
(50%,91%,0%,45%)
(0.50/0.91/0.00/0.45)	

CMYK yüzdeleri

%49.65
%90.78
%0
%44.71

Codes

Color #470D8D in popluar color models

470D8D
RGB7113141
HSL267°83.12%30.20%
HSB/HSV267°90.78%55.29%
CMYK49.65%90.78%0.00%
44.71%

Color #470D8D in popluar number systems.

HEX470D8D
Decimal7113141
Binary1000111110110001101
Octal10715215

Shades and tints

Shades of #470D8D

#470D8D
(71,13,141)
#410C81
(65,12,129)
#3B0B75
(59,11,117)
#350A69
(53,10,105)
#2F095D
(47,9,93)
#290851
(41,8,81)
#230745
(35,7,69)
#1D0639
(29,6,57)
#17052D
(23,5,45)
#110421
(17,4,33)
#0B0315
(11,3,21)
#000000
(0,0,0)

Tints of #470D8D

#470D8D
(71,13,141)
#572397
(87,35,151)
#6739A1
(103,57,161)
#774FAB
(119,79,171)
#8765B5
(135,101,181)
#977BBF
(151,123,191)
#A791C9
(167,145,201)
#B7A7D3
(183,167,211)
#C7BDDD
(199,189,221)
#D7D3E7
(215,211,231)
#E7E9F1
(231,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470D8D color. Also use rgb(71,13,141) instead hex code.

Text Font Color

.myTextColor { color: #470D8D; }

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

This text font color is #470D8D.


Background Color

.myBgColor { background-color: #470D8D; }

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

This div background color is #470D8D.


Border color

.myBorderColor { border: 1px solid #470D8D; }

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

This div border color is #470D8D.


Opacity

.myOpacity80 { color: #470D8D; opacity: 0.8; }

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

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

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

This text has shadow with #470D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D8D on black background.


Color preview on white background

This text has color #470D8D on white background.



Black color preview on #470D8D background

This text has black color on #470D8D background.


White color preview on #470D8D background

This text has white color on #470D8D background.