COLOR #474A5B

HEX: #474A5B
RGB: (71,74,91)

Renk bilgisi

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

RGB renk modeli

#474A5B color RGB value is (71,74,91).

  • kırmız ton 71;
  • yeşil ton 74;
  • mavi ton 91.
RGB:
(71,74,91)
(28%,29%,36%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 74 of 255 = 29%
B 91 of 255 = 36%

71
74
91

R + G + B ~ 31%. #474A5B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 74 + 91 = 236 (100%)
R 71 of 236 ~ 30.08%
G 74 of 236 ~ 31.36%
B 91 of 236 ~ 38.56%

%30.08
%31.36
%38.56

CMYK RENK MODELİ

#474A5B rengi CMYK tonu (22,19,0,64).

  • camgöbeği tonu 21.98%
  • eflatun tonu 18.68%
  • sarı tonu 0.00%
  • ana renk tonu 64.31%
CMYK:
(22,19,0,64)
C22M19Y0K64 
(22%,19%,0%,64%)
(0.22/0.19/0.00/0.64)	

CMYK yüzdeleri

%21.98
%18.68
%0
%64.31

Codes

Color #474A5B in popluar color models

474A5B
RGB717491
HSL231°12.35%31.76%
HSB/HSV231°21.98%35.69%
CMYK21.98%18.68%0.00%
64.31%

Color #474A5B in popluar number systems.

HEX474A5B
Decimal717491
Binary100011110010101011011
Octal107112133

Shades and tints

Shades of #474A5B

#474A5B
(71,74,91)
#414453
(65,68,83)
#3B3E4B
(59,62,75)
#353843
(53,56,67)
#2F323B
(47,50,59)
#292C33
(41,44,51)
#23262B
(35,38,43)
#1D2023
(29,32,35)
#171A1B
(23,26,27)
#111413
(17,20,19)
#0B0E0B
(11,14,11)
#000000
(0,0,0)

Tints of #474A5B

#474A5B
(71,74,91)
#575A69
(87,90,105)
#676A77
(103,106,119)
#777A85
(119,122,133)
#878A93
(135,138,147)
#979AA1
(151,154,161)
#A7AAAF
(167,170,175)
#B7BABD
(183,186,189)
#C7CACB
(199,202,203)
#D7DAD9
(215,218,217)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474A5B color. Also use rgb(71,74,91) instead hex code.

Text Font Color

.myTextColor { color: #474A5B; }

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

This text font color is #474A5B.


Background Color

.myBgColor { background-color: #474A5B; }

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

This div background color is #474A5B.


Border color

.myBorderColor { border: 1px solid #474A5B; }

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

This div border color is #474A5B.


Opacity

.myOpacity80 { color: #474A5B; opacity: 0.8; }

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

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

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

This text has shadow with #474A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474A5B on black background.


Color preview on white background

This text has color #474A5B on white background.



Black color preview on #474A5B background

This text has black color on #474A5B background.


White color preview on #474A5B background

This text has white color on #474A5B background.