COLOR #4B475E

HEX: #4B475E
RGB: (75,71,94)

Renk bilgisi

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

RGB renk modeli

#4B475E color RGB value is (75,71,94).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 71 of 255 = 28%
B 94 of 255 = 37%

75
71
94

R + G + B ~ 31%. #4B475E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 94 = 240 (100%)
R 75 of 240 ~ 31.25%
G 71 of 240 ~ 29.58%
B 94 of 240 ~ 39.17%

%31.25
%29.58
%39.17

CMYK RENK MODELİ

#4B475E rengi CMYK tonu (20,24,0,63).

  • camgöbeği tonu 20.21%
  • eflatun tonu 24.47%
  • sarı tonu 0.00%
  • ana renk tonu 63.14%
CMYK:
(20,24,0,63)
C20M24Y0K63 
(20%,24%,0%,63%)
(0.20/0.24/0.00/0.63)	

CMYK yüzdeleri

%20.21
%24.47
%0
%63.14

Codes

Color #4B475E in popluar color models

4B475E
RGB757194
HSL250°13.94%32.35%
HSB/HSV250°24.47%36.86%
CMYK20.21%24.47%0.00%
63.14%

Color #4B475E in popluar number systems.

HEX4B475E
Decimal757194
Binary100101110001111011110
Octal113107136

Shades and tints

Shades of #4B475E

#4B475E
(75,71,94)
#454156
(69,65,86)
#3F3B4E
(63,59,78)
#393546
(57,53,70)
#332F3E
(51,47,62)
#2D2936
(45,41,54)
#27232E
(39,35,46)
#211D26
(33,29,38)
#1B171E
(27,23,30)
#151116
(21,17,22)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #4B475E

#4B475E
(75,71,94)
#5B576C
(91,87,108)
#6B677A
(107,103,122)
#7B7788
(123,119,136)
#8B8796
(139,135,150)
#9B97A4
(155,151,164)
#ABA7B2
(171,167,178)
#BBB7C0
(187,183,192)
#CBC7CE
(203,199,206)
#DBD7DC
(219,215,220)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B475E color. Also use rgb(75,71,94) instead hex code.

Text Font Color

.myTextColor { color: #4B475E; }

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

This text font color is #4B475E.


Background Color

.myBgColor { background-color: #4B475E; }

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

This div background color is #4B475E.


Border color

.myBorderColor { border: 1px solid #4B475E; }

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

This div border color is #4B475E.


Opacity

.myOpacity80 { color: #4B475E; opacity: 0.8; }

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

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

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

This text has shadow with #4B475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B475E on black background.


Color preview on white background

This text has color #4B475E on white background.



Black color preview on #4B475E background

This text has black color on #4B475E background.


White color preview on #4B475E background

This text has white color on #4B475E background.