COLOR #4B4D7D

HEX: #4B4D7D
RGB: (75,77,125)

Renk bilgisi

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

RGB renk modeli

#4B4D7D color RGB value is (75,77,125).

  • kırmız ton 75;
  • yeşil ton 77;
  • mavi ton 125.
RGB:
(75,77,125)
(29%,30%,49%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 77 of 255 = 30%
B 125 of 255 = 49%

75
77
125

R + G + B ~ 36%. #4B4D7D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 77 + 125 = 277 (100%)
R 75 of 277 ~ 27.08%
G 77 of 277 ~ 27.8%
B 125 of 277 ~ 45.13%

%27.08
%27.8
%45.13

CMYK RENK MODELİ

#4B4D7D rengi CMYK tonu (40,38,0,51).

  • camgöbeği tonu 40.00%
  • eflatun tonu 38.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(40,38,0,51)
C40M38Y0K51 
(40%,38%,0%,51%)
(0.40/0.38/0.00/0.51)	

CMYK yüzdeleri

%40
%38.4
%0
%50.98

Codes

Color #4B4D7D in popluar color models

4B4D7D
RGB7577125
HSL238°25.00%39.22%
HSB/HSV238°40.00%49.02%
CMYK40.00%38.40%0.00%
50.98%

Color #4B4D7D in popluar number systems.

HEX4B4D7D
Decimal7577125
Binary100101110011011111101
Octal113115175

Shades and tints

Shades of #4B4D7D

#4B4D7D
(75,77,125)
#454672
(69,70,114)
#3F3F67
(63,63,103)
#39385C
(57,56,92)
#333151
(51,49,81)
#2D2A46
(45,42,70)
#27233B
(39,35,59)
#211C30
(33,28,48)
#1B1525
(27,21,37)
#150E1A
(21,14,26)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #4B4D7D

#4B4D7D
(75,77,125)
#5B5D88
(91,93,136)
#6B6D93
(107,109,147)
#7B7D9E
(123,125,158)
#8B8DA9
(139,141,169)
#9B9DB4
(155,157,180)
#ABADBF
(171,173,191)
#BBBDCA
(187,189,202)
#CBCDD5
(203,205,213)
#DBDDE0
(219,221,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4D7D color. Also use rgb(75,77,125) instead hex code.

Text Font Color

.myTextColor { color: #4B4D7D; }

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

This text font color is #4B4D7D.


Background Color

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

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

This div background color is #4B4D7D.


Border color

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

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

This div border color is #4B4D7D.


Opacity

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

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

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

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

This text has shadow with #4B4D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D7D on black background.


Color preview on white background

This text has color #4B4D7D on white background.



Black color preview on #4B4D7D background

This text has black color on #4B4D7D background.


White color preview on #4B4D7D background

This text has white color on #4B4D7D background.