COLOR #4B4E81

HEX: #4B4E81
RGB: (75,78,129)

Renk bilgisi

#4B4E81 contains red, green and blue colors in about the same proportion. #4B4E81 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B4E81 color RGB value is (75,78,129).

  • kırmız ton 75;
  • yeşil ton 78;
  • mavi ton 129.
RGB:
(75,78,129)
(29%,31%,51%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 78 of 255 = 31%
B 129 of 255 = 51%

75
78
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 78 + 129 = 282 (100%)
R 75 of 282 ~ 26.6%
G 78 of 282 ~ 27.66%
B 129 of 282 ~ 45.74%

%26.6
%27.66
%45.74

CMYK RENK MODELİ

#4B4E81 rengi CMYK tonu (42,40,0,49).

  • camgöbeği tonu 41.86%
  • eflatun tonu 39.53%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(42,40,0,49)
C42M40Y0K49 
(42%,40%,0%,49%)
(0.42/0.40/0.00/0.49)	

CMYK yüzdeleri

%41.86
%39.53
%0
%49.41

Codes

Color #4B4E81 in popluar color models

4B4E81
RGB7578129
HSL237°26.47%40.00%
HSB/HSV237°41.86%50.59%
CMYK41.86%39.53%0.00%
49.41%

Color #4B4E81 in popluar number systems.

HEX4B4E81
Decimal7578129
Binary1001011100111010000001
Octal113116201

Shades and tints

Shades of #4B4E81

#4B4E81
(75,78,129)
#454776
(69,71,118)
#3F406B
(63,64,107)
#393960
(57,57,96)
#333255
(51,50,85)
#2D2B4A
(45,43,74)
#27243F
(39,36,63)
#211D34
(33,29,52)
#1B1629
(27,22,41)
#150F1E
(21,15,30)
#0F0813
(15,8,19)
#000000
(0,0,0)

Tints of #4B4E81

#4B4E81
(75,78,129)
#5B5E8C
(91,94,140)
#6B6E97
(107,110,151)
#7B7EA2
(123,126,162)
#8B8EAD
(139,142,173)
#9B9EB8
(155,158,184)
#ABAEC3
(171,174,195)
#BBBECE
(187,190,206)
#CBCED9
(203,206,217)
#DBDEE4
(219,222,228)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4E81 color. Also use rgb(75,78,129) instead hex code.

Text Font Color

.myTextColor { color: #4B4E81; }

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

This text font color is #4B4E81.


Background Color

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

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

This div background color is #4B4E81.


Border color

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

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

This div border color is #4B4E81.


Opacity

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

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

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

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

This text has shadow with #4B4E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4E81 on black background.


Color preview on white background

This text has color #4B4E81 on white background.



Black color preview on #4B4E81 background

This text has black color on #4B4E81 background.


White color preview on #4B4E81 background

This text has white color on #4B4E81 background.