COLOR #4B4F8D

HEX: #4B4F8D
RGB: (75,79,141)

Renk bilgisi

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

RGB renk modeli

#4B4F8D color RGB value is (75,79,141).

  • kırmız ton 75;
  • yeşil ton 79;
  • mavi ton 141.
RGB:
(75,79,141)
(29%,31%,55%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 79 of 255 = 31%
B 141 of 255 = 55%

75
79
141

R + G + B ~ 38%. #4B4F8D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 79 + 141 = 295 (100%)
R 75 of 295 ~ 25.42%
G 79 of 295 ~ 26.78%
B 141 of 295 ~ 47.8%

%25.42
%26.78
%47.8

CMYK RENK MODELİ

#4B4F8D rengi CMYK tonu (47,44,0,45).

  • camgöbeği tonu 46.81%
  • eflatun tonu 43.97%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(47,44,0,45)
C47M44Y0K45 
(47%,44%,0%,45%)
(0.47/0.44/0.00/0.45)	

CMYK yüzdeleri

%46.81
%43.97
%0
%44.71

Codes

Color #4B4F8D in popluar color models

4B4F8D
RGB7579141
HSL236°30.56%42.35%
HSB/HSV236°46.81%55.29%
CMYK46.81%43.97%0.00%
44.71%

Color #4B4F8D in popluar number systems.

HEX4B4F8D
Decimal7579141
Binary1001011100111110001101
Octal113117215

Shades and tints

Shades of #4B4F8D

#4B4F8D
(75,79,141)
#454881
(69,72,129)
#3F4175
(63,65,117)
#393A69
(57,58,105)
#33335D
(51,51,93)
#2D2C51
(45,44,81)
#272545
(39,37,69)
#211E39
(33,30,57)
#1B172D
(27,23,45)
#151021
(21,16,33)
#0F0915
(15,9,21)
#000000
(0,0,0)

Tints of #4B4F8D

#4B4F8D
(75,79,141)
#5B5F97
(91,95,151)
#6B6FA1
(107,111,161)
#7B7FAB
(123,127,171)
#8B8FB5
(139,143,181)
#9B9FBF
(155,159,191)
#ABAFC9
(171,175,201)
#BBBFD3
(187,191,211)
#CBCFDD
(203,207,221)
#DBDFE7
(219,223,231)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4F8D color. Also use rgb(75,79,141) instead hex code.

Text Font Color

.myTextColor { color: #4B4F8D; }

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

This text font color is #4B4F8D.


Background Color

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

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

This div background color is #4B4F8D.


Border color

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

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

This div border color is #4B4F8D.


Opacity

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

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

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

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

This text has shadow with #4B4F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4F8D on black background.


Color preview on white background

This text has color #4B4F8D on white background.



Black color preview on #4B4F8D background

This text has black color on #4B4F8D background.


White color preview on #4B4F8D background

This text has white color on #4B4F8D background.