COLOR #4B6597

HEX: #4B6597
RGB: (75,101,151)

Renk bilgisi

#4B6597 contains mainly green and blue colors. #4B6597 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4B6597 color RGB value is (75,101,151).

  • kırmız ton 75;
  • yeşil ton 101;
  • mavi ton 151.
RGB:
(75,101,151)
(29%,40%,59%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 101 of 255 = 40%
B 151 of 255 = 59%

75
101
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 101 + 151 = 327 (100%)
R 75 of 327 ~ 22.94%
G 101 of 327 ~ 30.89%
B 151 of 327 ~ 46.18%

%22.94
%30.89
%46.18

CMYK RENK MODELİ

#4B6597 rengi CMYK tonu (50,33,0,41).

  • camgöbeği tonu 50.33%
  • eflatun tonu 33.11%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(50,33,0,41)
C50M33Y0K41 
(50%,33%,0%,41%)
(0.50/0.33/0.00/0.41)	

CMYK yüzdeleri

%50.33
%33.11
%0
%40.78

Codes

Color #4B6597 in popluar color models

4B6597
RGB75101151
HSL219°33.63%44.31%
HSB/HSV219°50.33%59.22%
CMYK50.33%33.11%0.00%
40.78%

Color #4B6597 in popluar number systems.

HEX4B6597
Decimal75101151
Binary1001011110010110010111
Octal113145227

Shades and tints

Shades of #4B6597

#4B6597
(75,101,151)
#455C8A
(69,92,138)
#3F537D
(63,83,125)
#394A70
(57,74,112)
#334163
(51,65,99)
#2D3856
(45,56,86)
#272F49
(39,47,73)
#21263C
(33,38,60)
#1B1D2F
(27,29,47)
#151422
(21,20,34)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #4B6597

#4B6597
(75,101,151)
#5B73A0
(91,115,160)
#6B81A9
(107,129,169)
#7B8FB2
(123,143,178)
#8B9DBB
(139,157,187)
#9BABC4
(155,171,196)
#ABB9CD
(171,185,205)
#BBC7D6
(187,199,214)
#CBD5DF
(203,213,223)
#DBE3E8
(219,227,232)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6597 color. Also use rgb(75,101,151) instead hex code.

Text Font Color

.myTextColor { color: #4B6597; }

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

This text font color is #4B6597.


Background Color

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

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

This div background color is #4B6597.


Border color

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

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

This div border color is #4B6597.


Opacity

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

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

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

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

This text has shadow with #4B6597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6597 on black background.


Color preview on white background

This text has color #4B6597 on white background.



Black color preview on #4B6597 background

This text has black color on #4B6597 background.


White color preview on #4B6597 background

This text has white color on #4B6597 background.