COLOR #4B295A

HEX: #4B295A
RGB: (75,41,90)

Color info

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

RGB color model

#4B295A color RGB value is (75,41,90).

  • red value is 75;
  • green value is 41;
  • blue value is 90.
RGB:
(75,41,90)
(29%,16%,35%)

RGB channels and saturation

R 75 of 255 = 29%
G 41 of 255 = 16%
B 90 of 255 = 35%

75
41
90

R + G + B ~ 27%. #4B295A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 41 + 90 = 206 (100%)
R 75 of 206 ~ 36.41%
G 41 of 206 ~ 19.9%
B 90 of 206 ~ 43.69%

%36.41
%19.9
%43.69

CMYK color model

#4B295A color CMYK value is (17,54,0,65).

  • cyan value is 16.67%
  • magenta value is 54.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(17,54,0,65)
C17M54Y0K65 
(17%,54%,0%,65%)
(0.17/0.54/0.00/0.65)	

CMYK percentages

%16.67
%54.44
%0
%64.71

Codes

Color #4B295A in popluar color models

4B295A
RGB754190
HSL282°37.40%25.69%
HSB/HSV282°54.44%35.29%
CMYK16.67%54.44%0.00%
64.71%

Color #4B295A in popluar number systems.

HEX4B295A
Decimal754190
Binary10010111010011011010
Octal11351132

Shades and tints

Shades of #4B295A

#4B295A
(75,41,90)
#452652
(69,38,82)
#3F234A
(63,35,74)
#392042
(57,32,66)
#331D3A
(51,29,58)
#2D1A32
(45,26,50)
#27172A
(39,23,42)
#211422
(33,20,34)
#1B111A
(27,17,26)
#150E12
(21,14,18)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #4B295A

#4B295A
(75,41,90)
#5B3C69
(91,60,105)
#6B4F78
(107,79,120)
#7B6287
(123,98,135)
#8B7596
(139,117,150)
#9B88A5
(155,136,165)
#AB9BB4
(171,155,180)
#BBAEC3
(187,174,195)
#CBC1D2
(203,193,210)
#DBD4E1
(219,212,225)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B295A; }

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

This text font color is #4B295A.


Background Color

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

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

This div background color is #4B295A.


Border color

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

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

This div border color is #4B295A.


Opacity

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

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

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

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

This text has shadow with #4B295A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B295A on black background.


Color preview on white background

This text has color #4B295A on white background.



Black color preview on #4B295A background

This text has black color on #4B295A background.


White color preview on #4B295A background

This text has white color on #4B295A background.