COLOR #493058

HEX: #493058
RGB: (73,48,88)

Color info

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

RGB color model

#493058 color RGB value is (73,48,88).

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

RGB channels and saturation

R 73 of 255 = 29%
G 48 of 255 = 19%
B 88 of 255 = 35%

73
48
88

R + G + B ~ 28%. #493058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 48 + 88 = 209 (100%)
R 73 of 209 ~ 34.93%
G 48 of 209 ~ 22.97%
B 88 of 209 ~ 42.11%

%34.93
%22.97
%42.11

CMYK color model

#493058 color CMYK value is (17,45,0,65).

  • cyan value is 17.05%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK: (17,45,0,65) C17M45Y0K65 (17%,45%,0%,65%) (0.17/0.45/0.00/0.65)

CMYK percentages

%17.05
%45.45
%0
%65.49

Codes

Color #493058 in popluar color models

493058
RGB734888
HSL278°29.41%26.67%
HSB/HSV278°45.45%34.51%
CMYK17.05%45.45%0.00%
65.49%

Color #493058 in popluar number systems.

HEX493058
Decimal734888
Binary10010011100001011000
Octal11160130

Shades and tints

Shades of #493058

#493058
(73,48,88)
#432C50
(67,44,80)
#3D2848
(61,40,72)
#372440
(55,36,64)
#312038
(49,32,56)
#2B1C30
(43,28,48)
#251828
(37,24,40)
#1F1420
(31,20,32)
#191018
(25,16,24)
#130C10
(19,12,16)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #493058

#493058
(73,48,88)
#594267
(89,66,103)
#695476
(105,84,118)
#796685
(121,102,133)
#897894
(137,120,148)
#998AA3
(153,138,163)
#A99CB2
(169,156,178)
#B9AEC1
(185,174,193)
#C9C0D0
(201,192,208)
#D9D2DF
(217,210,223)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #493058; }

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

This text font color is #493058.


Background Color

.myBgColor { background-color: #493058; }

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

This div background color is #493058.


Border color

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

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

This div border color is #493058.


Opacity

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

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

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

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

This text has shadow with #493058 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #493058 on black background.


Color preview on white background

This text has color #493058 on white background.



Black color preview on #493058 background

This text has black color on #493058 background.


White color preview on #493058 background

This text has white color on #493058 background.