Color Hex Logo

#491fcc Color Hex

#491FCC
(73,31,204)
0 Favorites   0 Comments

Color spaces of #491fcc

RGB 7331204
HSL0.710.740.46
HSV255°85°80°
CMYK 0.640.850.00   0.20
XYZ14.13676.756157.6857
Yxy6.75610.17990.0860
Hunter Lab25.992551.5950-113.3888
CIE-Lab31.245161.2724-80.3756

#491fcc color RGB value is (73,31,204).

#491fcc hex color red value is 73, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #491fcc hue: 0.71 , saturation: 0.74 and the lightness value of 491fcc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 00011111 11001100
Octal 111 37 314
Decimal 73 31 204
Hex 49 1F CC

RGB Percentages of Color #491fcc

%23.70
%10.06
%66.23

CMYK Percentages of Color #491fcc

%64
%85
%0
%20

Triadic Colors of #491fcc

#491fcc #cc491f #1fcc49

Analogous Colors of #491fcc

#491fcc #a01fcc #1f4ccc

Monochromatic Colors of #491fcc

#491fcc

Complementary Color

#491fcc #a2cc1f

#491fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#491fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#491fcc Color CSS Codes

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

#491fcc Text Font Color

<p style="color:#491fcc">Text here</p>

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


#491fcc Background Color

<div style="background-color:#491fcc">
Div content here</div>

This div background color is #491fcc


#491fcc Border Color

<div style="border:3px solid #491fcc">
Div here</div>

This div border color is #491fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #491fcc


Comments

No comments written yet.

Please login to write comment.