COLOR #736492

HEX: #736492
RGB: (115,100,146)

Color info

#736492 contains red, green and blue colors in about the same proportion. Web safe color of #736492 is #666699 (or #669).

RGB color model

#736492 color RGB value is (115,100,146).

  • red value is 115;
  • green value is 100;
  • blue value is 146.
RGB:
(115,100,146)
(45%,39%,57%)

RGB channels and saturation

R 115 of 255 = 45%
G 100 of 255 = 39%
B 146 of 255 = 57%

115
100
146

R + G + B ~ 47%. #736492 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 100 + 146 = 361 (100%)
R 115 of 361 ~ 31.86%
G 100 of 361 ~ 27.7%
B 146 of 361 ~ 40.44%

%31.86
%27.7
%40.44

CMYK color model

#736492 color CMYK value is (21,32,0,43).

  • cyan value is 21.23%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(21,32,0,43)
C21M32Y0K43 
(21%,32%,0%,43%)
(0.21/0.32/0.00/0.43)	

CMYK percentages

%21.23
%31.51
%0
%42.75

Codes

Color #736492 in popluar color models

736492
RGB115100146
HSL260°18.70%48.24%
HSB/HSV260°31.51%57.25%
CMYK21.23%31.51%0.00%
42.75%

Color #736492 in popluar number systems.

HEX736492
Decimal115100146
Binary1110011110010010010010
Octal163144222

Shades and tints

Shades of #736492

#736492
(115,100,146)
#695B85
(105,91,133)
#5F5278
(95,82,120)
#55496B
(85,73,107)
#4B405E
(75,64,94)
#413751
(65,55,81)
#372E44
(55,46,68)
#2D2537
(45,37,55)
#231C2A
(35,28,42)
#19131D
(25,19,29)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736492

#736492
(115,100,146)
#7F729B
(127,114,155)
#8B80A4
(139,128,164)
#978EAD
(151,142,173)
#A39CB6
(163,156,182)
#AFAABF
(175,170,191)
#BBB8C8
(187,184,200)
#C7C6D1
(199,198,209)
#D3D4DA
(211,212,218)
#DFE2E3
(223,226,227)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736492 color. Also use rgb(115,100,146) instead hex code.

Text Font Color

.myTextColor { color: #736492; }

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

This text font color is #736492.


Background Color

.myBgColor { background-color: #736492; }

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

This div background color is #736492.


Border color

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

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

This div border color is #736492.


Opacity

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

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

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

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

This text has shadow with #736492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736492 on black background.


Color preview on white background

This text has color #736492 on white background.



Black color preview on #736492 background

This text has black color on #736492 background.


White color preview on #736492 background

This text has white color on #736492 background.