COLOR #4B4782

HEX: #4B4782 RGB: (75,71,130)

Color info

#4B4782 contains red, green and blue colors in about the same proportion. Web safe color of #4B4782 is #333399 (or #339).

RGB color model

#4B4782 color RGB value is (75,71,130).

RGB: (75,71,130) (29%, 28%, 51%)

RGB channels and saturation

R 75 of 255 = 29%
G 71 of 255 = 28%
B 130 of 255 = 51%

75
71
130

R + G + B ~ 36%. #4B4782 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 71 + 130 = 276 (100%)
R 75 of 276 ~ 27.17%
G 71 of 276 ~ 25.72%
B 130 of 276 ~ 47.1'%

%27.17
%25.72
%47.1

CMYK color model

#4B4782 color CMYK value is (42,45,0,49).

  • cyan value is 42.31%
  • magenta value is 45.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (42,45,0,49)
C42M45Y0K49 (42%, 45%, 0%, 49%)
(0.42 / 0.45 / 0.00 / 0.49)

CMYK percentages

%42.31
%45.38
%0
%49.02

Codes

Color #4B4782 in popluar color models

4B 47 82
RGB 75 71 130
HSL 244° 29.35% 39.41%
HSB/HSV 244° 45.38% 50.98%
CMYK 42.31% 45.38% 0.00%
49.02%

Color #4B4782 in popluar number systems.

HEX 4B 47 82
Decimal 75 71 130
Binary 1001011 1000111 10000010
Octal 113 107 202

Shades and tints

Shades of #4B4782

#4B4782
(75,71,130)
#454177
(69,65,119)
#3F3B6C
(63,59,108)
#393561
(57,53,97)
#332F56
(51,47,86)
#2D294B
(45,41,75)
#272340
(39,35,64)
#211D35
(33,29,53)
#1B172A
(27,23,42)
#15111F
(21,17,31)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #4B4782

#4B4782
(75,71,130)
#5B578D
(91,87,141)
#6B6798
(107,103,152)
#7B77A3
(123,119,163)
#8B87AE
(139,135,174)
#9B97B9
(155,151,185)
#ABA7C4
(171,167,196)
#BBB7CF
(187,183,207)
#CBC7DA
(203,199,218)
#DBD7E5
(219,215,229)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4782 color. Also use rgb(75,71,130) instead hex code.

Text Font Color

.myTextColor { color: #4B4782; }

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

This text font color is #4B4782.

Background Color

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

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

This div background color is #4B4782.

Border color

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

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

This div border color is #4B4782.

Opacity

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

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

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

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

This text has shadow with #4B4782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4782.

Preview

Color preview on black background

This text has color #4B4782 on black background.


Color preview on white background

This text has color #4B4782 on white background.


Black color preview on #4B4782 background

This text has black color on #4B4782 background.


White color preview on #4B4782 background

This text has white color on #4B4782 background.


Related colors

Complementary color

Complementary color for #hex is #B4B87D.


I love getcolorcode.com

Triadic colors

1 #824B47 and #47824B with #4B4782 are triadic colors.

2 #82474B and #474B82 with #4B4782 are triadic colors.