Color Hex Logo

#492888 Color Hex

#492888
(73,40,136)
0 Favorites   0 Comments

Color spaces of #492888

RGB 7340136
HSL0.720.550.35
HSV261°71°53°
CMYK 0.460.710.00   0.47
XYZ7.95044.711623.7830
Yxy4.71160.21810.1293
Hunter Lab21.706227.3938-49.7683
CIE-Lab25.896838.0792-48.2119

#492888 color RGB value is (73,40,136).

#492888 hex color red value is 73, green value is 40 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #492888 hue: 0.72 , saturation: 0.55 and the lightness value of 492888 is 0.35.

The process color (four color CMYK) of #492888 color hex is 0.46, 0.71, 0.00, 0.47. Web safe color of #492888 is #333399. Color #492888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101000 10001000
Octal 111 50 210
Decimal 73 40 136
Hex 49 28 88

RGB Percentages of Color #492888

%29.32
%16.06
%54.62

CMYK Percentages of Color #492888

%46
%71
%0
%47

Triadic Colors of #492888

#492888 #884928 #288849

Analogous Colors of #492888

#492888 #792888 #283788

Monochromatic Colors of #492888

#492888

Complementary Color

#492888 #678828

#492888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#492888 Color CSS Codes

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

#492888 Text Font Color

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

This sample text font color is #492888
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.


#492888 Background Color

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

This div background color is #492888


#492888 Border Color

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

This div border color is #492888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #492888;
  -webkit-box-shadow: 1px 1px 3px 2px #492888;
  box-shadow:         1px 1px 3px 2px #492888;">
Div content here</div>

This div box has shadow with color #492888


Comments

No comments written yet.

Please login to write comment.