Color Hex Logo

#494258 Color Hex

#494258
(73,66,88)
0 Favorites   0 Comments

Color spaces of #494258

RGB 736688
HSL0.720.140.30
HSV259°25°35°
CMYK 0.170.250.00   0.65
XYZ6.45736.017510.0537
Yxy6.01750.28660.2671
Hunter Lab24.53064.0588-7.1282
CIE-Lab29.45668.0872-12.0232

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

#494258 hex color red value is 73, green value is 66 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #494258 hue: 0.72 , saturation: 0.14 and the lightness value of 494258 is 0.30.

The process color (four color CMYK) of #494258 color hex is 0.17, 0.25, 0.00, 0.65. Web safe color of #494258 is #333366. Color #494258 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01000010 01011000
Octal 111 102 130
Decimal 73 66 88
Hex 49 42 58

RGB Percentages of Color #494258

%32.16
%29.07
%38.77

CMYK Percentages of Color #494258

%17
%25
%0
%65

Triadic Colors of #494258

#494258 #584942 #425849

Analogous Colors of #494258

#494258 #544258 #424658

Monochromatic Colors of #494258

#494258

Complementary Color

#494258 #515842

#494258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#494258 Color CSS Codes

.mybgcolor {background-color:#494258; } 
.myforecolor {color:#494258; }
.mybordercolor {border:3px solid #494258; }

#494258 Text Font Color

<p style="color:#494258">Text here</p>

This sample text font color is #494258
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#494258 Background Color

<div style="background-color:#494258">
Div content here</div>

This div background color is #494258


#494258 Border Color

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

This div border color is #494258


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,66,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494258; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494258;
  -webkit-box-shadow: 1px 1px 3px 2px #494258;
  box-shadow:         1px 1px 3px 2px #494258; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,66,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #494258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<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


Comments

No comments written yet.

Please login to write comment.