COLOR #4B0230

HEX: #4B0230 RGB: (75,2,48)

Color info

#4B0230 contains mainly red and blue colors. Web safe color of #4B0230 is #330033 (or #303).

RGB color model

#4B0230 color RGB value is (75,2,48).

RGB: (75,2,48) (29%, 1%, 19%)

RGB channels and saturation

R 75 of 255 = 29%
G 2 of 255 = 1%
B 48 of 255 = 19%

75
2
48

R + G + B ~ 16%. #4B0230 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 2 + 48 = 125 (100%)
R 75 of 125 ~ 60%
G 2 of 125 ~ 1.6%
B 48 of 125 ~ 38.4'%

%60
%38.4

CMYK color model

#4B0230 color CMYK value is (0,97,36,71).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 36.00%
  • key color value is 70.59%

CMYK: (0,97,36,71)
C0M97Y36K71 (0%, 97%, 36%, 71%)
(0.00 / 0.97 / 0.36 / 0.71)

CMYK percentages

%0
%97.33
%36
%70.59

Codes

Color #4B0230 in popluar color models

4B 02 30
RGB 75 2 48
HSL 322° 94.81% 15.10%
HSB/HSV 322° 97.33% 29.41%
CMYK 0.00% 97.33% 36.00%
70.59%

Color #4B0230 in popluar number systems.

HEX 4B 02 30
Decimal 75 2 48
Binary 1001011 10 110000
Octal 113 2 60

Shades and tints

Shades of #4B0230

#4B0230
(75,2,48)
#45022C
(69,2,44)
#3F0228
(63,2,40)
#390224
(57,2,36)
#330220
(51,2,32)
#2D021C
(45,2,28)
#270218
(39,2,24)
#210214
(33,2,20)
#1B0210
(27,2,16)
#15020C
(21,2,12)
#0F0208
(15,2,8)
#000000
(0,0,0)

Tints of #4B0230

#4B0230
(75,2,48)
#5B1942
(91,25,66)
#6B3054
(107,48,84)
#7B4766
(123,71,102)
#8B5E78
(139,94,120)
#9B758A
(155,117,138)
#AB8C9C
(171,140,156)
#BBA3AE
(187,163,174)
#CBBAC0
(203,186,192)
#DBD1D2
(219,209,210)
#EBE8E4
(235,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0230; }

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

This text font color is #4B0230.

Background Color

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

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

This div background color is #4B0230.

Border color

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

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

This div border color is #4B0230.

Opacity

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

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

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

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

This text has shadow with #4B0230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0230.

Preview

Color preview on black background

This text has color #4B0230 on black background.


Color preview on white background

This text has color #4B0230 on white background.


Black color preview on #4B0230 background

This text has black color on #4B0230 background.


White color preview on #4B0230 background

This text has white color on #4B0230 background.


Related colors

Complementary color

Complementary color for #hex is #B4FDCF.


I love getcolorcode.com

Triadic colors

1 #304B02 and #02304B with #4B0230 are triadic colors.

2 #30024B and #024B30 with #4B0230 are triadic colors.