COLOR #4B5C9A

HEX: #4B5C9A RGB: (75,92,154)

Color info

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

RGB color model

#4B5C9A color RGB value is (75,92,154).

RGB: (75,92,154) (29%, 36%, 60%)

RGB channels and saturation

R 75 of 255 = 29%
G 92 of 255 = 36%
B 154 of 255 = 60%

75
92
154

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

Portions of RGB colors in percentages

R + G + B = 75 + 92 + 154 = 321 (100%)
R 75 of 321 ~ 23.36%
G 92 of 321 ~ 28.66%
B 154 of 321 ~ 47.98'%

%23.36
%28.66
%47.98

CMYK color model

#4B5C9A color CMYK value is (51,40,0,40).

  • cyan value is 51.30%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (51,40,0,40)
C51M40Y0K40 (51%, 40%, 0%, 40%)
(0.51 / 0.40 / 0.00 / 0.40)

CMYK percentages

%51.3
%40.26
%0
%39.61

Codes

Color #4B5C9A in popluar color models

4B 5C 9A
RGB 75 92 154
HSL 227° 34.50% 44.90%
HSB/HSV 227° 51.30% 60.39%
CMYK 51.30% 40.26% 0.00%
39.61%

Color #4B5C9A in popluar number systems.

HEX 4B 5C 9A
Decimal 75 92 154
Binary 1001011 1011100 10011010
Octal 113 134 232

Shades and tints

Shades of #4B5C9A

#4B5C9A
(75,92,154)
#45548C
(69,84,140)
#3F4C7E
(63,76,126)
#394470
(57,68,112)
#333C62
(51,60,98)
#2D3454
(45,52,84)
#272C46
(39,44,70)
#212438
(33,36,56)
#1B1C2A
(27,28,42)
#15141C
(21,20,28)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B5C9A

#4B5C9A
(75,92,154)
#5B6AA3
(91,106,163)
#6B78AC
(107,120,172)
#7B86B5
(123,134,181)
#8B94BE
(139,148,190)
#9BA2C7
(155,162,199)
#ABB0D0
(171,176,208)
#BBBED9
(187,190,217)
#CBCCE2
(203,204,226)
#DBDAEB
(219,218,235)
#EBE8F4
(235,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5C9A color. Also use rgb(75,92,154) instead hex code.

Text Font Color

.myTextColor { color: #4B5C9A; }

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

This text font color is #4B5C9A.

Background Color

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

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

This div background color is #4B5C9A.

Border color

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

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

This div border color is #4B5C9A.

Opacity

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

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

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

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

This text has shadow with #4B5C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5C9A.

Preview

Color preview on black background

This text has color #4B5C9A on black background.


Color preview on white background

This text has color #4B5C9A on white background.


Black color preview on #4B5C9A background

This text has black color on #4B5C9A background.


White color preview on #4B5C9A background

This text has white color on #4B5C9A background.


Related colors

Complementary color

Complementary color for #hex is #B4A365.


I love getcolorcode.com

Triadic colors

1 #9A4B5C and #5C9A4B with #4B5C9A are triadic colors.

2 #9A5C4B and #5C4B9A with #4B5C9A are triadic colors.