Color Hex Logo

#494bcf Color Hex

#494BCF
(73,75,207)
0 Favorites   0 Comments

Color spaces of #494bcf

RGB 7375207
HSL0.660.580.55
HSV239°65°81°
CMYK 0.650.640.00   0.19
XYZ16.526210.953660.2747
Yxy10.95360.18830.1248
Hunter Lab33.096231.2134-84.8113
CIE-Lab39.502239.8374-68.5249

#494bcf color RGB value is (73,75,207).

#494bcf hex color red value is 73, green value is 75 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #494bcf hue: 0.66 , saturation: 0.58 and the lightness value of 494bcf is 0.55.

The process color (four color CMYK) of #494bcf color hex is 0.65, 0.64, 0.00, 0.19. Web safe color of #494bcf is #3333cc. Color #494bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01001011 11001111
Octal 111 113 317
Decimal 73 75 207
Hex 49 4B CF

RGB Percentages of Color #494bcf

%20.56
%21.13
%58.31

CMYK Percentages of Color #494bcf

%65
%64
%0
%19

Triadic Colors of #494bcf

#494bcf #cf494b #4bcf49

Analogous Colors of #494bcf

#494bcf #8a49cf #498ecf

Monochromatic Colors of #494bcf

#494bcf

Complementary Color

#494bcf #cfcd49

#494bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#494bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#494bcf Color CSS Codes

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

#494bcf Text Font Color

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

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


#494bcf Background Color

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

This div background color is #494bcf


#494bcf Border Color

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

This div border color is #494bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #494bcf


Comments

No comments written yet.

Please login to write comment.