COLOR #4B62B1

HEX: #4B62B1 RGB: (75,98,177)

Color info

#4B62B1 contains mainly blue color. Web safe color of #4B62B1 is #336699 (or #369).

RGB color model

#4B62B1 color RGB value is (75,98,177).

RGB: (75,98,177) (29%, 38%, 69%)

RGB channels and saturation

R 75 of 255 = 29%
G 98 of 255 = 38%
B 177 of 255 = 69%

75
98
177

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

Portions of RGB colors in percentages

R + G + B = 75 + 98 + 177 = 350 (100%)
R 75 of 350 ~ 21.43%
G 98 of 350 ~ 28%
B 177 of 350 ~ 50.57'%

%21.43
%28
%50.57

CMYK color model

#4B62B1 color CMYK value is (58,45,0,31).

  • cyan value is 57.63%
  • magenta value is 44.63%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (58,45,0,31)
C58M45Y0K31 (58%, 45%, 0%, 31%)
(0.58 / 0.45 / 0.00 / 0.31)

CMYK percentages

%57.63
%44.63
%0
%30.59

Codes

Color #4B62B1 in popluar color models

4B 62 B1
RGB 75 98 177
HSL 226° 40.48% 49.41%
HSB/HSV 226° 57.63% 69.41%
CMYK 57.63% 44.63% 0.00%
30.59%

Color #4B62B1 in popluar number systems.

HEX 4B 62 B1
Decimal 75 98 177
Binary 1001011 1100010 10110001
Octal 113 142 261

Shades and tints

Shades of #4B62B1

#4B62B1
(75,98,177)
#455AA1
(69,90,161)
#3F5291
(63,82,145)
#394A81
(57,74,129)
#334271
(51,66,113)
#2D3A61
(45,58,97)
#273251
(39,50,81)
#212A41
(33,42,65)
#1B2231
(27,34,49)
#151A21
(21,26,33)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #4B62B1

#4B62B1
(75,98,177)
#5B70B8
(91,112,184)
#6B7EBF
(107,126,191)
#7B8CC6
(123,140,198)
#8B9ACD
(139,154,205)
#9BA8D4
(155,168,212)
#ABB6DB
(171,182,219)
#BBC4E2
(187,196,226)
#CBD2E9
(203,210,233)
#DBE0F0
(219,224,240)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B62B1 color. Also use rgb(75,98,177) instead hex code.

Text Font Color

.myTextColor { color: #4B62B1; }

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

This text font color is #4B62B1.

Background Color

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

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

This div background color is #4B62B1.

Border color

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

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

This div border color is #4B62B1.

Opacity

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

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

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

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

This text has shadow with #4B62B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B62B1.

Preview

Color preview on black background

This text has color #4B62B1 on black background.


Color preview on white background

This text has color #4B62B1 on white background.


Black color preview on #4B62B1 background

This text has black color on #4B62B1 background.


White color preview on #4B62B1 background

This text has white color on #4B62B1 background.


Related colors

Complementary color

Complementary color for #hex is #B49D4E.


I love getcolorcode.com

Triadic colors

1 #B14B62 and #62B14B with #4B62B1 are triadic colors.

2 #B1624B and #624BB1 with #4B62B1 are triadic colors.