COLOR #4B3479

HEX: #4B3479
RGB: (75,52,121)

Renk bilgisi

#4B3479 contains mainly red and blue colors. #4B3479 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#4B3479 color RGB value is (75,52,121).

  • kırmız ton 75;
  • yeşil ton 52;
  • mavi ton 121.
RGB:
(75,52,121)
(29%,20%,47%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 52 of 255 = 20%
B 121 of 255 = 47%

75
52
121

R + G + B ~ 32%. #4B3479 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 52 + 121 = 248 (100%)
R 75 of 248 ~ 30.24%
G 52 of 248 ~ 20.97%
B 121 of 248 ~ 48.79%

%30.24
%20.97
%48.79

CMYK RENK MODELİ

#4B3479 rengi CMYK tonu (38,57,0,53).

  • camgöbeği tonu 38.02%
  • eflatun tonu 57.02%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(38,57,0,53)
C38M57Y0K53 
(38%,57%,0%,53%)
(0.38/0.57/0.00/0.53)	

CMYK yüzdeleri

%38.02
%57.02
%0
%52.55

Codes

Color #4B3479 in popluar color models

4B3479
RGB7552121
HSL260°39.88%33.92%
HSB/HSV260°57.02%47.45%
CMYK38.02%57.02%0.00%
52.55%

Color #4B3479 in popluar number systems.

HEX4B3479
Decimal7552121
Binary10010111101001111001
Octal11364171

Shades and tints

Shades of #4B3479

#4B3479
(75,52,121)
#45306E
(69,48,110)
#3F2C63
(63,44,99)
#392858
(57,40,88)
#33244D
(51,36,77)
#2D2042
(45,32,66)
#271C37
(39,28,55)
#21182C
(33,24,44)
#1B1421
(27,20,33)
#151016
(21,16,22)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B3479

#4B3479
(75,52,121)
#5B4685
(91,70,133)
#6B5891
(107,88,145)
#7B6A9D
(123,106,157)
#8B7CA9
(139,124,169)
#9B8EB5
(155,142,181)
#ABA0C1
(171,160,193)
#BBB2CD
(187,178,205)
#CBC4D9
(203,196,217)
#DBD6E5
(219,214,229)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3479 color. Also use rgb(75,52,121) instead hex code.

Text Font Color

.myTextColor { color: #4B3479; }

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

This text font color is #4B3479.


Background Color

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

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

This div background color is #4B3479.


Border color

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

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

This div border color is #4B3479.


Opacity

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

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

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

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

This text has shadow with #4B3479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3479 on black background.


Color preview on white background

This text has color #4B3479 on white background.



Black color preview on #4B3479 background

This text has black color on #4B3479 background.


White color preview on #4B3479 background

This text has white color on #4B3479 background.