COLOR #461B69

HEX: #461B69
RGB: (70,27,105)

Color info

#461B69 contains mainly red and blue colors. Web safe color of #461B69 is #333366 (or #336).

RGB color model

#461B69 color RGB value is (70,27,105).

  • red value is 70;
  • green value is 27;
  • blue value is 105.
RGB:
(70,27,105)
(27%,11%,41%)

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 105 of 255 = 41%

70
27
105

R + G + B ~ 26%. #461B69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 105 = 202 (100%)
R 70 of 202 ~ 34.65%
G 27 of 202 ~ 13.37%
B 105 of 202 ~ 51.98%

%34.65
%13.37
%51.98

CMYK color model

#461B69 color CMYK value is (33,74,0,59).

  • cyan value is 33.33%
  • magenta value is 74.29%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(33,74,0,59)
C33M74Y0K59 
(33%,74%,0%,59%)
(0.33/0.74/0.00/0.59)	

CMYK percentages

%33.33
%74.29
%0
%58.82

Codes

Color #461B69 in popluar color models

461B69
RGB7027105
HSL273°59.09%25.88%
HSB/HSV273°74.29%41.18%
CMYK33.33%74.29%0.00%
58.82%

Color #461B69 in popluar number systems.

HEX461B69
Decimal7027105
Binary1000110110111101001
Octal10633151

Shades and tints

Shades of #461B69

#461B69
(70,27,105)
#401960
(64,25,96)
#3A1757
(58,23,87)
#34154E
(52,21,78)
#2E1345
(46,19,69)
#28113C
(40,17,60)
#220F33
(34,15,51)
#1C0D2A
(28,13,42)
#160B21
(22,11,33)
#100918
(16,9,24)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #461B69

#461B69
(70,27,105)
#562F76
(86,47,118)
#664383
(102,67,131)
#765790
(118,87,144)
#866B9D
(134,107,157)
#967FAA
(150,127,170)
#A693B7
(166,147,183)
#B6A7C4
(182,167,196)
#C6BBD1
(198,187,209)
#D6CFDE
(214,207,222)
#E6E3EB
(230,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461B69 color. Also use rgb(70,27,105) instead hex code.

Text Font Color

.myTextColor { color: #461B69; }

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

This text font color is #461B69.


Background Color

.myBgColor { background-color: #461B69; }

<div style="background-color:#461B69">Inner text</div>

This div background color is #461B69.


Border color

.myBorderColor { border: 1px solid #461B69; }

<div style="border:3px solid #461B69">Div</div>

This div border color is #461B69.


Opacity

.myOpacity80 { color: #461B69; opacity: 0.8; }

<p style="color:#461B69;opacity:0.8;">80%</p>

Text with #461B69 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 #461B69;}

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

This text has shadow with #461B69 color.

.textShadow {text-shadow: 3px 3px 1px #461B69, 3px 3px 1px red;}

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

This text has shadow with #461B69 primary color and red secondary color.


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

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

This text has shadow with #461B69 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B69 on black background.


Color preview on white background

This text has color #461B69 on white background.



Black color preview on #461B69 background

This text has black color on #461B69 background.


White color preview on #461B69 background

This text has white color on #461B69 background.