COLOR #4B3070

HEX: #4B3070 RGB: (75,48,112)

Color info

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

RGB color model

#4B3070 color RGB value is (75,48,112).

RGB: (75,48,112) (29%, 19%, 44%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 112 of 255 = 44%

75
48
112

R + G + B ~ 31%. #4B3070 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 48 + 112 = 235 (100%)
R 75 of 235 ~ 31.91%
G 48 of 235 ~ 20.43%
B 112 of 235 ~ 47.66'%

%31.91
%20.43
%47.66

CMYK color model

#4B3070 color CMYK value is (33,57,0,56).

  • cyan value is 33.04%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK: (33,57,0,56) C33M57Y0K56 (33%,57%,0%,56%) (0.33/0.57/0.00/0.56) 

CMYK percentages

%33.04
%57.14
%0
%56.08

Codes

Color #4B3070 in popluar color models

4B 30 70
RGB 75 48 112
HSL 265° 40.00% 31.37%
HSB/HSV 265° 57.14% 43.92%
CMYK 33.04% 57.14% 0.00%
56.08%

Color #4B3070 in popluar number systems.

HEX 4B 30 70
Decimal 75 48 112
Binary 1001011 110000 1110000
Octal 113 60 160

Shades and tints

Shades of #4B3070

#4B3070
(75,48,112)
#452C66
(69,44,102)
#3F285C
(63,40,92)
#392452
(57,36,82)
#332048
(51,32,72)
#2D1C3E
(45,28,62)
#271834
(39,24,52)
#21142A
(33,20,42)
#1B1020
(27,16,32)
#150C16
(21,12,22)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #4B3070

#4B3070
(75,48,112)
#5B427D
(91,66,125)
#6B548A
(107,84,138)
#7B6697
(123,102,151)
#8B78A4
(139,120,164)
#9B8AB1
(155,138,177)
#AB9CBE
(171,156,190)
#BBAECB
(187,174,203)
#CBC0D8
(203,192,216)
#DBD2E5
(219,210,229)
#EBE4F2
(235,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3070; }

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

This text font color is #4B3070.

Background Color

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

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

This div background color is #4B3070.

Border color

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

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

This div border color is #4B3070.

Opacity

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

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

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

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

This text has shadow with #4B3070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B3070.

Preview

Color preview on black background

This text has color #4B3070 on black background.


Color preview on white background

This text has color #4B3070 on white background.


Black color preview on #4B3070 background

This text has black color on #4B3070 background.


White color preview on #4B3070 background

This text has white color on #4B3070 background.


Related colors

Complementary color

Complementary color for #hex is #B4CF8F.


I love getcolorcode.com

Triadic colors

1 #704B30 and #30704B with #4B3070 are triadic colors.

2 #70304B and #304B70 with #4B3070 are triadic colors.