COLOR #492BDB

HEX: #492BDB
RGB: (73,43,219)

Color info

#492BDB contains mainly blue color. Web safe color of #492BDB is #3333CC (or #33C).

RGB color model

#492BDB color RGB value is (73,43,219).

  • red value is 73;
  • green value is 43;
  • blue value is 219.
RGB:
(73,43,219)
(29%,17%,86%)

RGB channels and saturation

R 73 of 255 = 29%
G 43 of 255 = 17%
B 219 of 255 = 86%

73
43
219

R + G + B ~ 44%. #492BDB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 43 + 219 = 335 (100%)
R 73 of 335 ~ 21.79%
G 43 of 335 ~ 12.84%
B 219 of 335 ~ 65.37%

%21.79
%12.84
%65.37

CMYK color model

#492BDB color CMYK value is (67,80,0,14).

  • cyan value is 66.67%
  • magenta value is 80.37%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(67,80,0,14)
C67M80Y0K14 
(67%,80%,0%,14%)
(0.67/0.80/0.00/0.14)	

CMYK percentages

%66.67
%80.37
%0
%14.12

Codes

Color #492BDB in popluar color models

492BDB
RGB7343219
HSL250°70.97%51.37%
HSB/HSV250°80.37%85.88%
CMYK66.67%80.37%0.00%
14.12%

Color #492BDB in popluar number systems.

HEX492BDB
Decimal7343219
Binary100100110101111011011
Octal11153333

Shades and tints

Shades of #492BDB

#492BDB
(73,43,219)
#4328C8
(67,40,200)
#3D25B5
(61,37,181)
#3722A2
(55,34,162)
#311F8F
(49,31,143)
#2B1C7C
(43,28,124)
#251969
(37,25,105)
#1F1656
(31,22,86)
#191343
(25,19,67)
#131030
(19,16,48)
#0D0D1D
(13,13,29)
#000000
(0,0,0)

Tints of #492BDB

#492BDB
(73,43,219)
#593EDE
(89,62,222)
#6951E1
(105,81,225)
#7964E4
(121,100,228)
#8977E7
(137,119,231)
#998AEA
(153,138,234)
#A99DED
(169,157,237)
#B9B0F0
(185,176,240)
#C9C3F3
(201,195,243)
#D9D6F6
(217,214,246)
#E9E9F9
(233,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492BDB color. Also use rgb(73,43,219) instead hex code.

Text Font Color

.myTextColor { color: #492BDB; }

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

This text font color is #492BDB.


Background Color

.myBgColor { background-color: #492BDB; }

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

This div background color is #492BDB.


Border color

.myBorderColor { border: 1px solid #492BDB; }

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

This div border color is #492BDB.


Opacity

.myOpacity80 { color: #492BDB; opacity: 0.8; }

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

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

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

This text has shadow with #492BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492BDB on black background.


Color preview on white background

This text has color #492BDB on white background.



Black color preview on #492BDB background

This text has black color on #492BDB background.


White color preview on #492BDB background

This text has white color on #492BDB background.