COLOR #737499

HEX: #737499
RGB: (115,116,153)

Color info

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

RGB color model

#737499 color RGB value is (115,116,153).

  • red value is 115;
  • green value is 116;
  • blue value is 153.
RGB:
(115,116,153)
(45%,45%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 153 of 255 = 60%

115
116
153

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

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 153 = 384 (100%)
R 115 of 384 ~ 29.95%
G 116 of 384 ~ 30.21%
B 153 of 384 ~ 39.84%

%29.95
%30.21
%39.84

CMYK color model

#737499 color CMYK value is (25,24,0,40).

  • cyan value is 24.84%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,24,0,40)
C25M24Y0K40 
(25%,24%,0%,40%)
(0.25/0.24/0.00/0.40)	

CMYK percentages

%24.84
%24.18
%0
%40

Codes

Color #737499 in popluar color models

737499
RGB115116153
HSL238°15.70%52.55%
HSB/HSV238°24.84%60.00%
CMYK24.84%24.18%0.00%
40.00%

Color #737499 in popluar number systems.

HEX737499
Decimal115116153
Binary1110011111010010011001
Octal163164231

Shades and tints

Shades of #737499

#737499
(115,116,153)
#696A8C
(105,106,140)
#5F607F
(95,96,127)
#555672
(85,86,114)
#4B4C65
(75,76,101)
#414258
(65,66,88)
#37384B
(55,56,75)
#2D2E3E
(45,46,62)
#232431
(35,36,49)
#191A24
(25,26,36)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #737499

#737499
(115,116,153)
#7F80A2
(127,128,162)
#8B8CAB
(139,140,171)
#9798B4
(151,152,180)
#A3A4BD
(163,164,189)
#AFB0C6
(175,176,198)
#BBBCCF
(187,188,207)
#C7C8D8
(199,200,216)
#D3D4E1
(211,212,225)
#DFE0EA
(223,224,234)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737499 color. Also use rgb(115,116,153) instead hex code.

Text Font Color

.myTextColor { color: #737499; }

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

This text font color is #737499.


Background Color

.myBgColor { background-color: #737499; }

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

This div background color is #737499.


Border color

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

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

This div border color is #737499.


Opacity

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

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

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

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

This text has shadow with #737499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737499 on black background.


Color preview on white background

This text has color #737499 on white background.



Black color preview on #737499 background

This text has black color on #737499 background.


White color preview on #737499 background

This text has white color on #737499 background.