COLOR #476781

HEX: #476781
RGB: (71,103,129)

Renk bilgisi

#476781 contains red, green and blue colors in about the same proportion. #476781 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#476781 color RGB value is (71,103,129).

  • kırmız ton 71;
  • yeşil ton 103;
  • mavi ton 129.
RGB:
(71,103,129)
(28%,40%,51%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 103 of 255 = 40%
B 129 of 255 = 51%

71
103
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 103 + 129 = 303 (100%)
R 71 of 303 ~ 23.43%
G 103 of 303 ~ 33.99%
B 129 of 303 ~ 42.57%

%23.43
%33.99
%42.57

CMYK RENK MODELİ

#476781 rengi CMYK tonu (45,20,0,49).

  • camgöbeği tonu 44.96%
  • eflatun tonu 20.16%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(45,20,0,49)
C45M20Y0K49 
(45%,20%,0%,49%)
(0.45/0.20/0.00/0.49)	

CMYK yüzdeleri

%44.96
%20.16
%0
%49.41

Codes

Color #476781 in popluar color models

476781
RGB71103129
HSL207°29.00%39.22%
HSB/HSV207°44.96%50.59%
CMYK44.96%20.16%0.00%
49.41%

Color #476781 in popluar number systems.

HEX476781
Decimal71103129
Binary1000111110011110000001
Octal107147201

Shades and tints

Shades of #476781

#476781
(71,103,129)
#415E76
(65,94,118)
#3B556B
(59,85,107)
#354C60
(53,76,96)
#2F4355
(47,67,85)
#293A4A
(41,58,74)
#23313F
(35,49,63)
#1D2834
(29,40,52)
#171F29
(23,31,41)
#11161E
(17,22,30)
#0B0D13
(11,13,19)
#000000
(0,0,0)

Tints of #476781

#476781
(71,103,129)
#57748C
(87,116,140)
#678197
(103,129,151)
#778EA2
(119,142,162)
#879BAD
(135,155,173)
#97A8B8
(151,168,184)
#A7B5C3
(167,181,195)
#B7C2CE
(183,194,206)
#C7CFD9
(199,207,217)
#D7DCE4
(215,220,228)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476781 color. Also use rgb(71,103,129) instead hex code.

Text Font Color

.myTextColor { color: #476781; }

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

This text font color is #476781.


Background Color

.myBgColor { background-color: #476781; }

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

This div background color is #476781.


Border color

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

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

This div border color is #476781.


Opacity

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

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

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

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

This text has shadow with #476781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476781 on black background.


Color preview on white background

This text has color #476781 on white background.



Black color preview on #476781 background

This text has black color on #476781 background.


White color preview on #476781 background

This text has white color on #476781 background.