COLOR #4B6AB1

HEX: #4B6AB1 RGB: (75,106,177)

Color info

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

RGB color model

#4B6AB1 color RGB value is (75,106,177).

RGB: (75,106,177) (29%, 42%, 69%)

RGB channels and saturation

R 75 of 255 = 29%
G 106 of 255 = 42%
B 177 of 255 = 69%

75
106
177

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

Portions of RGB colors in percentages

R + G + B = 75 + 106 + 177 = 358 (100%)
R 75 of 358 ~ 20.95%
G 106 of 358 ~ 29.61%
B 177 of 358 ~ 49.44'%

%20.95
%29.61
%49.44

CMYK color model

#4B6AB1 color CMYK value is (58,40,0,31).

  • cyan value is 57.63%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (58,40,0,31)
C58M40Y0K31 (58%, 40%, 0%, 31%)
(0.58 / 0.40 / 0.00 / 0.31)

CMYK percentages

%57.63
%40.11
%0
%30.59

Codes

Color #4B6AB1 in popluar color models

4B 6A B1
RGB 75 106 177
HSL 222° 40.48% 49.41%
HSB/HSV 222° 57.63% 69.41%
CMYK 57.63% 40.11% 0.00%
30.59%

Color #4B6AB1 in popluar number systems.

HEX 4B 6A B1
Decimal 75 106 177
Binary 1001011 1101010 10110001
Octal 113 152 261

Shades and tints

Shades of #4B6AB1

#4B6AB1
(75,106,177)
#4561A1
(69,97,161)
#3F5891
(63,88,145)
#394F81
(57,79,129)
#334671
(51,70,113)
#2D3D61
(45,61,97)
#273451
(39,52,81)
#212B41
(33,43,65)
#1B2231
(27,34,49)
#151921
(21,25,33)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #4B6AB1

#4B6AB1
(75,106,177)
#5B77B8
(91,119,184)
#6B84BF
(107,132,191)
#7B91C6
(123,145,198)
#8B9ECD
(139,158,205)
#9BABD4
(155,171,212)
#ABB8DB
(171,184,219)
#BBC5E2
(187,197,226)
#CBD2E9
(203,210,233)
#DBDFF0
(219,223,240)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6AB1 color. Also use rgb(75,106,177) instead hex code.

Text Font Color

.myTextColor { color: #4B6AB1; }

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

This text font color is #4B6AB1.

Background Color

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

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

This div background color is #4B6AB1.

Border color

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

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

This div border color is #4B6AB1.

Opacity

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

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

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

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

This text has shadow with #4B6AB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B6AB1.

Preview

Color preview on black background

This text has color #4B6AB1 on black background.


Color preview on white background

This text has color #4B6AB1 on white background.


Black color preview on #4B6AB1 background

This text has black color on #4B6AB1 background.


White color preview on #4B6AB1 background

This text has white color on #4B6AB1 background.


Related colors

Complementary color

Complementary color for #hex is #B4954E.


I love getcolorcode.com

Triadic colors

1 #B14B6A and #6AB14B with #4B6AB1 are triadic colors.

2 #B16A4B and #6A4BB1 with #4B6AB1 are triadic colors.