COLOR #4B3371

HEX: #4B3371
RGB: (75,51,113)

Renk bilgisi

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

RGB renk modeli

#4B3371 color RGB value is (75,51,113).

  • kırmız ton 75;
  • yeşil ton 51;
  • mavi ton 113.
RGB:
(75,51,113)
(29%,20%,44%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 51 of 255 = 20%
B 113 of 255 = 44%

75
51
113

R + G + B ~ 31%. #4B3371 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 51 + 113 = 239 (100%)
R 75 of 239 ~ 31.38%
G 51 of 239 ~ 21.34%
B 113 of 239 ~ 47.28%

%31.38
%21.34
%47.28

CMYK RENK MODELİ

#4B3371 rengi CMYK tonu (34,55,0,56).

  • camgöbeği tonu 33.63%
  • eflatun tonu 54.87%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(34,55,0,56)
C34M55Y0K56 
(34%,55%,0%,56%)
(0.34/0.55/0.00/0.56)	

CMYK yüzdeleri

%33.63
%54.87
%0
%55.69

Codes

Color #4B3371 in popluar color models

4B3371
RGB7551113
HSL263°37.80%32.16%
HSB/HSV263°54.87%44.31%
CMYK33.63%54.87%0.00%
55.69%

Color #4B3371 in popluar number systems.

HEX4B3371
Decimal7551113
Binary10010111100111110001
Octal11363161

Shades and tints

Shades of #4B3371

#4B3371
(75,51,113)
#452F67
(69,47,103)
#3F2B5D
(63,43,93)
#392753
(57,39,83)
#332349
(51,35,73)
#2D1F3F
(45,31,63)
#271B35
(39,27,53)
#21172B
(33,23,43)
#1B1321
(27,19,33)
#150F17
(21,15,23)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #4B3371

#4B3371
(75,51,113)
#5B457D
(91,69,125)
#6B5789
(107,87,137)
#7B6995
(123,105,149)
#8B7BA1
(139,123,161)
#9B8DAD
(155,141,173)
#AB9FB9
(171,159,185)
#BBB1C5
(187,177,197)
#CBC3D1
(203,195,209)
#DBD5DD
(219,213,221)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3371 color. Also use rgb(75,51,113) instead hex code.

Text Font Color

.myTextColor { color: #4B3371; }

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

This text font color is #4B3371.


Background Color

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

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

This div background color is #4B3371.


Border color

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

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

This div border color is #4B3371.


Opacity

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

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

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

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

This text has shadow with #4B3371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3371 on black background.


Color preview on white background

This text has color #4B3371 on white background.



Black color preview on #4B3371 background

This text has black color on #4B3371 background.


White color preview on #4B3371 background

This text has white color on #4B3371 background.