COLOR #4B6496

HEX: #4B6496
RGB: (75,100,150)

Color info

#4B6496 contains mainly green and blue colors. Web safe color of #4B6496 is #336699 (or #369).

RGB color model

#4B6496 color RGB value is (75,100,150).

  • red value is 75;
  • green value is 100;
  • blue value is 150.
RGB:
(75,100,150)
(29%,39%,59%)

RGB channels and saturation

R 75 of 255 = 29%
G 100 of 255 = 39%
B 150 of 255 = 59%

75
100
150

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

Portions of RGB colors in percentages

R + G + B =
75 + 100 + 150 = 325 (100%)
R 75 of 325 ~ 23.08%
G 100 of 325 ~ 30.77%
B 150 of 325 ~ 46.15%

%23.08
%30.77
%46.15

CMYK color model

#4B6496 color CMYK value is (50,33,0,41).

  • cyan value is 50.00%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(50,33,0,41)
C50M33Y0K41 
(50%,33%,0%,41%)
(0.50/0.33/0.00/0.41)	

CMYK percentages

%50
%33.33
%0
%41.18

Codes

Color #4B6496 in popluar color models

4B6496
RGB75100150
HSL220°33.33%44.12%
HSB/HSV220°50.00%58.82%
CMYK50.00%33.33%0.00%
41.18%

Color #4B6496 in popluar number systems.

HEX4B6496
Decimal75100150
Binary1001011110010010010110
Octal113144226

Shades and tints

Shades of #4B6496

#4B6496
(75,100,150)
#455B89
(69,91,137)
#3F527C
(63,82,124)
#39496F
(57,73,111)
#334062
(51,64,98)
#2D3755
(45,55,85)
#272E48
(39,46,72)
#21253B
(33,37,59)
#1B1C2E
(27,28,46)
#151321
(21,19,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #4B6496

#4B6496
(75,100,150)
#5B729F
(91,114,159)
#6B80A8
(107,128,168)
#7B8EB1
(123,142,177)
#8B9CBA
(139,156,186)
#9BAAC3
(155,170,195)
#ABB8CC
(171,184,204)
#BBC6D5
(187,198,213)
#CBD4DE
(203,212,222)
#DBE2E7
(219,226,231)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6496 color. Also use rgb(75,100,150) instead hex code.

Text Font Color

.myTextColor { color: #4B6496; }

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

This text font color is #4B6496.


Background Color

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

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

This div background color is #4B6496.


Border color

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

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

This div border color is #4B6496.


Opacity

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

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

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

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

This text has shadow with #4B6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6496 on black background.


Color preview on white background

This text has color #4B6496 on white background.



Black color preview on #4B6496 background

This text has black color on #4B6496 background.


White color preview on #4B6496 background

This text has white color on #4B6496 background.