COLOR #4B60B5

HEX: #4B60B5
RGB: (75,96,181)

Color info

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

RGB color model

#4B60B5 color RGB value is (75,96,181).

  • red value is 75;
  • green value is 96;
  • blue value is 181.
RGB:
(75,96,181)
(29%,38%,71%)

RGB channels and saturation

R 75 of 255 = 29%
G 96 of 255 = 38%
B 181 of 255 = 71%

75
96
181

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

Portions of RGB colors in percentages

R + G + B =
75 + 96 + 181 = 352 (100%)
R 75 of 352 ~ 21.31%
G 96 of 352 ~ 27.27%
B 181 of 352 ~ 51.42%

%21.31
%27.27
%51.42

CMYK color model

#4B60B5 color CMYK value is (59,47,0,29).

  • cyan value is 58.56%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(59,47,0,29)
C59M47Y0K29 
(59%,47%,0%,29%)
(0.59/0.47/0.00/0.29)	

CMYK percentages

%58.56
%46.96
%0
%29.02

Codes

Color #4B60B5 in popluar color models

4B60B5
RGB7596181
HSL228°41.73%50.20%
HSB/HSV228°58.56%70.98%
CMYK58.56%46.96%0.00%
29.02%

Color #4B60B5 in popluar number systems.

HEX4B60B5
Decimal7596181
Binary1001011110000010110101
Octal113140265

Shades and tints

Shades of #4B60B5

#4B60B5
(75,96,181)
#4558A5
(69,88,165)
#3F5095
(63,80,149)
#394885
(57,72,133)
#334075
(51,64,117)
#2D3865
(45,56,101)
#273055
(39,48,85)
#212845
(33,40,69)
#1B2035
(27,32,53)
#151825
(21,24,37)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #4B60B5

#4B60B5
(75,96,181)
#5B6EBB
(91,110,187)
#6B7CC1
(107,124,193)
#7B8AC7
(123,138,199)
#8B98CD
(139,152,205)
#9BA6D3
(155,166,211)
#ABB4D9
(171,180,217)
#BBC2DF
(187,194,223)
#CBD0E5
(203,208,229)
#DBDEEB
(219,222,235)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B60B5; }

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

This text font color is #4B60B5.


Background Color

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

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

This div background color is #4B60B5.


Border color

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

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

This div border color is #4B60B5.


Opacity

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

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

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

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

This text has shadow with #4B60B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B60B5 on black background.


Color preview on white background

This text has color #4B60B5 on white background.



Black color preview on #4B60B5 background

This text has black color on #4B60B5 background.


White color preview on #4B60B5 background

This text has white color on #4B60B5 background.