COLOR #4B5AA7

HEX: #4B5AA7 RGB: (75,90,167)

Color info

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

RGB color model

#4B5AA7 color RGB value is (75,90,167).

RGB: (75,90,167) (29%, 35%, 65%)

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 167 of 255 = 65%

75
90
167

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

Portions of RGB colors in percentages

R + G + B = 75 + 90 + 167 = 332 (100%)
R 75 of 332 ~ 22.59%
G 90 of 332 ~ 27.11%
B 167 of 332 ~ 50.3'%

%22.59
%27.11
%50.3

CMYK color model

#4B5AA7 color CMYK value is (55,46,0,35).

  • cyan value is 55.09%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (55,46,0,35)
C55M46Y0K35 (55%, 46%, 0%, 35%)
(0.55 / 0.46 / 0.00 / 0.35)

CMYK percentages

%55.09
%46.11
%0
%34.51

Codes

Color #4B5AA7 in popluar color models

4B 5A A7
RGB 75 90 167
HSL 230° 38.02% 47.45%
HSB/HSV 230° 55.09% 65.49%
CMYK 55.09% 46.11% 0.00%
34.51%

Color #4B5AA7 in popluar number systems.

HEX 4B 5A A7
Decimal 75 90 167
Binary 1001011 1011010 10100111
Octal 113 132 247

Shades and tints

Shades of #4B5AA7

#4B5AA7
(75,90,167)
#455298
(69,82,152)
#3F4A89
(63,74,137)
#39427A
(57,66,122)
#333A6B
(51,58,107)
#2D325C
(45,50,92)
#272A4D
(39,42,77)
#21223E
(33,34,62)
#1B1A2F
(27,26,47)
#151220
(21,18,32)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #4B5AA7

#4B5AA7
(75,90,167)
#5B69AF
(91,105,175)
#6B78B7
(107,120,183)
#7B87BF
(123,135,191)
#8B96C7
(139,150,199)
#9BA5CF
(155,165,207)
#ABB4D7
(171,180,215)
#BBC3DF
(187,195,223)
#CBD2E7
(203,210,231)
#DBE1EF
(219,225,239)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5AA7 color. Also use rgb(75,90,167) instead hex code.

Text Font Color

.myTextColor { color: #4B5AA7; }

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

This text font color is #4B5AA7.

Background Color

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

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

This div background color is #4B5AA7.

Border color

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

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

This div border color is #4B5AA7.

Opacity

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

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

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

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

This text has shadow with #4B5AA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5AA7.

Preview

Color preview on black background

This text has color #4B5AA7 on black background.


Color preview on white background

This text has color #4B5AA7 on white background.


Black color preview on #4B5AA7 background

This text has black color on #4B5AA7 background.


White color preview on #4B5AA7 background

This text has white color on #4B5AA7 background.


Related colors

Complementary color

Complementary color for #hex is #B4A558.


I love getcolorcode.com

Triadic colors

1 #A74B5A and #5AA74B with #4B5AA7 are triadic colors.

2 #A75A4B and #5A4BA7 with #4B5AA7 are triadic colors.