COLOR #4B73CD

HEX: #4B73CD
RGB: (75,115,205)

Color info

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

RGB color model

#4B73CD color RGB value is (75,115,205).

  • red value is 75;
  • green value is 115;
  • blue value is 205.
RGB:
(75,115,205)
(29%,45%,80%)

RGB channels and saturation

R 75 of 255 = 29%
G 115 of 255 = 45%
B 205 of 255 = 80%

75
115
205

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

Portions of RGB colors in percentages

R + G + B =
75 + 115 + 205 = 395 (100%)
R 75 of 395 ~ 18.99%
G 115 of 395 ~ 29.11%
B 205 of 395 ~ 51.9%

%18.99
%29.11
%51.9

CMYK color model

#4B73CD color CMYK value is (63,44,0,20).

  • cyan value is 63.41%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(63,44,0,20)
C63M44Y0K20 
(63%,44%,0%,20%)
(0.63/0.44/0.00/0.20)	

CMYK percentages

%63.41
%43.9
%0
%19.61

Codes

Color #4B73CD in popluar color models

4B73CD
RGB75115205
HSL222°56.52%54.90%
HSB/HSV222°63.41%80.39%
CMYK63.41%43.90%0.00%
19.61%

Color #4B73CD in popluar number systems.

HEX4B73CD
Decimal75115205
Binary1001011111001111001101
Octal113163315

Shades and tints

Shades of #4B73CD

#4B73CD
(75,115,205)
#4569BB
(69,105,187)
#3F5FA9
(63,95,169)
#395597
(57,85,151)
#334B85
(51,75,133)
#2D4173
(45,65,115)
#273761
(39,55,97)
#212D4F
(33,45,79)
#1B233D
(27,35,61)
#15192B
(21,25,43)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #4B73CD

#4B73CD
(75,115,205)
#5B7FD1
(91,127,209)
#6B8BD5
(107,139,213)
#7B97D9
(123,151,217)
#8BA3DD
(139,163,221)
#9BAFE1
(155,175,225)
#ABBBE5
(171,187,229)
#BBC7E9
(187,199,233)
#CBD3ED
(203,211,237)
#DBDFF1
(219,223,241)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B73CD; }

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

This text font color is #4B73CD.


Background Color

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

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

This div background color is #4B73CD.


Border color

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

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

This div border color is #4B73CD.


Opacity

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

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

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

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

This text has shadow with #4B73CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B73CD on black background.


Color preview on white background

This text has color #4B73CD on white background.



Black color preview on #4B73CD background

This text has black color on #4B73CD background.


White color preview on #4B73CD background

This text has white color on #4B73CD background.