COLOR #4B255F

HEX: #4B255F RGB: (75,37,95)

Color info

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

RGB color model

#4B255F color RGB value is (75,37,95).

RGB: (75,37,95) (29%, 15%, 37%)

RGB channels and saturation

R 75 of 255 = 29%
G 37 of 255 = 15%
B 95 of 255 = 37%

75
37
95

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

Portions of RGB colors in percentages

R + G + B = 75 + 37 + 95 = 207 (100%)
R 75 of 207 ~ 36.23%
G 37 of 207 ~ 17.87%
B 95 of 207 ~ 45.89'%

%36.23
%17.87
%45.89

CMYK color model

#4B255F color CMYK value is (21,61,0,63).

  • cyan value is 21.05%
  • magenta value is 61.05%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (21,61,0,63)
C21M61Y0K63 (21%, 61%, 0%, 63%)
(0.21 / 0.61 / 0.00 / 0.63)

CMYK percentages

%21.05
%61.05
%0
%62.75

Codes

Color #4B255F in popluar color models

4B 25 5F
RGB 75 37 95
HSL 279° 43.94% 25.88%
HSB/HSV 279° 61.05% 37.25%
CMYK 21.05% 61.05% 0.00%
62.75%

Color #4B255F in popluar number systems.

HEX 4B 25 5F
Decimal 75 37 95
Binary 1001011 100101 1011111
Octal 113 45 137

Shades and tints

Shades of #4B255F

#4B255F
(75,37,95)
#452257
(69,34,87)
#3F1F4F
(63,31,79)
#391C47
(57,28,71)
#33193F
(51,25,63)
#2D1637
(45,22,55)
#27132F
(39,19,47)
#211027
(33,16,39)
#1B0D1F
(27,13,31)
#150A17
(21,10,23)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #4B255F

#4B255F
(75,37,95)
#5B386D
(91,56,109)
#6B4B7B
(107,75,123)
#7B5E89
(123,94,137)
#8B7197
(139,113,151)
#9B84A5
(155,132,165)
#AB97B3
(171,151,179)
#BBAAC1
(187,170,193)
#CBBDCF
(203,189,207)
#DBD0DD
(219,208,221)
#EBE3EB
(235,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B255F; }

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

This text font color is #4B255F.

Background Color

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

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

This div background color is #4B255F.

Border color

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

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

This div border color is #4B255F.

Opacity

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

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

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

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

This text has shadow with #4B255F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B255F.

Preview

Color preview on black background

This text has color #4B255F on black background.


Color preview on white background

This text has color #4B255F on white background.


Black color preview on #4B255F background

This text has black color on #4B255F background.


White color preview on #4B255F background

This text has white color on #4B255F background.


Related colors

Complementary color

Complementary color for #hex is #B4DAA0.


I love getcolorcode.com

Triadic colors

1 #5F4B25 and #255F4B with #4B255F are triadic colors.

2 #5F254B and #254B5F with #4B255F are triadic colors.