COLOR #4B3093

HEX: #4B3093 RGB: (75,48,147)

Color info

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

RGB color model

#4B3093 color RGB value is (75,48,147).

RGB: (75,48,147) (29%, 19%, 58%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 147 of 255 = 58%

75
48
147

R + G + B ~ 35%. #4B3093 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 48 + 147 = 270 (100%)
R 75 of 270 ~ 27.78%
G 48 of 270 ~ 17.78%
B 147 of 270 ~ 54.44'%

%27.78
%17.78
%54.44

CMYK color model

#4B3093 color CMYK value is (49,67,0,42).

  • cyan value is 48.98%
  • magenta value is 67.35%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK: (49,67,0,42) C49M67Y0K42 (49%,67%,0%,42%) (0.49/0.67/0.00/0.42) 

CMYK percentages

%48.98
%67.35
%0
%42.35

Codes

Color #4B3093 in popluar color models

4B 30 93
RGB 75 48 147
HSL 256° 50.77% 38.24%
HSB/HSV 256° 67.35% 57.65%
CMYK 48.98% 67.35% 0.00%
42.35%

Color #4B3093 in popluar number systems.

HEX 4B 30 93
Decimal 75 48 147
Binary 1001011 110000 10010011
Octal 113 60 223

Shades and tints

Shades of #4B3093

#4B3093
(75,48,147)
#452C86
(69,44,134)
#3F2879
(63,40,121)
#39246C
(57,36,108)
#33205F
(51,32,95)
#2D1C52
(45,28,82)
#271845
(39,24,69)
#211438
(33,20,56)
#1B102B
(27,16,43)
#150C1E
(21,12,30)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #4B3093

#4B3093
(75,48,147)
#5B429C
(91,66,156)
#6B54A5
(107,84,165)
#7B66AE
(123,102,174)
#8B78B7
(139,120,183)
#9B8AC0
(155,138,192)
#AB9CC9
(171,156,201)
#BBAED2
(187,174,210)
#CBC0DB
(203,192,219)
#DBD2E4
(219,210,228)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3093 color. Also use rgb(75,48,147) instead hex code.

Text Font Color

.myTextColor { color: #4B3093; }

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

This text font color is #4B3093.

Background Color

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

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

This div background color is #4B3093.

Border color

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

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

This div border color is #4B3093.

Opacity

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

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

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

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

This text has shadow with #4B3093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3093.

Preview

Color preview on black background

This text has color #4B3093 on black background.


Color preview on white background

This text has color #4B3093 on white background.


Black color preview on #4B3093 background

This text has black color on #4B3093 background.


White color preview on #4B3093 background

This text has white color on #4B3093 background.


Related colors

Complementary color

Complementary color for #hex is #B4CF6C.


I love getcolorcode.com

Triadic colors

1 #934B30 and #30934B with #4B3093 are triadic colors.

2 #93304B and #304B93 with #4B3093 are triadic colors.