COLOR #461B6C

HEX: #461B6C
RGB: (70,27,108)

Color info

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

RGB color model

#461B6C color RGB value is (70,27,108).

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

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 108 of 255 = 42%

70
27
108

R + G + B ~ 27%. #461B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 108 = 205 (100%)
R 70 of 205 ~ 34.15%
G 27 of 205 ~ 13.17%
B 108 of 205 ~ 52.68%

%34.15
%13.17
%52.68

CMYK color model

#461B6C color CMYK value is (35,75,0,58).

  • cyan value is 35.19%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(35,75,0,58)
C35M75Y0K58 
(35%,75%,0%,58%)
(0.35/0.75/0.00/0.58)	

CMYK percentages

%35.19
%75
%0
%57.65

Codes

Color #461B6C in popluar color models

461B6C
RGB7027108
HSL272°60.00%26.47%
HSB/HSV272°75.00%42.35%
CMYK35.19%75.00%0.00%
57.65%

Color #461B6C in popluar number systems.

HEX461B6C
Decimal7027108
Binary1000110110111101100
Octal10633154

Shades and tints

Shades of #461B6C

#461B6C
(70,27,108)
#401963
(64,25,99)
#3A175A
(58,23,90)
#341551
(52,21,81)
#2E1348
(46,19,72)
#28113F
(40,17,63)
#220F36
(34,15,54)
#1C0D2D
(28,13,45)
#160B24
(22,11,36)
#10091B
(16,9,27)
#0A0712
(10,7,18)
#000000
(0,0,0)

Tints of #461B6C

#461B6C
(70,27,108)
#562F79
(86,47,121)
#664386
(102,67,134)
#765793
(118,87,147)
#866BA0
(134,107,160)
#967FAD
(150,127,173)
#A693BA
(166,147,186)
#B6A7C7
(182,167,199)
#C6BBD4
(198,187,212)
#D6CFE1
(214,207,225)
#E6E3EE
(230,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461B6C; }

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

This text font color is #461B6C.


Background Color

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

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

This div background color is #461B6C.


Border color

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

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

This div border color is #461B6C.


Opacity

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

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

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

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

This text has shadow with #461B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B6C on black background.


Color preview on white background

This text has color #461B6C on white background.



Black color preview on #461B6C background

This text has black color on #461B6C background.


White color preview on #461B6C background

This text has white color on #461B6C background.