Color Hex Logo

#492bcc Color Hex

#492BCC
(73,43,204)
0 Favorites   0 Comments

Color spaces of #492bcc

RGB 7343204
HSL0.700.650.48
HSV251°79°80°
CMYK 0.640.790.00   0.20
XYZ14.51067.503957.8103
Yxy7.50390.18180.0940
Hunter Lab27.393246.6159-105.9495
CIE-Lab32.927656.3356-77.5912

#492bcc color RGB value is (73,43,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101011 11001100
Octal 111 53 314
Decimal 73 43 204
Hex 49 2B CC

RGB Percentages of Color #492bcc

%22.81
%13.44
%63.75

CMYK Percentages of Color #492bcc

%64
%79
%0
%20

Triadic Colors of #492bcc

#492bcc #cc492b #2bcc49

Analogous Colors of #492bcc

#492bcc #9a2bcc #2b5dcc

Monochromatic Colors of #492bcc

#492bcc

Complementary Color

#492bcc #aecc2b

#492bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#492bcc Color CSS Codes

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

#492bcc Text Font Color

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

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


#492bcc Background Color

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

This div background color is #492bcc


#492bcc Border Color

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

This div border color is #492bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,43,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 #492bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492bcc


Comments

No comments written yet.

Please login to write comment.