COLOR #4B0458

HEX: #4B0458
RGB: (75,4,88)

Color info

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

RGB color model

#4B0458 color RGB value is (75,4,88).

  • red value is 75;
  • green value is 4;
  • blue value is 88.
RGB:
(75,4,88)
(29%,2%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 4 of 255 = 2%
B 88 of 255 = 35%

75
4
88

R + G + B ~ 22%. #4B0458 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 4 + 88 = 167 (100%)
R 75 of 167 ~ 44.91%
G 4 of 167 ~ 2.4%
B 88 of 167 ~ 52.69%

%44.91
%52.69

CMYK color model

#4B0458 color CMYK value is (15,95,0,65).

  • cyan value is 14.77%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(15,95,0,65)
C15M95Y0K65 
(15%,95%,0%,65%)
(0.15/0.95/0.00/0.65)	

CMYK percentages

%14.77
%95.45
%0
%65.49

Codes

Color #4B0458 in popluar color models

4B0458
RGB75488
HSL291°91.30%18.04%
HSB/HSV291°95.45%34.51%
CMYK14.77%95.45%0.00%
65.49%

Color #4B0458 in popluar number systems.

HEX4B0458
Decimal75488
Binary10010111001011000
Octal1134130

Shades and tints

Shades of #4B0458

#4B0458
(75,4,88)
#450450
(69,4,80)
#3F0448
(63,4,72)
#390440
(57,4,64)
#330438
(51,4,56)
#2D0430
(45,4,48)
#270428
(39,4,40)
#210420
(33,4,32)
#1B0418
(27,4,24)
#150410
(21,4,16)
#0F0408
(15,4,8)
#000000
(0,0,0)

Tints of #4B0458

#4B0458
(75,4,88)
#5B1A67
(91,26,103)
#6B3076
(107,48,118)
#7B4685
(123,70,133)
#8B5C94
(139,92,148)
#9B72A3
(155,114,163)
#AB88B2
(171,136,178)
#BB9EC1
(187,158,193)
#CBB4D0
(203,180,208)
#DBCADF
(219,202,223)
#EBE0EE
(235,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0458; }

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

This text font color is #4B0458.


Background Color

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

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

This div background color is #4B0458.


Border color

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

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

This div border color is #4B0458.


Opacity

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

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

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

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

This text has shadow with #4B0458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0458 on black background.


Color preview on white background

This text has color #4B0458 on white background.



Black color preview on #4B0458 background

This text has black color on #4B0458 background.


White color preview on #4B0458 background

This text has white color on #4B0458 background.