COLOR #4B0655

HEX: #4B0655 RGB: (75,6,85)

Color info

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

RGB color model

#4B0655 color RGB value is (75,6,85).

RGB: (75,6,85) (29%, 2%, 33%)

RGB channels and saturation

R 75 of 255 = 29%
G 6 of 255 = 2%
B 85 of 255 = 33%

75
6
85

R + G + B ~ 21%. #4B0655 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 6 + 85 = 166 (100%)
R 75 of 166 ~ 45.18%
G 6 of 166 ~ 3.61%
B 85 of 166 ~ 51.2'%

%45.18
%51.2

CMYK color model

#4B0655 color CMYK value is (12,93,0,67).

  • cyan value is 11.76%
  • magenta value is 92.94%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (12,93,0,67)
C12M93Y0K67 (12%, 93%, 0%, 67%)
(0.12 / 0.93 / 0.00 / 0.67)

CMYK percentages

%11.76
%92.94
%0
%66.67

Codes

Color #4B0655 in popluar color models

4B 06 55
RGB 75 6 85
HSL 292° 86.81% 17.84%
HSB/HSV 292° 92.94% 33.33%
CMYK 11.76% 92.94% 0.00%
66.67%

Color #4B0655 in popluar number systems.

HEX 4B 06 55
Decimal 75 6 85
Binary 1001011 110 1010101
Octal 113 6 125

Shades and tints

Shades of #4B0655

#4B0655
(75,6,85)
#45064E
(69,6,78)
#3F0647
(63,6,71)
#390640
(57,6,64)
#330639
(51,6,57)
#2D0632
(45,6,50)
#27062B
(39,6,43)
#210624
(33,6,36)
#1B061D
(27,6,29)
#150616
(21,6,22)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #4B0655

#4B0655
(75,6,85)
#5B1C64
(91,28,100)
#6B3273
(107,50,115)
#7B4882
(123,72,130)
#8B5E91
(139,94,145)
#9B74A0
(155,116,160)
#AB8AAF
(171,138,175)
#BBA0BE
(187,160,190)
#CBB6CD
(203,182,205)
#DBCCDC
(219,204,220)
#EBE2EB
(235,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0655; }

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

This text font color is #4B0655.

Background Color

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

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

This div background color is #4B0655.

Border color

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

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

This div border color is #4B0655.

Opacity

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

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

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

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

This text has shadow with #4B0655 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0655.

Preview

Color preview on black background

This text has color #4B0655 on black background.


Color preview on white background

This text has color #4B0655 on white background.


Black color preview on #4B0655 background

This text has black color on #4B0655 background.


White color preview on #4B0655 background

This text has white color on #4B0655 background.


Related colors

Complementary color

Complementary color for #hex is #B4F9AA.


I love getcolorcode.com

Triadic colors

1 #554B06 and #06554B with #4B0655 are triadic colors.

2 #55064B and #064B55 with #4B0655 are triadic colors.