COLOR #4B347B

HEX: #4B347B RGB: (75,52,123)

Color info

#4B347B contains mainly red and blue colors. Web safe color of #4B347B is #333366 (or #336).

RGB color model

#4B347B color RGB value is (75,52,123).

RGB: (75,52,123) (29%, 20%, 48%)

RGB channels and saturation

R 75 of 255 = 29%
G 52 of 255 = 20%
B 123 of 255 = 48%

75
52
123

R + G + B ~ 32%. #4B347B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 52 + 123 = 250 (100%)
R 75 of 250 ~ 30%
G 52 of 250 ~ 20.8%
B 123 of 250 ~ 49.2'%

%30
%20.8
%49.2

CMYK color model

#4B347B color CMYK value is (39,58,0,52).

  • cyan value is 39.02%
  • magenta value is 57.72%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (39,58,0,52) C39M58Y0K52 (39%,58%,0%,52%) (0.39/0.58/0.00/0.52) 

CMYK percentages

%39.02
%57.72
%0
%51.76

Codes

Color #4B347B in popluar color models

4B 34 7B
RGB 75 52 123
HSL 259° 40.57% 34.31%
HSB/HSV 259° 57.72% 48.24%
CMYK 39.02% 57.72% 0.00%
51.76%

Color #4B347B in popluar number systems.

HEX 4B 34 7B
Decimal 75 52 123
Binary 1001011 110100 1111011
Octal 113 64 173

Shades and tints

Shades of #4B347B

#4B347B
(75,52,123)
#453070
(69,48,112)
#3F2C65
(63,44,101)
#39285A
(57,40,90)
#33244F
(51,36,79)
#2D2044
(45,32,68)
#271C39
(39,28,57)
#21182E
(33,24,46)
#1B1423
(27,20,35)
#151018
(21,16,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B347B

#4B347B
(75,52,123)
#5B4687
(91,70,135)
#6B5893
(107,88,147)
#7B6A9F
(123,106,159)
#8B7CAB
(139,124,171)
#9B8EB7
(155,142,183)
#ABA0C3
(171,160,195)
#BBB2CF
(187,178,207)
#CBC4DB
(203,196,219)
#DBD6E7
(219,214,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B347B color. Also use rgb(75,52,123) instead hex code.

Text Font Color

.myTextColor { color: #4B347B; }

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

This text font color is #4B347B.

Background Color

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

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

This div background color is #4B347B.

Border color

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

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

This div border color is #4B347B.

Opacity

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

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

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

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

This text has shadow with #4B347B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B347B.

Preview

Color preview on black background

This text has color #4B347B on black background.


Color preview on white background

This text has color #4B347B on white background.


Black color preview on #4B347B background

This text has black color on #4B347B background.


White color preview on #4B347B background

This text has white color on #4B347B background.


Related colors

Complementary color

Complementary color for #hex is #B4CB84.


I love getcolorcode.com

Triadic colors

1 #7B4B34 and #347B4B with #4B347B are triadic colors.

2 #7B344B and #344B7B with #4B347B are triadic colors.