COLOR #4B7DEC

HEX: #4B7DEC RGB: (75,125,236)

Color info

#4B7DEC contains mainly blue color. Web safe color of #4B7DEC is #3366FF (or #36F).

RGB color model

#4B7DEC color RGB value is (75,125,236).

RGB: (75,125,236) (29%, 49%, 93%)

RGB channels and saturation

R 75 of 255 = 29%
G 125 of 255 = 49%
B 236 of 255 = 93%

75
125
236

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

Portions of RGB colors in percentages

R + G + B = 75 + 125 + 236 = 436 (100%)
R 75 of 436 ~ 17.2%
G 125 of 436 ~ 28.67%
B 236 of 436 ~ 54.13'%

%17.2
%28.67
%54.13

CMYK color model

#4B7DEC color CMYK value is (68,47,0,7).

  • cyan value is 68.22%
  • magenta value is 47.03%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (68,47,0,7)
C68M47Y0K7 (68%, 47%, 0%, 7%)
(0.68 / 0.47 / 0.00 / 0.07)

CMYK percentages

%68.22
%47.03
%0
%7.45

Codes

Color #4B7DEC in popluar color models

4B 7D EC
RGB 75 125 236
HSL 221° 80.90% 60.98%
HSB/HSV 221° 68.22% 92.55%
CMYK 68.22% 47.03% 0.00%
7.45%

Color #4B7DEC in popluar number systems.

HEX 4B 7D EC
Decimal 75 125 236
Binary 1001011 1111101 11101100
Octal 113 175 354

Shades and tints

Shades of #4B7DEC

#4B7DEC
(75,125,236)
#4572D7
(69,114,215)
#3F67C2
(63,103,194)
#395CAD
(57,92,173)
#335198
(51,81,152)
#2D4683
(45,70,131)
#273B6E
(39,59,110)
#213059
(33,48,89)
#1B2544
(27,37,68)
#151A2F
(21,26,47)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #4B7DEC

#4B7DEC
(75,125,236)
#5B88ED
(91,136,237)
#6B93EE
(107,147,238)
#7B9EEF
(123,158,239)
#8BA9F0
(139,169,240)
#9BB4F1
(155,180,241)
#ABBFF2
(171,191,242)
#BBCAF3
(187,202,243)
#CBD5F4
(203,213,244)
#DBE0F5
(219,224,245)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7DEC color. Also use rgb(75,125,236) instead hex code.

Text Font Color

.myTextColor { color: #4B7DEC; }

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

This text font color is #4B7DEC.

Background Color

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

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

This div background color is #4B7DEC.

Border color

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

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

This div border color is #4B7DEC.

Opacity

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

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

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

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

This text has shadow with #4B7DEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7DEC.

Preview

Color preview on black background

This text has color #4B7DEC on black background.


Color preview on white background

This text has color #4B7DEC on white background.


Black color preview on #4B7DEC background

This text has black color on #4B7DEC background.


White color preview on #4B7DEC background

This text has white color on #4B7DEC background.


Related colors

Complementary color

Complementary color for #hex is #B48213.


I love getcolorcode.com

Triadic colors

1 #EC4B7D and #7DEC4B with #4B7DEC are triadic colors.

2 #EC7D4B and #7D4BEC with #4B7DEC are triadic colors.