COLOR #492454

HEX: #492454
RGB: (73,36,84)

Color info

#492454 contains red, green and blue colors in about the same proportion. Web safe color of #492454 is #333366 (or #336).

RGB color model

#492454 color RGB value is (73,36,84).

  • red value is 73;
  • green value is 36;
  • blue value is 84.
RGB:
(73,36,84)
(29%,14%,33%)

RGB channels and saturation

R 73 of 255 = 29%
G 36 of 255 = 14%
B 84 of 255 = 33%

73
36
84

R + G + B ~ 25%. #492454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 36 + 84 = 193 (100%)
R 73 of 193 ~ 37.82%
G 36 of 193 ~ 18.65%
B 84 of 193 ~ 43.52%

%37.82
%18.65
%43.52

CMYK color model

#492454 color CMYK value is (13,57,0,67).

  • cyan value is 13.10%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(13,57,0,67)
C13M57Y0K67 
(13%,57%,0%,67%)
(0.13/0.57/0.00/0.67)	

CMYK percentages

%13.1
%57.14
%0
%67.06

Codes

Color #492454 in popluar color models

492454
RGB733684
HSL286°40.00%23.53%
HSB/HSV286°57.14%32.94%
CMYK13.10%57.14%0.00%
67.06%

Color #492454 in popluar number systems.

HEX492454
Decimal733684
Binary10010011001001010100
Octal11144124

Shades and tints

Shades of #492454

#492454
(73,36,84)
#43214D
(67,33,77)
#3D1E46
(61,30,70)
#371B3F
(55,27,63)
#311838
(49,24,56)
#2B1531
(43,21,49)
#25122A
(37,18,42)
#1F0F23
(31,15,35)
#190C1C
(25,12,28)
#130915
(19,9,21)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #492454

#492454
(73,36,84)
#593763
(89,55,99)
#694A72
(105,74,114)
#795D81
(121,93,129)
#897090
(137,112,144)
#99839F
(153,131,159)
#A996AE
(169,150,174)
#B9A9BD
(185,169,189)
#C9BCCC
(201,188,204)
#D9CFDB
(217,207,219)
#E9E2EA
(233,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492454 color. Also use rgb(73,36,84) instead hex code.

Text Font Color

.myTextColor { color: #492454; }

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

This text font color is #492454.


Background Color

.myBgColor { background-color: #492454; }

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

This div background color is #492454.


Border color

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

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

This div border color is #492454.


Opacity

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

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

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

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

This text has shadow with #492454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492454 on black background.


Color preview on white background

This text has color #492454 on white background.



Black color preview on #492454 background

This text has black color on #492454 background.


White color preview on #492454 background

This text has white color on #492454 background.