COLOR #4B4D6B

HEX: #4B4D6B
RGB: (75,77,107)

Renk bilgisi

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

RGB renk modeli

#4B4D6B color RGB value is (75,77,107).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 77 of 255 = 30%
B 107 of 255 = 42%

75
77
107

R + G + B ~ 34%. #4B4D6B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 77 + 107 = 259 (100%)
R 75 of 259 ~ 28.96%
G 77 of 259 ~ 29.73%
B 107 of 259 ~ 41.31%

%28.96
%29.73
%41.31

CMYK RENK MODELİ

#4B4D6B rengi CMYK tonu (30,28,0,58).

  • camgöbeği tonu 29.91%
  • eflatun tonu 28.04%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(30,28,0,58)
C30M28Y0K58 
(30%,28%,0%,58%)
(0.30/0.28/0.00/0.58)	

CMYK yüzdeleri

%29.91
%28.04
%0
%58.04

Codes

Color #4B4D6B in popluar color models

4B4D6B
RGB7577107
HSL236°17.58%35.69%
HSB/HSV236°29.91%41.96%
CMYK29.91%28.04%0.00%
58.04%

Color #4B4D6B in popluar number systems.

HEX4B4D6B
Decimal7577107
Binary100101110011011101011
Octal113115153

Shades and tints

Shades of #4B4D6B

#4B4D6B
(75,77,107)
#454662
(69,70,98)
#3F3F59
(63,63,89)
#393850
(57,56,80)
#333147
(51,49,71)
#2D2A3E
(45,42,62)
#272335
(39,35,53)
#211C2C
(33,28,44)
#1B1523
(27,21,35)
#150E1A
(21,14,26)
#0F0711
(15,7,17)
#000000
(0,0,0)

Tints of #4B4D6B

#4B4D6B
(75,77,107)
#5B5D78
(91,93,120)
#6B6D85
(107,109,133)
#7B7D92
(123,125,146)
#8B8D9F
(139,141,159)
#9B9DAC
(155,157,172)
#ABADB9
(171,173,185)
#BBBDC6
(187,189,198)
#CBCDD3
(203,205,211)
#DBDDE0
(219,221,224)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4D6B; }

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

This text font color is #4B4D6B.


Background Color

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

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

This div background color is #4B4D6B.


Border color

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

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

This div border color is #4B4D6B.


Opacity

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

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

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

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

This text has shadow with #4B4D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4D6B on black background.


Color preview on white background

This text has color #4B4D6B on white background.



Black color preview on #4B4D6B background

This text has black color on #4B4D6B background.


White color preview on #4B4D6B background

This text has white color on #4B4D6B background.