COLOR #4B1D62

HEX: #4B1D62
RGB: (75,29,98)

Color info

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

RGB color model

#4B1D62 color RGB value is (75,29,98).

  • red value is 75;
  • green value is 29;
  • blue value is 98.
RGB:
(75,29,98)
(29%,11%,38%)

RGB channels and saturation

R 75 of 255 = 29%
G 29 of 255 = 11%
B 98 of 255 = 38%

75
29
98

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

Portions of RGB colors in percentages

R + G + B =
75 + 29 + 98 = 202 (100%)
R 75 of 202 ~ 37.13%
G 29 of 202 ~ 14.36%
B 98 of 202 ~ 48.51%

%37.13
%14.36
%48.51

CMYK color model

#4B1D62 color CMYK value is (23,70,0,62).

  • cyan value is 23.47%
  • magenta value is 70.41%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(23,70,0,62)
C23M70Y0K62 
(23%,70%,0%,62%)
(0.23/0.70/0.00/0.62)	

CMYK percentages

%23.47
%70.41
%0
%61.57

Codes

Color #4B1D62 in popluar color models

4B1D62
RGB752998
HSL280°54.33%24.90%
HSB/HSV280°70.41%38.43%
CMYK23.47%70.41%0.00%
61.57%

Color #4B1D62 in popluar number systems.

HEX4B1D62
Decimal752998
Binary1001011111011100010
Octal11335142

Shades and tints

Shades of #4B1D62

#4B1D62
(75,29,98)
#451B5A
(69,27,90)
#3F1952
(63,25,82)
#39174A
(57,23,74)
#331542
(51,21,66)
#2D133A
(45,19,58)
#271132
(39,17,50)
#210F2A
(33,15,42)
#1B0D22
(27,13,34)
#150B1A
(21,11,26)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #4B1D62

#4B1D62
(75,29,98)
#5B3170
(91,49,112)
#6B457E
(107,69,126)
#7B598C
(123,89,140)
#8B6D9A
(139,109,154)
#9B81A8
(155,129,168)
#AB95B6
(171,149,182)
#BBA9C4
(187,169,196)
#CBBDD2
(203,189,210)
#DBD1E0
(219,209,224)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1D62 color. Also use rgb(75,29,98) instead hex code.

Text Font Color

.myTextColor { color: #4B1D62; }

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

This text font color is #4B1D62.


Background Color

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

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

This div background color is #4B1D62.


Border color

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

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

This div border color is #4B1D62.


Opacity

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

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

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

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

This text has shadow with #4B1D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1D62 on black background.


Color preview on white background

This text has color #4B1D62 on white background.



Black color preview on #4B1D62 background

This text has black color on #4B1D62 background.


White color preview on #4B1D62 background

This text has white color on #4B1D62 background.