COLOR #495283

HEX: #495283
RGB: (73,82,131)

Color info

#495283 contains red, green and blue colors in about the same proportion. Web safe color of #495283 is #336699 (or #369).

RGB color model

#495283 color RGB value is (73,82,131).

  • red value is 73;
  • green value is 82;
  • blue value is 131.
RGB:
(73,82,131)
(29%,32%,51%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 131 of 255 = 51%

73
82
131

R + G + B ~ 37%. #495283 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 131 = 286 (100%)
R 73 of 286 ~ 25.52%
G 82 of 286 ~ 28.67%
B 131 of 286 ~ 45.8%

%25.52
%28.67
%45.8

CMYK color model

#495283 color CMYK value is (44,37,0,49).

  • cyan value is 44.27%
  • magenta value is 37.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,37,0,49)
C44M37Y0K49 
(44%,37%,0%,49%)
(0.44/0.37/0.00/0.49)	

CMYK percentages

%44.27
%37.4
%0
%48.63

Codes

Color #495283 in popluar color models

495283
RGB7382131
HSL231°28.43%40.00%
HSB/HSV231°44.27%51.37%
CMYK44.27%37.40%0.00%
48.63%

Color #495283 in popluar number systems.

HEX495283
Decimal7382131
Binary1001001101001010000011
Octal111122203

Shades and tints

Shades of #495283

#495283
(73,82,131)
#434B78
(67,75,120)
#3D446D
(61,68,109)
#373D62
(55,61,98)
#313657
(49,54,87)
#2B2F4C
(43,47,76)
#252841
(37,40,65)
#1F2136
(31,33,54)
#191A2B
(25,26,43)
#131320
(19,19,32)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #495283

#495283
(73,82,131)
#59618E
(89,97,142)
#697099
(105,112,153)
#797FA4
(121,127,164)
#898EAF
(137,142,175)
#999DBA
(153,157,186)
#A9ACC5
(169,172,197)
#B9BBD0
(185,187,208)
#C9CADB
(201,202,219)
#D9D9E6
(217,217,230)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495283 color. Also use rgb(73,82,131) instead hex code.

Text Font Color

.myTextColor { color: #495283; }

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

This text font color is #495283.


Background Color

.myBgColor { background-color: #495283; }

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

This div background color is #495283.


Border color

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

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

This div border color is #495283.


Opacity

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

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

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

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

This text has shadow with #495283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495283 on black background.


Color preview on white background

This text has color #495283 on white background.



Black color preview on #495283 background

This text has black color on #495283 background.


White color preview on #495283 background

This text has white color on #495283 background.