Color Hex Logo

#494cbc Color Hex

#494CBC
(73,76,188)
0 Favorites   0 Comments

Color spaces of #494cbc

RGB 7376188
HSL0.660.460.51
HSV238°61°74°
CMYK 0.610.600.00   0.26
XYZ14.409210.216248.7894
Yxy10.21620.19630.1392
Hunter Lab31.962824.5350-68.1289
CIE-Lab38.227732.8663-59.5487

#494cbc color RGB value is (73,76,188).

#494cbc hex color red value is 73, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #494cbc hue: 0.66 , saturation: 0.46 and the lightness value of 494cbc is 0.51.

The process color (four color CMYK) of #494cbc color hex is 0.61, 0.60, 0.00, 0.26. Web safe color of #494cbc is #3333cc. Color #494cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001100 10111100
Octal 111 114 274
Decimal 73 76 188
Hex 49 4C BC

RGB Percentages of Color #494cbc

%21.66
%22.55
%55.79

CMYK Percentages of Color #494cbc

%61
%60
%0
%26

Triadic Colors of #494cbc

#494cbc #bc494c #4cbc49

Analogous Colors of #494cbc

#494cbc #8049bc #4986bc

Monochromatic Colors of #494cbc

#494cbc

Complementary Color

#494cbc #bcb949

#494cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#494cbc Color CSS Codes

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

#494cbc Text Font Color

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

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


#494cbc Background Color

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

This div background color is #494cbc


#494cbc Border Color

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

This div border color is #494cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,76,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #494cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #494cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #494cbc;
  box-shadow:         1px 1px 3px 2px #494cbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494cbc


Comments

No comments written yet.

Please login to write comment.