COLOR #4B057B

HEX: #4B057B
RGB: (75,5,123)

Color info

#4B057B contains mainly red and blue colors. Web safe color of #4B057B is #330066 (or #306).

RGB color model

#4B057B color RGB value is (75,5,123).

  • red value is 75;
  • green value is 5;
  • blue value is 123.
RGB:
(75,5,123)
(29%,2%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 5 of 255 = 2%
B 123 of 255 = 48%

75
5
123

R + G + B ~ 26%. #4B057B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 5 + 123 = 203 (100%)
R 75 of 203 ~ 36.95%
G 5 of 203 ~ 2.46%
B 123 of 203 ~ 60.59%

%36.95
%60.59

CMYK color model

#4B057B color CMYK value is (39,96,0,52).

  • cyan value is 39.02%
  • magenta value is 95.93%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,96,0,52)
C39M96Y0K52 
(39%,96%,0%,52%)
(0.39/0.96/0.00/0.52)	

CMYK percentages

%39.02
%95.93
%0
%51.76

Codes

Color #4B057B in popluar color models

4B057B
RGB755123
HSL276°92.19%25.10%
HSB/HSV276°95.93%48.24%
CMYK39.02%95.93%0.00%
51.76%

Color #4B057B in popluar number systems.

HEX4B057B
Decimal755123
Binary10010111011111011
Octal1135173

Shades and tints

Shades of #4B057B

#4B057B
(75,5,123)
#450570
(69,5,112)
#3F0565
(63,5,101)
#39055A
(57,5,90)
#33054F
(51,5,79)
#2D0544
(45,5,68)
#270539
(39,5,57)
#21052E
(33,5,46)
#1B0523
(27,5,35)
#150518
(21,5,24)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #4B057B

#4B057B
(75,5,123)
#5B1B87
(91,27,135)
#6B3193
(107,49,147)
#7B479F
(123,71,159)
#8B5DAB
(139,93,171)
#9B73B7
(155,115,183)
#AB89C3
(171,137,195)
#BB9FCF
(187,159,207)
#CBB5DB
(203,181,219)
#DBCBE7
(219,203,231)
#EBE1F3
(235,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B057B; }

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

This text font color is #4B057B.


Background Color

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

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

This div background color is #4B057B.


Border color

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

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

This div border color is #4B057B.


Opacity

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

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

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

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

This text has shadow with #4B057B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B057B on black background.


Color preview on white background

This text has color #4B057B on white background.



Black color preview on #4B057B background

This text has black color on #4B057B background.


White color preview on #4B057B background

This text has white color on #4B057B background.