COLOR #4B72D5

HEX: #4B72D5 RGB: (75,114,213)

Color info

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

RGB color model

#4B72D5 color RGB value is (75,114,213).

RGB: (75,114,213) (29%, 45%, 84%)

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 213 of 255 = 84%

75
114
213

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

Portions of RGB colors in percentages

R + G + B = 75 + 114 + 213 = 402 (100%)
R 75 of 402 ~ 18.66%
G 114 of 402 ~ 28.36%
B 213 of 402 ~ 52.99'%

%18.66
%28.36
%52.99

CMYK color model

#4B72D5 color CMYK value is (65,46,0,16).

  • cyan value is 64.79%
  • magenta value is 46.48%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (65,46,0,16)
C65M46Y0K16 (65%, 46%, 0%, 16%)
(0.65 / 0.46 / 0.00 / 0.16)

CMYK percentages

%64.79
%46.48
%0
%16.47

Codes

Color #4B72D5 in popluar color models

4B 72 D5
RGB 75 114 213
HSL 223° 62.16% 56.47%
HSB/HSV 223° 64.79% 83.53%
CMYK 64.79% 46.48% 0.00%
16.47%

Color #4B72D5 in popluar number systems.

HEX 4B 72 D5
Decimal 75 114 213
Binary 1001011 1110010 11010101
Octal 113 162 325

Shades and tints

Shades of #4B72D5

#4B72D5
(75,114,213)
#4568C2
(69,104,194)
#3F5EAF
(63,94,175)
#39549C
(57,84,156)
#334A89
(51,74,137)
#2D4076
(45,64,118)
#273663
(39,54,99)
#212C50
(33,44,80)
#1B223D
(27,34,61)
#15182A
(21,24,42)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #4B72D5

#4B72D5
(75,114,213)
#5B7ED8
(91,126,216)
#6B8ADB
(107,138,219)
#7B96DE
(123,150,222)
#8BA2E1
(139,162,225)
#9BAEE4
(155,174,228)
#ABBAE7
(171,186,231)
#BBC6EA
(187,198,234)
#CBD2ED
(203,210,237)
#DBDEF0
(219,222,240)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B72D5 color. Also use rgb(75,114,213) instead hex code.

Text Font Color

.myTextColor { color: #4B72D5; }

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

This text font color is #4B72D5.

Background Color

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

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

This div background color is #4B72D5.

Border color

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

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

This div border color is #4B72D5.

Opacity

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

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

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

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

This text has shadow with #4B72D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B72D5.

Preview

Color preview on black background

This text has color #4B72D5 on black background.


Color preview on white background

This text has color #4B72D5 on white background.


Black color preview on #4B72D5 background

This text has black color on #4B72D5 background.


White color preview on #4B72D5 background

This text has white color on #4B72D5 background.


Related colors

Complementary color

Complementary color for #hex is #B48D2A.


I love getcolorcode.com

Triadic colors

1 #D54B72 and #72D54B with #4B72D5 are triadic colors.

2 #D5724B and #724BD5 with #4B72D5 are triadic colors.