COLOR #492288

HEX: #492288
RGB: (73,34,136)

Color info

#492288 contains mainly blue color. Web safe color of #492288 is #333399 (or #339).

RGB color model

#492288 color RGB value is (73,34,136).

  • red value is 73;
  • green value is 34;
  • blue value is 136.
RGB:
(73,34,136)
(29%,13%,53%)

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 136 of 255 = 53%

73
34
136

R + G + B ~ 32%. #492288 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 136 = 243 (100%)
R 73 of 243 ~ 30.04%
G 34 of 243 ~ 13.99%
B 136 of 243 ~ 55.97%

%30.04
%13.99
%55.97

CMYK color model

#492288 color CMYK value is (46,75,0,47).

  • cyan value is 46.32%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(46,75,0,47)
C46M75Y0K47 
(46%,75%,0%,47%)
(0.46/0.75/0.00/0.47)	

CMYK percentages

%46.32
%75
%0
%46.67

Codes

Color #492288 in popluar color models

492288
RGB7334136
HSL263°60.00%33.33%
HSB/HSV263°75.00%53.33%
CMYK46.32%75.00%0.00%
46.67%

Color #492288 in popluar number systems.

HEX492288
Decimal7334136
Binary100100110001010001000
Octal11142210

Shades and tints

Shades of #492288

#492288
(73,34,136)
#431F7C
(67,31,124)
#3D1C70
(61,28,112)
#371964
(55,25,100)
#311658
(49,22,88)
#2B134C
(43,19,76)
#251040
(37,16,64)
#1F0D34
(31,13,52)
#190A28
(25,10,40)
#13071C
(19,7,28)
#0D0410
(13,4,16)
#000000
(0,0,0)

Tints of #492288

#492288
(73,34,136)
#593692
(89,54,146)
#694A9C
(105,74,156)
#795EA6
(121,94,166)
#8972B0
(137,114,176)
#9986BA
(153,134,186)
#A99AC4
(169,154,196)
#B9AECE
(185,174,206)
#C9C2D8
(201,194,216)
#D9D6E2
(217,214,226)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492288 color. Also use rgb(73,34,136) instead hex code.

Text Font Color

.myTextColor { color: #492288; }

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

This text font color is #492288.


Background Color

.myBgColor { background-color: #492288; }

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

This div background color is #492288.


Border color

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

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

This div border color is #492288.


Opacity

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

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

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

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

This text has shadow with #492288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492288 on black background.


Color preview on white background

This text has color #492288 on white background.



Black color preview on #492288 background

This text has black color on #492288 background.


White color preview on #492288 background

This text has white color on #492288 background.