COLOR #476F95

HEX: #476F95
RGB: (71,111,149)

Renk bilgisi

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

RGB renk modeli

#476F95 color RGB value is (71,111,149).

  • kırmız ton 71;
  • yeşil ton 111;
  • mavi ton 149.
RGB:
(71,111,149)
(28%,44%,58%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 111 of 255 = 44%
B 149 of 255 = 58%

71
111
149

R + G + B ~ 43%. #476F95 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 111 + 149 = 331 (100%)
R 71 of 331 ~ 21.45%
G 111 of 331 ~ 33.53%
B 149 of 331 ~ 45.02%

%21.45
%33.53
%45.02

CMYK RENK MODELİ

#476F95 rengi CMYK tonu (52,26,0,42).

  • camgöbeği tonu 52.35%
  • eflatun tonu 25.50%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(52,26,0,42)
C52M26Y0K42 
(52%,26%,0%,42%)
(0.52/0.26/0.00/0.42)	

CMYK yüzdeleri

%52.35
%25.5
%0
%41.57

Codes

Color #476F95 in popluar color models

476F95
RGB71111149
HSL209°35.45%43.14%
HSB/HSV209°52.35%58.43%
CMYK52.35%25.50%0.00%
41.57%

Color #476F95 in popluar number systems.

HEX476F95
Decimal71111149
Binary1000111110111110010101
Octal107157225

Shades and tints

Shades of #476F95

#476F95
(71,111,149)
#416588
(65,101,136)
#3B5B7B
(59,91,123)
#35516E
(53,81,110)
#2F4761
(47,71,97)
#293D54
(41,61,84)
#233347
(35,51,71)
#1D293A
(29,41,58)
#171F2D
(23,31,45)
#111520
(17,21,32)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #476F95

#476F95
(71,111,149)
#577C9E
(87,124,158)
#6789A7
(103,137,167)
#7796B0
(119,150,176)
#87A3B9
(135,163,185)
#97B0C2
(151,176,194)
#A7BDCB
(167,189,203)
#B7CAD4
(183,202,212)
#C7D7DD
(199,215,221)
#D7E4E6
(215,228,230)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476F95 color. Also use rgb(71,111,149) instead hex code.

Text Font Color

.myTextColor { color: #476F95; }

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

This text font color is #476F95.


Background Color

.myBgColor { background-color: #476F95; }

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

This div background color is #476F95.


Border color

.myBorderColor { border: 1px solid #476F95; }

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

This div border color is #476F95.


Opacity

.myOpacity80 { color: #476F95; opacity: 0.8; }

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

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

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

This text has shadow with #476F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476F95 on black background.


Color preview on white background

This text has color #476F95 on white background.



Black color preview on #476F95 background

This text has black color on #476F95 background.


White color preview on #476F95 background

This text has white color on #476F95 background.