COLOR #4B3061

HEX: #4B3061
RGB: (75,48,97)

Color info

#4B3061 contains red, green and blue colors in about the same proportion. Web safe color of #4B3061 is #333366 (or #336).

RGB color model

#4B3061 color RGB value is (75,48,97).

  • red value is 75;
  • green value is 48;
  • blue value is 97.
RGB:
(75,48,97)
(29%,19%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 97 of 255 = 38%

75
48
97

R + G + B ~ 29%. #4B3061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 97 = 220 (100%)
R 75 of 220 ~ 34.09%
G 48 of 220 ~ 21.82%
B 97 of 220 ~ 44.09%

%34.09
%21.82
%44.09

CMYK color model

#4B3061 color CMYK value is (23,51,0,62).

  • cyan value is 22.68%
  • magenta value is 50.52%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(23,51,0,62)
C23M51Y0K62 
(23%,51%,0%,62%)
(0.23/0.51/0.00/0.62)	

CMYK percentages

%22.68
%50.52
%0
%61.96

Codes

Color #4B3061 in popluar color models

4B3061
RGB754897
HSL273°33.79%28.43%
HSB/HSV273°50.52%38.04%
CMYK22.68%50.52%0.00%
61.96%

Color #4B3061 in popluar number systems.

HEX4B3061
Decimal754897
Binary10010111100001100001
Octal11360141

Shades and tints

Shades of #4B3061

#4B3061
(75,48,97)
#452C59
(69,44,89)
#3F2851
(63,40,81)
#392449
(57,36,73)
#332041
(51,32,65)
#2D1C39
(45,28,57)
#271831
(39,24,49)
#211429
(33,20,41)
#1B1021
(27,16,33)
#150C19
(21,12,25)
#0F0811
(15,8,17)
#000000
(0,0,0)

Tints of #4B3061

#4B3061
(75,48,97)
#5B426F
(91,66,111)
#6B547D
(107,84,125)
#7B668B
(123,102,139)
#8B7899
(139,120,153)
#9B8AA7
(155,138,167)
#AB9CB5
(171,156,181)
#BBAEC3
(187,174,195)
#CBC0D1
(203,192,209)
#DBD2DF
(219,210,223)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3061; }

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

This text font color is #4B3061.


Background Color

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

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

This div background color is #4B3061.


Border color

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

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

This div border color is #4B3061.


Opacity

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

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

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

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

This text has shadow with #4B3061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3061 on black background.


Color preview on white background

This text has color #4B3061 on white background.



Black color preview on #4B3061 background

This text has black color on #4B3061 background.


White color preview on #4B3061 background

This text has white color on #4B3061 background.