COLOR #4B429D

HEX: #4B429D RGB: (75,66,157)

Color info

#4B429D contains mainly blue color. Web safe color of #4B429D is #333399 (or #339).

RGB color model

#4B429D color RGB value is (75,66,157).

RGB: (75,66,157) (29%, 26%, 62%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 157 of 255 = 62%

75
66
157

R + G + B ~ 39%. #4B429D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 66 + 157 = 298 (100%)
R 75 of 298 ~ 25.17%
G 66 of 298 ~ 22.15%
B 157 of 298 ~ 52.68'%

%25.17
%22.15
%52.68

CMYK color model

#4B429D color CMYK value is (52,58,0,38).

  • cyan value is 52.23%
  • magenta value is 57.96%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (52,58,0,38)
C52M58Y0K38 (52%, 58%, 0%, 38%)
(0.52 / 0.58 / 0.00 / 0.38)

CMYK percentages

%52.23
%57.96
%0
%38.43

Codes

Color #4B429D in popluar color models

4B 42 9D
RGB 75 66 157
HSL 246° 40.81% 43.73%
HSB/HSV 246° 57.96% 61.57%
CMYK 52.23% 57.96% 0.00%
38.43%

Color #4B429D in popluar number systems.

HEX 4B 42 9D
Decimal 75 66 157
Binary 1001011 1000010 10011101
Octal 113 102 235

Shades and tints

Shades of #4B429D

#4B429D
(75,66,157)
#453C8F
(69,60,143)
#3F3681
(63,54,129)
#393073
(57,48,115)
#332A65
(51,42,101)
#2D2457
(45,36,87)
#271E49
(39,30,73)
#21183B
(33,24,59)
#1B122D
(27,18,45)
#150C1F
(21,12,31)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #4B429D

#4B429D
(75,66,157)
#5B53A5
(91,83,165)
#6B64AD
(107,100,173)
#7B75B5
(123,117,181)
#8B86BD
(139,134,189)
#9B97C5
(155,151,197)
#ABA8CD
(171,168,205)
#BBB9D5
(187,185,213)
#CBCADD
(203,202,221)
#DBDBE5
(219,219,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B429D color. Also use rgb(75,66,157) instead hex code.

Text Font Color

.myTextColor { color: #4B429D; }

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

This text font color is #4B429D.

Background Color

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

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

This div background color is #4B429D.

Border color

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

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

This div border color is #4B429D.

Opacity

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

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

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

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

This text has shadow with #4B429D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B429D.

Preview

Color preview on black background

This text has color #4B429D on black background.


Color preview on white background

This text has color #4B429D on white background.


Black color preview on #4B429D background

This text has black color on #4B429D background.


White color preview on #4B429D background

This text has white color on #4B429D background.


Related colors

Complementary color

Complementary color for #hex is #B4BD62.


I love getcolorcode.com

Triadic colors

1 #9D4B42 and #429D4B with #4B429D are triadic colors.

2 #9D424B and #424B9D with #4B429D are triadic colors.