Color Hex Logo

#492ccc Color Hex

#492CCC
(73,44,204)
0 Favorites   0 Comments

Color spaces of #492ccc

RGB 7344204
HSL0.700.650.49
HSV251°78°80°
CMYK 0.640.780.00   0.20
XYZ14.54747.577557.8226
Yxy7.57750.18200.0948
Hunter Lab27.527346.1596-105.2730
CIE-Lab33.087055.8740-77.3277

#492ccc color RGB value is (73,44,204).

#492ccc hex color red value is 73, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #492ccc hue: 0.70 , saturation: 0.65 and the lightness value of 492ccc is 0.49.

The process color (four color CMYK) of #492ccc color hex is 0.64, 0.78, 0.00, 0.20. Web safe color of #492ccc is #3333cc. Color #492ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101100 11001100
Octal 111 54 314
Decimal 73 44 204
Hex 49 2C CC

RGB Percentages of Color #492ccc

%22.74
%13.71
%63.55

CMYK Percentages of Color #492ccc

%64
%78
%0
%20

Triadic Colors of #492ccc

#492ccc #cc492c #2ccc49

Analogous Colors of #492ccc

#492ccc #992ccc #2c5fcc

Monochromatic Colors of #492ccc

#492ccc

Complementary Color

#492ccc #afcc2c

#492ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#492ccc Color CSS Codes

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

#492ccc Text Font Color

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

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


#492ccc Background Color

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

This div background color is #492ccc


#492ccc Border Color

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

This div border color is #492ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,44,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #492ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #492ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #492ccc;
  box-shadow:         1px 1px 3px 2px #492ccc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492ccc


Comments

No comments written yet.

Please login to write comment.