COLOR #476588

HEX: #476588
RGB: (71,101,136)

Renk bilgisi

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

RGB renk modeli

#476588 color RGB value is (71,101,136).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 101 of 255 = 40%
B 136 of 255 = 53%

71
101
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 101 + 136 = 308 (100%)
R 71 of 308 ~ 23.05%
G 101 of 308 ~ 32.79%
B 136 of 308 ~ 44.16%

%23.05
%32.79
%44.16

CMYK RENK MODELİ

#476588 rengi CMYK tonu (48,26,0,47).

  • camgöbeği tonu 47.79%
  • eflatun tonu 25.74%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(48,26,0,47)
C48M26Y0K47 
(48%,26%,0%,47%)
(0.48/0.26/0.00/0.47)	

CMYK yüzdeleri

%47.79
%25.74
%0
%46.67

Codes

Color #476588 in popluar color models

476588
RGB71101136
HSL212°31.40%40.59%
HSB/HSV212°47.79%53.33%
CMYK47.79%25.74%0.00%
46.67%

Color #476588 in popluar number systems.

HEX476588
Decimal71101136
Binary1000111110010110001000
Octal107145210

Shades and tints

Shades of #476588

#476588
(71,101,136)
#415C7C
(65,92,124)
#3B5370
(59,83,112)
#354A64
(53,74,100)
#2F4158
(47,65,88)
#29384C
(41,56,76)
#232F40
(35,47,64)
#1D2634
(29,38,52)
#171D28
(23,29,40)
#11141C
(17,20,28)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #476588

#476588
(71,101,136)
#577392
(87,115,146)
#67819C
(103,129,156)
#778FA6
(119,143,166)
#879DB0
(135,157,176)
#97ABBA
(151,171,186)
#A7B9C4
(167,185,196)
#B7C7CE
(183,199,206)
#C7D5D8
(199,213,216)
#D7E3E2
(215,227,226)
#E7F1EC
(231,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476588; }

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

This text font color is #476588.


Background Color

.myBgColor { background-color: #476588; }

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

This div background color is #476588.


Border color

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

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

This div border color is #476588.


Opacity

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

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

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

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

This text has shadow with #476588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476588 on black background.


Color preview on white background

This text has color #476588 on white background.



Black color preview on #476588 background

This text has black color on #476588 background.


White color preview on #476588 background

This text has white color on #476588 background.