Color Hex Logo

#492bcb Color Hex

#492BCB
(73,43,203)
0 Favorites   0 Comments

Color spaces of #492bcb

RGB 7343203
HSL0.700.650.48
HSV251°79°80°
CMYK 0.640.790.00   0.20
XYZ14.39107.456057.1806
Yxy7.45600.18210.0943
Hunter Lab27.305746.2905-105.0447
CIE-Lab32.823256.0490-77.1809

#492bcb color RGB value is (73,43,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00101011 11001011
Octal 111 53 313
Decimal 73 43 203
Hex 49 2B CB

RGB Percentages of Color #492bcb

%22.88
%13.48
%63.64

CMYK Percentages of Color #492bcb

%64
%79
%0
%20

Triadic Colors of #492bcb

#492bcb #cb492b #2bcb49

Analogous Colors of #492bcb

#492bcb #992bcb #2b5dcb

Monochromatic Colors of #492bcb

#492bcb

Complementary Color

#492bcb #adcb2b

#492bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#492bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#492bcb Color CSS Codes

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

#492bcb Text Font Color

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

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


#492bcb Background Color

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

This div background color is #492bcb


#492bcb Border Color

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

This div border color is #492bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #492bcb


Comments

No comments written yet.

Please login to write comment.