COLOR #4B4473

HEX: #4B4473 RGB: (75,68,115)

Color info

#4B4473 contains red, green and blue colors in about the same proportion. Web safe color of #4B4473 is #333366 (or #336).

RGB color model

#4B4473 color RGB value is (75,68,115).

RGB: (75,68,115) (29%, 27%, 45%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 115 of 255 = 45%

75
68
115

R + G + B ~ 34%. #4B4473 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 68 + 115 = 258 (100%)
R 75 of 258 ~ 29.07%
G 68 of 258 ~ 26.36%
B 115 of 258 ~ 44.57'%

%29.07
%26.36
%44.57

CMYK color model

#4B4473 color CMYK value is (35,41,0,55).

  • cyan value is 34.78%
  • magenta value is 40.87%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (35,41,0,55)
C35M41Y0K55 (35%, 41%, 0%, 55%)
(0.35 / 0.41 / 0.00 / 0.55)

CMYK percentages

%34.78
%40.87
%0
%54.9

Codes

Color #4B4473 in popluar color models

4B 44 73
RGB 75 68 115
HSL 249° 25.68% 35.88%
HSB/HSV 249° 40.87% 45.10%
CMYK 34.78% 40.87% 0.00%
54.90%

Color #4B4473 in popluar number systems.

HEX 4B 44 73
Decimal 75 68 115
Binary 1001011 1000100 1110011
Octal 113 104 163

Shades and tints

Shades of #4B4473

#4B4473
(75,68,115)
#453E69
(69,62,105)
#3F385F
(63,56,95)
#393255
(57,50,85)
#332C4B
(51,44,75)
#2D2641
(45,38,65)
#272037
(39,32,55)
#211A2D
(33,26,45)
#1B1423
(27,20,35)
#150E19
(21,14,25)
#0F080F
(15,8,15)
#000000
(0,0,0)

Tints of #4B4473

#4B4473
(75,68,115)
#5B557F
(91,85,127)
#6B668B
(107,102,139)
#7B7797
(123,119,151)
#8B88A3
(139,136,163)
#9B99AF
(155,153,175)
#ABAABB
(171,170,187)
#BBBBC7
(187,187,199)
#CBCCD3
(203,204,211)
#DBDDDF
(219,221,223)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B4473; }

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

This text font color is #4B4473.

Background Color

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

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

This div background color is #4B4473.

Border color

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

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

This div border color is #4B4473.

Opacity

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

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

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

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

This text has shadow with #4B4473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4473.

Preview

Color preview on black background

This text has color #4B4473 on black background.


Color preview on white background

This text has color #4B4473 on white background.


Black color preview on #4B4473 background

This text has black color on #4B4473 background.


White color preview on #4B4473 background

This text has white color on #4B4473 background.


Related colors

Complementary color

Complementary color for #hex is #B4BB8C.


I love getcolorcode.com

Triadic colors

1 #734B44 and #44734B with #4B4473 are triadic colors.

2 #73444B and #444B73 with #4B4473 are triadic colors.