COLOR #4B73B5

HEX: #4B73B5 RGB: (75,115,181)

Color info

#4B73B5 contains mainly blue color. Web safe color of #4B73B5 is #3366CC (or #36C).

RGB color model

#4B73B5 color RGB value is (75,115,181).

RGB: (75,115,181) (29%, 45%, 71%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 181 of 255 = 71%

75
115
181

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

Portions of RGB colors in percentages

R + G + B = 75 + 115 + 181 = 371 (100%)
R 75 of 371 ~ 20.22%
G 115 of 371 ~ 31%
B 181 of 371 ~ 48.79'%

%20.22
%31
%48.79

CMYK color model

#4B73B5 color CMYK value is (59,36,0,29).

  • cyan value is 58.56%
  • magenta value is 36.46%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (59,36,0,29)
C59M36Y0K29 (59%, 36%, 0%, 29%)
(0.59 / 0.36 / 0.00 / 0.29)

CMYK percentages

%58.56
%36.46
%0
%29.02

Codes

Color #4B73B5 in popluar color models

4B 73 B5
RGB 75 115 181
HSL 217° 41.73% 50.20%
HSB/HSV 217° 58.56% 70.98%
CMYK 58.56% 36.46% 0.00%
29.02%

Color #4B73B5 in popluar number systems.

HEX 4B 73 B5
Decimal 75 115 181
Binary 1001011 1110011 10110101
Octal 113 163 265

Shades and tints

Shades of #4B73B5

#4B73B5
(75,115,181)
#4569A5
(69,105,165)
#3F5F95
(63,95,149)
#395585
(57,85,133)
#334B75
(51,75,117)
#2D4165
(45,65,101)
#273755
(39,55,85)
#212D45
(33,45,69)
#1B2335
(27,35,53)
#151925
(21,25,37)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #4B73B5

#4B73B5
(75,115,181)
#5B7FBB
(91,127,187)
#6B8BC1
(107,139,193)
#7B97C7
(123,151,199)
#8BA3CD
(139,163,205)
#9BAFD3
(155,175,211)
#ABBBD9
(171,187,217)
#BBC7DF
(187,199,223)
#CBD3E5
(203,211,229)
#DBDFEB
(219,223,235)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B73B5 color. Also use rgb(75,115,181) instead hex code.

Text Font Color

.myTextColor { color: #4B73B5; }

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

This text font color is #4B73B5.

Background Color

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

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

This div background color is #4B73B5.

Border color

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

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

This div border color is #4B73B5.

Opacity

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

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

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

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

This text has shadow with #4B73B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B73B5.

Preview

Color preview on black background

This text has color #4B73B5 on black background.


Color preview on white background

This text has color #4B73B5 on white background.


Black color preview on #4B73B5 background

This text has black color on #4B73B5 background.


White color preview on #4B73B5 background

This text has white color on #4B73B5 background.


Related colors

Complementary color

Complementary color for #hex is #B48C4A.


I love getcolorcode.com

Triadic colors

1 #B54B73 and #73B54B with #4B73B5 are triadic colors.

2 #B5734B and #734BB5 with #4B73B5 are triadic colors.