COLOR #475274

HEX: #475274
RGB: (71,82,116)

Renk bilgisi

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

RGB renk modeli

#475274 color RGB value is (71,82,116).

  • kırmız ton 71;
  • yeşil ton 82;
  • mavi ton 116.
RGB:
(71,82,116)
(28%,32%,45%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 82 of 255 = 32%
B 116 of 255 = 45%

71
82
116

R + G + B ~ 35%. #475274 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 82 + 116 = 269 (100%)
R 71 of 269 ~ 26.39%
G 82 of 269 ~ 30.48%
B 116 of 269 ~ 43.12%

%26.39
%30.48
%43.12

CMYK RENK MODELİ

#475274 rengi CMYK tonu (39,29,0,55).

  • camgöbeği tonu 38.79%
  • eflatun tonu 29.31%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(39,29,0,55)
C39M29Y0K55 
(39%,29%,0%,55%)
(0.39/0.29/0.00/0.55)	

CMYK yüzdeleri

%38.79
%29.31
%0
%54.51

Codes

Color #475274 in popluar color models

475274
RGB7182116
HSL225°24.06%36.67%
HSB/HSV225°38.79%45.49%
CMYK38.79%29.31%0.00%
54.51%

Color #475274 in popluar number systems.

HEX475274
Decimal7182116
Binary100011110100101110100
Octal107122164

Shades and tints

Shades of #475274

#475274
(71,82,116)
#414B6A
(65,75,106)
#3B4460
(59,68,96)
#353D56
(53,61,86)
#2F364C
(47,54,76)
#292F42
(41,47,66)
#232838
(35,40,56)
#1D212E
(29,33,46)
#171A24
(23,26,36)
#11131A
(17,19,26)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #475274

#475274
(71,82,116)
#576180
(87,97,128)
#67708C
(103,112,140)
#777F98
(119,127,152)
#878EA4
(135,142,164)
#979DB0
(151,157,176)
#A7ACBC
(167,172,188)
#B7BBC8
(183,187,200)
#C7CAD4
(199,202,212)
#D7D9E0
(215,217,224)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #475274 color. Also use rgb(71,82,116) instead hex code.

Text Font Color

.myTextColor { color: #475274; }

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

This text font color is #475274.


Background Color

.myBgColor { background-color: #475274; }

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

This div background color is #475274.


Border color

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

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

This div border color is #475274.


Opacity

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

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

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

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

This text has shadow with #475274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #475274 on black background.


Color preview on white background

This text has color #475274 on white background.



Black color preview on #475274 background

This text has black color on #475274 background.


White color preview on #475274 background

This text has white color on #475274 background.