COLOR #476273

HEX: #476273
RGB: (71,98,115)

Renk bilgisi

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

RGB renk modeli

#476273 color RGB value is (71,98,115).

  • kırmız ton 71;
  • yeşil ton 98;
  • mavi ton 115.
RGB:
(71,98,115)
(28%,38%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 98 of 255 = 38%
B 115 of 255 = 45%

71
98
115

R + G + B ~ 37%. #476273 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 98 + 115 = 284 (100%)
R 71 of 284 ~ 25%
G 98 of 284 ~ 34.51%
B 115 of 284 ~ 40.49%

%25
%34.51
%40.49

CMYK RENK MODELİ

#476273 rengi CMYK tonu (38,15,0,55).

  • camgöbeği tonu 38.26%
  • eflatun tonu 14.78%
  • sarı tonu 0.00%
  • ana renk tonu 54.90%
CMYK:
(38,15,0,55)
C38M15Y0K55 
(38%,15%,0%,55%)
(0.38/0.15/0.00/0.55)	

CMYK yüzdeleri

%38.26
%14.78
%0
%54.9

Codes

Color #476273 in popluar color models

476273
RGB7198115
HSL203°23.66%36.47%
HSB/HSV203°38.26%45.10%
CMYK38.26%14.78%0.00%
54.90%

Color #476273 in popluar number systems.

HEX476273
Decimal7198115
Binary100011111000101110011
Octal107142163

Shades and tints

Shades of #476273

#476273
(71,98,115)
#415A69
(65,90,105)
#3B525F
(59,82,95)
#354A55
(53,74,85)
#2F424B
(47,66,75)
#293A41
(41,58,65)
#233237
(35,50,55)
#1D2A2D
(29,42,45)
#172223
(23,34,35)
#111A19
(17,26,25)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #476273

#476273
(71,98,115)
#57707F
(87,112,127)
#677E8B
(103,126,139)
#778C97
(119,140,151)
#879AA3
(135,154,163)
#97A8AF
(151,168,175)
#A7B6BB
(167,182,187)
#B7C4C7
(183,196,199)
#C7D2D3
(199,210,211)
#D7E0DF
(215,224,223)
#E7EEEB
(231,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476273 color. Also use rgb(71,98,115) instead hex code.

Text Font Color

.myTextColor { color: #476273; }

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

This text font color is #476273.


Background Color

.myBgColor { background-color: #476273; }

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

This div background color is #476273.


Border color

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

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

This div border color is #476273.


Opacity

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

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

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

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

This text has shadow with #476273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476273 on black background.


Color preview on white background

This text has color #476273 on white background.



Black color preview on #476273 background

This text has black color on #476273 background.


White color preview on #476273 background

This text has white color on #476273 background.