COLOR #4B6D7F

HEX: #4B6D7F
RGB: (75,109,127)

Renk bilgisi

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

RGB renk modeli

#4B6D7F color RGB value is (75,109,127).

  • kırmız ton 75;
  • yeşil ton 109;
  • mavi ton 127.
RGB:
(75,109,127)
(29%,43%,50%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 109 of 255 = 43%
B 127 of 255 = 50%

75
109
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 109 + 127 = 311 (100%)
R 75 of 311 ~ 24.12%
G 109 of 311 ~ 35.05%
B 127 of 311 ~ 40.84%

%24.12
%35.05
%40.84

CMYK RENK MODELİ

#4B6D7F rengi CMYK tonu (41,14,0,50).

  • camgöbeği tonu 40.94%
  • eflatun tonu 14.17%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(41,14,0,50)
C41M14Y0K50 
(41%,14%,0%,50%)
(0.41/0.14/0.00/0.50)	

CMYK yüzdeleri

%40.94
%14.17
%0
%50.2

Codes

Color #4B6D7F in popluar color models

4B6D7F
RGB75109127
HSL201°25.74%39.61%
HSB/HSV201°40.94%49.80%
CMYK40.94%14.17%0.00%
50.20%

Color #4B6D7F in popluar number systems.

HEX4B6D7F
Decimal75109127
Binary100101111011011111111
Octal113155177

Shades and tints

Shades of #4B6D7F

#4B6D7F
(75,109,127)
#456474
(69,100,116)
#3F5B69
(63,91,105)
#39525E
(57,82,94)
#334953
(51,73,83)
#2D4048
(45,64,72)
#27373D
(39,55,61)
#212E32
(33,46,50)
#1B2527
(27,37,39)
#151C1C
(21,28,28)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #4B6D7F

#4B6D7F
(75,109,127)
#5B7A8A
(91,122,138)
#6B8795
(107,135,149)
#7B94A0
(123,148,160)
#8BA1AB
(139,161,171)
#9BAEB6
(155,174,182)
#ABBBC1
(171,187,193)
#BBC8CC
(187,200,204)
#CBD5D7
(203,213,215)
#DBE2E2
(219,226,226)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6D7F color. Also use rgb(75,109,127) instead hex code.

Text Font Color

.myTextColor { color: #4B6D7F; }

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

This text font color is #4B6D7F.


Background Color

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

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

This div background color is #4B6D7F.


Border color

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

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

This div border color is #4B6D7F.


Opacity

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

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

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

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

This text has shadow with #4B6D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6D7F on black background.


Color preview on white background

This text has color #4B6D7F on white background.



Black color preview on #4B6D7F background

This text has black color on #4B6D7F background.


White color preview on #4B6D7F background

This text has white color on #4B6D7F background.