COLOR #4B6CAB

HEX: #4B6CAB
RGB: (75,108,171)

Color info

#4B6CAB contains mainly blue color. Web safe color of #4B6CAB is #336699 (or #369).

RGB color model

#4B6CAB color RGB value is (75,108,171).

  • red value is 75;
  • green value is 108;
  • blue value is 171.
RGB:
(75,108,171)
(29%,42%,67%)

RGB channels and saturation

R 75 of 255 = 29%
G 108 of 255 = 42%
B 171 of 255 = 67%

75
108
171

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

Portions of RGB colors in percentages

R + G + B =
75 + 108 + 171 = 354 (100%)
R 75 of 354 ~ 21.19%
G 108 of 354 ~ 30.51%
B 171 of 354 ~ 48.31%

%21.19
%30.51
%48.31

CMYK color model

#4B6CAB color CMYK value is (56,37,0,33).

  • cyan value is 56.14%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(56,37,0,33)
C56M37Y0K33 
(56%,37%,0%,33%)
(0.56/0.37/0.00/0.33)	

CMYK percentages

%56.14
%36.84
%0
%32.94

Codes

Color #4B6CAB in popluar color models

4B6CAB
RGB75108171
HSL219°39.02%48.24%
HSB/HSV219°56.14%67.06%
CMYK56.14%36.84%0.00%
32.94%

Color #4B6CAB in popluar number systems.

HEX4B6CAB
Decimal75108171
Binary1001011110110010101011
Octal113154253

Shades and tints

Shades of #4B6CAB

#4B6CAB
(75,108,171)
#45639C
(69,99,156)
#3F5A8D
(63,90,141)
#39517E
(57,81,126)
#33486F
(51,72,111)
#2D3F60
(45,63,96)
#273651
(39,54,81)
#212D42
(33,45,66)
#1B2433
(27,36,51)
#151B24
(21,27,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #4B6CAB

#4B6CAB
(75,108,171)
#5B79B2
(91,121,178)
#6B86B9
(107,134,185)
#7B93C0
(123,147,192)
#8BA0C7
(139,160,199)
#9BADCE
(155,173,206)
#ABBAD5
(171,186,213)
#BBC7DC
(187,199,220)
#CBD4E3
(203,212,227)
#DBE1EA
(219,225,234)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6CAB color. Also use rgb(75,108,171) instead hex code.

Text Font Color

.myTextColor { color: #4B6CAB; }

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

This text font color is #4B6CAB.


Background Color

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

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

This div background color is #4B6CAB.


Border color

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

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

This div border color is #4B6CAB.


Opacity

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

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

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

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

This text has shadow with #4B6CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6CAB on black background.


Color preview on white background

This text has color #4B6CAB on white background.



Black color preview on #4B6CAB background

This text has black color on #4B6CAB background.


White color preview on #4B6CAB background

This text has white color on #4B6CAB background.