COLOR #494258

HEX: #494258
RGB: (73,66,88)

Color info

#494258 contains red, green and blue colors in about the same proportion. Web safe color of #494258 is #333366 (or #336).

RGB color model

#494258 color RGB value is (73,66,88).

  • red value is 73;
  • green value is 66;
  • blue value is 88.
RGB:
(73,66,88)
(29%,26%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 88 of 255 = 35%

73
66
88

R + G + B ~ 30%. #494258 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 88 = 227 (100%)
R 73 of 227 ~ 32.16%
G 66 of 227 ~ 29.07%
B 88 of 227 ~ 38.77%

%32.16
%29.07
%38.77

CMYK color model

#494258 color CMYK value is (17,25,0,65).

  • cyan value is 17.05%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(17,25,0,65)
C17M25Y0K65 
(17%,25%,0%,65%)
(0.17/0.25/0.00/0.65)	

CMYK percentages

%17.05
%25
%0
%65.49

Codes

Color #494258 in popluar color models

494258
RGB736688
HSL259°14.29%30.20%
HSB/HSV259°25.00%34.51%
CMYK17.05%25.00%0.00%
65.49%

Color #494258 in popluar number systems.

HEX494258
Decimal736688
Binary100100110000101011000
Octal111102130

Shades and tints

Shades of #494258

#494258
(73,66,88)
#433C50
(67,60,80)
#3D3648
(61,54,72)
#373040
(55,48,64)
#312A38
(49,42,56)
#2B2430
(43,36,48)
#251E28
(37,30,40)
#1F1820
(31,24,32)
#191218
(25,18,24)
#130C10
(19,12,16)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #494258

#494258
(73,66,88)
#595367
(89,83,103)
#696476
(105,100,118)
#797585
(121,117,133)
#898694
(137,134,148)
#9997A3
(153,151,163)
#A9A8B2
(169,168,178)
#B9B9C1
(185,185,193)
#C9CAD0
(201,202,208)
#D9DBDF
(217,219,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494258 color. Also use rgb(73,66,88) instead hex code.

Text Font Color

.myTextColor { color: #494258; }

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

This text font color is #494258.


Background Color

.myBgColor { background-color: #494258; }

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

This div background color is #494258.


Border color

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

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

This div border color is #494258.


Opacity

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

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

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

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

This text has shadow with #494258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494258 on black background.


Color preview on white background

This text has color #494258 on white background.



Black color preview on #494258 background

This text has black color on #494258 background.


White color preview on #494258 background

This text has white color on #494258 background.