COLOR #495099

HEX: #495099 RGB: (73,80,153)

Color info

#495099 contains mainly blue color. Web safe color of #495099 is #336699 (or #369).

RGB color model

#495099 color RGB value is (73,80,153).

RGB: (73,80,153) (29%, 31%, 60%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 153 of 255 = 60%

73
80
153

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

Portions of RGB colors in percentages

R + G + B = 73 + 80 + 153 = 306 (100%)
R 73 of 306 ~ 23.86%
G 80 of 306 ~ 26.14%
B 153 of 306 ~ 50'%

%23.86
%26.14
%50

CMYK color model

#495099 color CMYK value is (52,48,0,40).

  • cyan value is 52.29%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (52,48,0,40)
C52M48Y0K40 (52%, 48%, 0%, 40%)
(0.52 / 0.48 / 0.00 / 0.40)

CMYK percentages

%52.29
%47.71
%0
%40

Codes

Color #495099 in popluar color models

49 50 99
RGB 73 80 153
HSL 235° 35.40% 44.31%
HSB/HSV 235° 52.29% 60.00%
CMYK 52.29% 47.71% 0.00%
40.00%

Color #495099 in popluar number systems.

HEX 49 50 99
Decimal 73 80 153
Binary 1001001 1010000 10011001
Octal 111 120 231

Shades and tints

Shades of #495099

#495099
(73,80,153)
#43498C
(67,73,140)
#3D427F
(61,66,127)
#373B72
(55,59,114)
#313465
(49,52,101)
#2B2D58
(43,45,88)
#25264B
(37,38,75)
#1F1F3E
(31,31,62)
#191831
(25,24,49)
#131124
(19,17,36)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #495099

#495099
(73,80,153)
#595FA2
(89,95,162)
#696EAB
(105,110,171)
#797DB4
(121,125,180)
#898CBD
(137,140,189)
#999BC6
(153,155,198)
#A9AACF
(169,170,207)
#B9B9D8
(185,185,216)
#C9C8E1
(201,200,225)
#D9D7EA
(217,215,234)
#E9E6F3
(233,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495099 color. Also use rgb(73,80,153) instead hex code.

Text Font Color

.myTextColor { color: #495099; }

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

This text font color is #495099.

Background Color

.myBgColor { background-color: #495099; }

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

This div background color is #495099.

Border color

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

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

This div border color is #495099.

Opacity

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

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

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

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

This text has shadow with #495099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495099.

Preview

Color preview on black background

This text has color #495099 on black background.


Color preview on white background

This text has color #495099 on white background.


Black color preview on #495099 background

This text has black color on #495099 background.


White color preview on #495099 background

This text has white color on #495099 background.


Related colors

Complementary color

Complementary color for #hex is #B6AF66.


I love getcolorcode.com

Triadic colors

1 #994950 and #509949 with #495099 are triadic colors.

2 #995049 and #504999 with #495099 are triadic colors.