COLOR #461488

HEX: #461488
RGB: (70,20,136)

Color info

#461488 contains mainly blue color. Web safe color of #461488 is #330099 (or #309).

RGB color model

#461488 color RGB value is (70,20,136).

  • red value is 70;
  • green value is 20;
  • blue value is 136.
RGB:
(70,20,136)
(27%,8%,53%)

RGB channels and saturation

R 70 of 255 = 27%
G 20 of 255 = 8%
B 136 of 255 = 53%

70
20
136

R + G + B ~ 29%. #461488 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 20 + 136 = 226 (100%)
R 70 of 226 ~ 30.97%
G 20 of 226 ~ 8.85%
B 136 of 226 ~ 60.18%

%30.97
%60.18

CMYK color model

#461488 color CMYK value is (49,85,0,47).

  • cyan value is 48.53%
  • magenta value is 85.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,85,0,47)
C49M85Y0K47 
(49%,85%,0%,47%)
(0.49/0.85/0.00/0.47)	

CMYK percentages

%48.53
%85.29
%0
%46.67

Codes

Color #461488 in popluar color models

461488
RGB7020136
HSL266°74.36%30.59%
HSB/HSV266°85.29%53.33%
CMYK48.53%85.29%0.00%
46.67%

Color #461488 in popluar number systems.

HEX461488
Decimal7020136
Binary10001101010010001000
Octal10624210

Shades and tints

Shades of #461488

#461488
(70,20,136)
#40137C
(64,19,124)
#3A1270
(58,18,112)
#341164
(52,17,100)
#2E1058
(46,16,88)
#280F4C
(40,15,76)
#220E40
(34,14,64)
#1C0D34
(28,13,52)
#160C28
(22,12,40)
#100B1C
(16,11,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #461488

#461488
(70,20,136)
#562992
(86,41,146)
#663E9C
(102,62,156)
#7653A6
(118,83,166)
#8668B0
(134,104,176)
#967DBA
(150,125,186)
#A692C4
(166,146,196)
#B6A7CE
(182,167,206)
#C6BCD8
(198,188,216)
#D6D1E2
(214,209,226)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461488 color. Also use rgb(70,20,136) instead hex code.

Text Font Color

.myTextColor { color: #461488; }

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

This text font color is #461488.


Background Color

.myBgColor { background-color: #461488; }

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

This div background color is #461488.


Border color

.myBorderColor { border: 1px solid #461488; }

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

This div border color is #461488.


Opacity

.myOpacity80 { color: #461488; opacity: 0.8; }

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

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

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

This text has shadow with #461488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461488 on black background.


Color preview on white background

This text has color #461488 on white background.



Black color preview on #461488 background

This text has black color on #461488 background.


White color preview on #461488 background

This text has white color on #461488 background.