COLOR #474559

HEX: #474559
RGB: (71,69,89)

Renk bilgisi

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

RGB renk modeli

#474559 color RGB value is (71,69,89).

  • kırmız ton 71;
  • yeşil ton 69;
  • mavi ton 89.
RGB:
(71,69,89)
(28%,27%,35%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 69 of 255 = 27%
B 89 of 255 = 35%

71
69
89

R + G + B ~ 30%. #474559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 69 + 89 = 229 (100%)
R 71 of 229 ~ 31%
G 69 of 229 ~ 30.13%
B 89 of 229 ~ 38.86%

%31
%30.13
%38.86

CMYK RENK MODELİ

#474559 rengi CMYK tonu (20,22,0,65).

  • camgöbeği tonu 20.22%
  • eflatun tonu 22.47%
  • sarı tonu 0.00%
  • ana renk tonu 65.10%
CMYK:
(20,22,0,65)
C20M22Y0K65 
(20%,22%,0%,65%)
(0.20/0.22/0.00/0.65)	

CMYK yüzdeleri

%20.22
%22.47
%0
%65.1

Codes

Color #474559 in popluar color models

474559
RGB716989
HSL246°12.66%30.98%
HSB/HSV246°22.47%34.90%
CMYK20.22%22.47%0.00%
65.10%

Color #474559 in popluar number systems.

HEX474559
Decimal716989
Binary100011110001011011001
Octal107105131

Shades and tints

Shades of #474559

#474559
(71,69,89)
#413F51
(65,63,81)
#3B3949
(59,57,73)
#353341
(53,51,65)
#2F2D39
(47,45,57)
#292731
(41,39,49)
#232129
(35,33,41)
#1D1B21
(29,27,33)
#171519
(23,21,25)
#110F11
(17,15,17)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #474559

#474559
(71,69,89)
#575568
(87,85,104)
#676577
(103,101,119)
#777586
(119,117,134)
#878595
(135,133,149)
#9795A4
(151,149,164)
#A7A5B3
(167,165,179)
#B7B5C2
(183,181,194)
#C7C5D1
(199,197,209)
#D7D5E0
(215,213,224)
#E7E5EF
(231,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474559 color. Also use rgb(71,69,89) instead hex code.

Text Font Color

.myTextColor { color: #474559; }

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

This text font color is #474559.


Background Color

.myBgColor { background-color: #474559; }

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

This div background color is #474559.


Border color

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

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

This div border color is #474559.


Opacity

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

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

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

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

This text has shadow with #474559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474559 on black background.


Color preview on white background

This text has color #474559 on white background.



Black color preview on #474559 background

This text has black color on #474559 background.


White color preview on #474559 background

This text has white color on #474559 background.