COLOR #474B5D

HEX: #474B5D
RGB: (71,75,93)

Renk bilgisi

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

RGB renk modeli

#474B5D color RGB value is (71,75,93).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 75 of 255 = 29%
B 93 of 255 = 36%

71
75
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 93 = 239 (100%)
R 71 of 239 ~ 29.71%
G 75 of 239 ~ 31.38%
B 93 of 239 ~ 38.91%

%29.71
%31.38
%38.91

CMYK RENK MODELİ

#474B5D rengi CMYK tonu (24,19,0,64).

  • camgöbeği tonu 23.66%
  • eflatun tonu 19.35%
  • sarı tonu 0.00%
  • ana renk tonu 63.53%
CMYK:
(24,19,0,64)
C24M19Y0K64 
(24%,19%,0%,64%)
(0.24/0.19/0.00/0.64)	

CMYK yüzdeleri

%23.66
%19.35
%0
%63.53

Codes

Color #474B5D in popluar color models

474B5D
RGB717593
HSL229°13.41%32.16%
HSB/HSV229°23.66%36.47%
CMYK23.66%19.35%0.00%
63.53%

Color #474B5D in popluar number systems.

HEX474B5D
Decimal717593
Binary100011110010111011101
Octal107113135

Shades and tints

Shades of #474B5D

#474B5D
(71,75,93)
#414555
(65,69,85)
#3B3F4D
(59,63,77)
#353945
(53,57,69)
#2F333D
(47,51,61)
#292D35
(41,45,53)
#23272D
(35,39,45)
#1D2125
(29,33,37)
#171B1D
(23,27,29)
#111515
(17,21,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #474B5D

#474B5D
(71,75,93)
#575B6B
(87,91,107)
#676B79
(103,107,121)
#777B87
(119,123,135)
#878B95
(135,139,149)
#979BA3
(151,155,163)
#A7ABB1
(167,171,177)
#B7BBBF
(183,187,191)
#C7CBCD
(199,203,205)
#D7DBDB
(215,219,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474B5D color. Also use rgb(71,75,93) instead hex code.

Text Font Color

.myTextColor { color: #474B5D; }

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

This text font color is #474B5D.


Background Color

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

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

This div background color is #474B5D.


Border color

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

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

This div border color is #474B5D.


Opacity

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

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

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

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

This text has shadow with #474B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B5D on black background.


Color preview on white background

This text has color #474B5D on white background.



Black color preview on #474B5D background

This text has black color on #474B5D background.


White color preview on #474B5D background

This text has white color on #474B5D background.