COLOR #476486

HEX: #476486
RGB: (71,100,134)

Renk bilgisi

#476486 contains mainly green and blue colors. #476486 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#476486 color RGB value is (71,100,134).

  • kırmız ton 71;
  • yeşil ton 100;
  • mavi ton 134.
RGB:
(71,100,134)
(28%,39%,53%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 100 of 255 = 39%
B 134 of 255 = 53%

71
100
134

R + G + B ~ 40%. #476486 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 100 + 134 = 305 (100%)
R 71 of 305 ~ 23.28%
G 100 of 305 ~ 32.79%
B 134 of 305 ~ 43.93%

%23.28
%32.79
%43.93

CMYK RENK MODELİ

#476486 rengi CMYK tonu (47,25,0,47).

  • camgöbeği tonu 47.01%
  • eflatun tonu 25.37%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(47,25,0,47)
C47M25Y0K47 
(47%,25%,0%,47%)
(0.47/0.25/0.00/0.47)	

CMYK yüzdeleri

%47.01
%25.37
%0
%47.45

Codes

Color #476486 in popluar color models

476486
RGB71100134
HSL212°30.73%40.20%
HSB/HSV212°47.01%52.55%
CMYK47.01%25.37%0.00%
47.45%

Color #476486 in popluar number systems.

HEX476486
Decimal71100134
Binary1000111110010010000110
Octal107144206

Shades and tints

Shades of #476486

#476486
(71,100,134)
#415B7A
(65,91,122)
#3B526E
(59,82,110)
#354962
(53,73,98)
#2F4056
(47,64,86)
#29374A
(41,55,74)
#232E3E
(35,46,62)
#1D2532
(29,37,50)
#171C26
(23,28,38)
#11131A
(17,19,26)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #476486

#476486
(71,100,134)
#577291
(87,114,145)
#67809C
(103,128,156)
#778EA7
(119,142,167)
#879CB2
(135,156,178)
#97AABD
(151,170,189)
#A7B8C8
(167,184,200)
#B7C6D3
(183,198,211)
#C7D4DE
(199,212,222)
#D7E2E9
(215,226,233)
#E7F0F4
(231,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476486 color. Also use rgb(71,100,134) instead hex code.

Text Font Color

.myTextColor { color: #476486; }

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

This text font color is #476486.


Background Color

.myBgColor { background-color: #476486; }

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

This div background color is #476486.


Border color

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

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

This div border color is #476486.


Opacity

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

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

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

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

This text has shadow with #476486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476486 on black background.


Color preview on white background

This text has color #476486 on white background.



Black color preview on #476486 background

This text has black color on #476486 background.


White color preview on #476486 background

This text has white color on #476486 background.