COLOR #4B4776

HEX: #4B4776
RGB: (75,71,118)

Renk bilgisi

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

RGB renk modeli

#4B4776 color RGB value is (75,71,118).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 71 of 255 = 28%
B 118 of 255 = 46%

75
71
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 71 + 118 = 264 (100%)
R 75 of 264 ~ 28.41%
G 71 of 264 ~ 26.89%
B 118 of 264 ~ 44.7%

%28.41
%26.89
%44.7

CMYK RENK MODELİ

#4B4776 rengi CMYK tonu (36,40,0,54).

  • camgöbeği tonu 36.44%
  • eflatun tonu 39.83%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(36,40,0,54)
C36M40Y0K54 
(36%,40%,0%,54%)
(0.36/0.40/0.00/0.54)	

CMYK yüzdeleri

%36.44
%39.83
%0
%53.73

Codes

Color #4B4776 in popluar color models

4B4776
RGB7571118
HSL245°24.87%37.06%
HSB/HSV245°39.83%46.27%
CMYK36.44%39.83%0.00%
53.73%

Color #4B4776 in popluar number systems.

HEX4B4776
Decimal7571118
Binary100101110001111110110
Octal113107166

Shades and tints

Shades of #4B4776

#4B4776
(75,71,118)
#45416C
(69,65,108)
#3F3B62
(63,59,98)
#393558
(57,53,88)
#332F4E
(51,47,78)
#2D2944
(45,41,68)
#27233A
(39,35,58)
#211D30
(33,29,48)
#1B1726
(27,23,38)
#15111C
(21,17,28)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #4B4776

#4B4776
(75,71,118)
#5B5782
(91,87,130)
#6B678E
(107,103,142)
#7B779A
(123,119,154)
#8B87A6
(139,135,166)
#9B97B2
(155,151,178)
#ABA7BE
(171,167,190)
#BBB7CA
(187,183,202)
#CBC7D6
(203,199,214)
#DBD7E2
(219,215,226)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4776; }

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

This text font color is #4B4776.


Background Color

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

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

This div background color is #4B4776.


Border color

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

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

This div border color is #4B4776.


Opacity

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

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

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

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

This text has shadow with #4B4776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4776 on black background.


Color preview on white background

This text has color #4B4776 on white background.



Black color preview on #4B4776 background

This text has black color on #4B4776 background.


White color preview on #4B4776 background

This text has white color on #4B4776 background.