COLOR #4B596D

HEX: #4B596D
RGB: (75,89,109)

Renk bilgisi

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

RGB renk modeli

#4B596D color RGB value is (75,89,109).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 89 of 255 = 35%
B 109 of 255 = 43%

75
89
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 89 + 109 = 273 (100%)
R 75 of 273 ~ 27.47%
G 89 of 273 ~ 32.6%
B 109 of 273 ~ 39.93%

%27.47
%32.6
%39.93

CMYK RENK MODELİ

#4B596D rengi CMYK tonu (31,18,0,57).

  • camgöbeği tonu 31.19%
  • eflatun tonu 18.35%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(31,18,0,57)
C31M18Y0K57 
(31%,18%,0%,57%)
(0.31/0.18/0.00/0.57)	

CMYK yüzdeleri

%31.19
%18.35
%0
%57.25

Codes

Color #4B596D in popluar color models

4B596D
RGB7589109
HSL215°18.48%36.08%
HSB/HSV215°31.19%42.75%
CMYK31.19%18.35%0.00%
57.25%

Color #4B596D in popluar number systems.

HEX4B596D
Decimal7589109
Binary100101110110011101101
Octal113131155

Shades and tints

Shades of #4B596D

#4B596D
(75,89,109)
#455164
(69,81,100)
#3F495B
(63,73,91)
#394152
(57,65,82)
#333949
(51,57,73)
#2D3140
(45,49,64)
#272937
(39,41,55)
#21212E
(33,33,46)
#1B1925
(27,25,37)
#15111C
(21,17,28)
#0F0913
(15,9,19)
#000000
(0,0,0)

Tints of #4B596D

#4B596D
(75,89,109)
#5B687A
(91,104,122)
#6B7787
(107,119,135)
#7B8694
(123,134,148)
#8B95A1
(139,149,161)
#9BA4AE
(155,164,174)
#ABB3BB
(171,179,187)
#BBC2C8
(187,194,200)
#CBD1D5
(203,209,213)
#DBE0E2
(219,224,226)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B596D; }

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

This text font color is #4B596D.


Background Color

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

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

This div background color is #4B596D.


Border color

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

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

This div border color is #4B596D.


Opacity

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

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

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

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

This text has shadow with #4B596D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B596D on black background.


Color preview on white background

This text has color #4B596D on white background.



Black color preview on #4B596D background

This text has black color on #4B596D background.


White color preview on #4B596D background

This text has white color on #4B596D background.