COLOR #4B51A1

HEX: #4B51A1
RGB: (75,81,161)

Renk bilgisi

#4B51A1 contains mainly blue color. #4B51A1 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B51A1 color RGB value is (75,81,161).

  • kırmız ton 75;
  • yeşil ton 81;
  • mavi ton 161.
RGB:
(75,81,161)
(29%,32%,63%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 81 of 255 = 32%
B 161 of 255 = 63%

75
81
161

R + G + B ~ 41%. #4B51A1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 81 + 161 = 317 (100%)
R 75 of 317 ~ 23.66%
G 81 of 317 ~ 25.55%
B 161 of 317 ~ 50.79%

%23.66
%25.55
%50.79

CMYK RENK MODELİ

#4B51A1 rengi CMYK tonu (53,50,0,37).

  • camgöbeği tonu 53.42%
  • eflatun tonu 49.69%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(53,50,0,37)
C53M50Y0K37 
(53%,50%,0%,37%)
(0.53/0.50/0.00/0.37)	

CMYK yüzdeleri

%53.42
%49.69
%0
%36.86

Codes

Color #4B51A1 in popluar color models

4B51A1
RGB7581161
HSL236°36.44%46.27%
HSB/HSV236°53.42%63.14%
CMYK53.42%49.69%0.00%
36.86%

Color #4B51A1 in popluar number systems.

HEX4B51A1
Decimal7581161
Binary1001011101000110100001
Octal113121241

Shades and tints

Shades of #4B51A1

#4B51A1
(75,81,161)
#454A93
(69,74,147)
#3F4385
(63,67,133)
#393C77
(57,60,119)
#333569
(51,53,105)
#2D2E5B
(45,46,91)
#27274D
(39,39,77)
#21203F
(33,32,63)
#1B1931
(27,25,49)
#151223
(21,18,35)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #4B51A1

#4B51A1
(75,81,161)
#5B60A9
(91,96,169)
#6B6FB1
(107,111,177)
#7B7EB9
(123,126,185)
#8B8DC1
(139,141,193)
#9B9CC9
(155,156,201)
#ABABD1
(171,171,209)
#BBBAD9
(187,186,217)
#CBC9E1
(203,201,225)
#DBD8E9
(219,216,233)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B51A1 color. Also use rgb(75,81,161) instead hex code.

Text Font Color

.myTextColor { color: #4B51A1; }

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

This text font color is #4B51A1.


Background Color

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

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

This div background color is #4B51A1.


Border color

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

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

This div border color is #4B51A1.


Opacity

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

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

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

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

This text has shadow with #4B51A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B51A1 on black background.


Color preview on white background

This text has color #4B51A1 on white background.



Black color preview on #4B51A1 background

This text has black color on #4B51A1 background.


White color preview on #4B51A1 background

This text has white color on #4B51A1 background.