COLOR #4B476F

HEX: #4B476F
RGB: (75,71,111)

Renk bilgisi

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

RGB renk modeli

#4B476F color RGB value is (75,71,111).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 71 of 255 = 28%
B 111 of 255 = 44%

75
71
111

R + G + B ~ 34%. #4B476F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 111 = 257 (100%)
R 75 of 257 ~ 29.18%
G 71 of 257 ~ 27.63%
B 111 of 257 ~ 43.19%

%29.18
%27.63
%43.19

CMYK RENK MODELİ

#4B476F rengi CMYK tonu (32,36,0,56).

  • camgöbeği tonu 32.43%
  • eflatun tonu 36.04%
  • sarı tonu 0.00%
  • ana renk tonu 56.47%
CMYK:
(32,36,0,56)
C32M36Y0K56 
(32%,36%,0%,56%)
(0.32/0.36/0.00/0.56)	

CMYK yüzdeleri

%32.43
%36.04
%0
%56.47

Codes

Color #4B476F in popluar color models

4B476F
RGB7571111
HSL246°21.98%35.69%
HSB/HSV246°36.04%43.53%
CMYK32.43%36.04%0.00%
56.47%

Color #4B476F in popluar number systems.

HEX4B476F
Decimal7571111
Binary100101110001111101111
Octal113107157

Shades and tints

Shades of #4B476F

#4B476F
(75,71,111)
#454165
(69,65,101)
#3F3B5B
(63,59,91)
#393551
(57,53,81)
#332F47
(51,47,71)
#2D293D
(45,41,61)
#272333
(39,35,51)
#211D29
(33,29,41)
#1B171F
(27,23,31)
#151115
(21,17,21)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B476F

#4B476F
(75,71,111)
#5B577C
(91,87,124)
#6B6789
(107,103,137)
#7B7796
(123,119,150)
#8B87A3
(139,135,163)
#9B97B0
(155,151,176)
#ABA7BD
(171,167,189)
#BBB7CA
(187,183,202)
#CBC7D7
(203,199,215)
#DBD7E4
(219,215,228)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B476F; }

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

This text font color is #4B476F.


Background Color

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

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

This div background color is #4B476F.


Border color

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

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

This div border color is #4B476F.


Opacity

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

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

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

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

This text has shadow with #4B476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B476F on black background.


Color preview on white background

This text has color #4B476F on white background.



Black color preview on #4B476F background

This text has black color on #4B476F background.


White color preview on #4B476F background

This text has white color on #4B476F background.