COLOR #4B379A

HEX: #4B379A
RGB: (75,55,154)

Renk bilgisi

#4B379A contains mainly blue color. #4B379A ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4B379A color RGB value is (75,55,154).

  • kırmız ton 75;
  • yeşil ton 55;
  • mavi ton 154.
RGB:
(75,55,154)
(29%,22%,60%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 55 of 255 = 22%
B 154 of 255 = 60%

75
55
154

R + G + B ~ 37%. #4B379A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 55 + 154 = 284 (100%)
R 75 of 284 ~ 26.41%
G 55 of 284 ~ 19.37%
B 154 of 284 ~ 54.23%

%26.41
%19.37
%54.23

CMYK RENK MODELİ

#4B379A rengi CMYK tonu (51,64,0,40).

  • camgöbeği tonu 51.30%
  • eflatun tonu 64.29%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(51,64,0,40)
C51M64Y0K40 
(51%,64%,0%,40%)
(0.51/0.64/0.00/0.40)	

CMYK yüzdeleri

%51.3
%64.29
%0
%39.61

Codes

Color #4B379A in popluar color models

4B379A
RGB7555154
HSL252°47.37%40.98%
HSB/HSV252°64.29%60.39%
CMYK51.30%64.29%0.00%
39.61%

Color #4B379A in popluar number systems.

HEX4B379A
Decimal7555154
Binary100101111011110011010
Octal11367232

Shades and tints

Shades of #4B379A

#4B379A
(75,55,154)
#45328C
(69,50,140)
#3F2D7E
(63,45,126)
#392870
(57,40,112)
#332362
(51,35,98)
#2D1E54
(45,30,84)
#271946
(39,25,70)
#211438
(33,20,56)
#1B0F2A
(27,15,42)
#150A1C
(21,10,28)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #4B379A

#4B379A
(75,55,154)
#5B49A3
(91,73,163)
#6B5BAC
(107,91,172)
#7B6DB5
(123,109,181)
#8B7FBE
(139,127,190)
#9B91C7
(155,145,199)
#ABA3D0
(171,163,208)
#BBB5D9
(187,181,217)
#CBC7E2
(203,199,226)
#DBD9EB
(219,217,235)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B379A color. Also use rgb(75,55,154) instead hex code.

Text Font Color

.myTextColor { color: #4B379A; }

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

This text font color is #4B379A.


Background Color

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

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

This div background color is #4B379A.


Border color

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

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

This div border color is #4B379A.


Opacity

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

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

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

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

This text has shadow with #4B379A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B379A on black background.


Color preview on white background

This text has color #4B379A on white background.



Black color preview on #4B379A background

This text has black color on #4B379A background.


White color preview on #4B379A background

This text has white color on #4B379A background.