COLOR #4B37A6

HEX: #4B37A6
RGB: (75,55,166)

Renk bilgisi

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

RGB renk modeli

#4B37A6 color RGB value is (75,55,166).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 55 of 255 = 22%
B 166 of 255 = 65%

75
55
166

R + G + B ~ 39%. #4B37A6 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 55 + 166 = 296 (100%)
R 75 of 296 ~ 25.34%
G 55 of 296 ~ 18.58%
B 166 of 296 ~ 56.08%

%25.34
%18.58
%56.08

CMYK RENK MODELİ

#4B37A6 rengi CMYK tonu (55,67,0,35).

  • camgöbeği tonu 54.82%
  • eflatun tonu 66.87%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(55,67,0,35)
C55M67Y0K35 
(55%,67%,0%,35%)
(0.55/0.67/0.00/0.35)	

CMYK yüzdeleri

%54.82
%66.87
%0
%34.9

Codes

Color #4B37A6 in popluar color models

4B37A6
RGB7555166
HSL251°50.23%43.33%
HSB/HSV251°66.87%65.10%
CMYK54.82%66.87%0.00%
34.90%

Color #4B37A6 in popluar number systems.

HEX4B37A6
Decimal7555166
Binary100101111011110100110
Octal11367246

Shades and tints

Shades of #4B37A6

#4B37A6
(75,55,166)
#453297
(69,50,151)
#3F2D88
(63,45,136)
#392879
(57,40,121)
#33236A
(51,35,106)
#2D1E5B
(45,30,91)
#27194C
(39,25,76)
#21143D
(33,20,61)
#1B0F2E
(27,15,46)
#150A1F
(21,10,31)
#0F0510
(15,5,16)
#000000
(0,0,0)

Tints of #4B37A6

#4B37A6
(75,55,166)
#5B49AE
(91,73,174)
#6B5BB6
(107,91,182)
#7B6DBE
(123,109,190)
#8B7FC6
(139,127,198)
#9B91CE
(155,145,206)
#ABA3D6
(171,163,214)
#BBB5DE
(187,181,222)
#CBC7E6
(203,199,230)
#DBD9EE
(219,217,238)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B37A6; }

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

This text font color is #4B37A6.


Background Color

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

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

This div background color is #4B37A6.


Border color

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

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

This div border color is #4B37A6.


Opacity

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

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

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

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

This text has shadow with #4B37A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B37A6 on black background.


Color preview on white background

This text has color #4B37A6 on white background.



Black color preview on #4B37A6 background

This text has black color on #4B37A6 background.


White color preview on #4B37A6 background

This text has white color on #4B37A6 background.