COLOR #473888

HEX: #473888
RGB: (71,56,136)

Renk bilgisi

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

RGB renk modeli

#473888 color RGB value is (71,56,136).

  • kırmız ton 71;
  • yeşil ton 56;
  • mavi ton 136.
RGB:
(71,56,136)
(28%,22%,53%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 56 of 255 = 22%
B 136 of 255 = 53%

71
56
136

R + G + B ~ 34%. #473888 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 56 + 136 = 263 (100%)
R 71 of 263 ~ 27%
G 56 of 263 ~ 21.29%
B 136 of 263 ~ 51.71%

%27
%21.29
%51.71

CMYK RENK MODELİ

#473888 rengi CMYK tonu (48,59,0,47).

  • camgöbeği tonu 47.79%
  • eflatun tonu 58.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(48,59,0,47)
C48M59Y0K47 
(48%,59%,0%,47%)
(0.48/0.59/0.00/0.47)	

CMYK yüzdeleri

%47.79
%58.82
%0
%46.67

Codes

Color #473888 in popluar color models

473888
RGB7156136
HSL251°41.67%37.65%
HSB/HSV251°58.82%53.33%
CMYK47.79%58.82%0.00%
46.67%

Color #473888 in popluar number systems.

HEX473888
Decimal7156136
Binary100011111100010001000
Octal10770210

Shades and tints

Shades of #473888

#473888
(71,56,136)
#41337C
(65,51,124)
#3B2E70
(59,46,112)
#352964
(53,41,100)
#2F2458
(47,36,88)
#291F4C
(41,31,76)
#231A40
(35,26,64)
#1D1534
(29,21,52)
#171028
(23,16,40)
#110B1C
(17,11,28)
#0B0610
(11,6,16)
#000000
(0,0,0)

Tints of #473888

#473888
(71,56,136)
#574A92
(87,74,146)
#675C9C
(103,92,156)
#776EA6
(119,110,166)
#8780B0
(135,128,176)
#9792BA
(151,146,186)
#A7A4C4
(167,164,196)
#B7B6CE
(183,182,206)
#C7C8D8
(199,200,216)
#D7DAE2
(215,218,226)
#E7ECEC
(231,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473888 color. Also use rgb(71,56,136) instead hex code.

Text Font Color

.myTextColor { color: #473888; }

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

This text font color is #473888.


Background Color

.myBgColor { background-color: #473888; }

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

This div background color is #473888.


Border color

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

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

This div border color is #473888.


Opacity

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

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

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

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

This text has shadow with #473888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473888 on black background.


Color preview on white background

This text has color #473888 on white background.



Black color preview on #473888 background

This text has black color on #473888 background.


White color preview on #473888 background

This text has white color on #473888 background.