Color Hex Logo

#294979 Color Hex

#294979
(41,73,121)
0 Favorites   0 Comments

Color spaces of #294979

RGB 4173121
HSL0.600.490.32
HSV216°66°47°
CMYK 0.660.400.00   0.53
XYZ6.74826.617019.0107
Yxy6.61700.20840.2044
Hunter Lab25.72351.8107-25.8112
CIE-Lab30.91864.8041-30.8889

#294979 color RGB value is (41,73,121).

#294979 hex color red value is 41, green value is 73 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #294979 hue: 0.60 , saturation: 0.49 and the lightness value of 294979 is 0.32.

The process color (four color CMYK) of #294979 color hex is 0.66, 0.40, 0.00, 0.53. Web safe color of #294979 is #333366. Color #294979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001001 01111001
Octal 51 111 171
Decimal 41 73 121
Hex 29 49 79

RGB Percentages of Color #294979

%17.45
%31.06
%51.49

CMYK Percentages of Color #294979

%66
%40
%0
%53

Triadic Colors of #294979

#294979 #792949 #497929

Analogous Colors of #294979

#294979 #312979 #297179

Monochromatic Colors of #294979

#294979

Complementary Color

#294979 #795929

#294979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294979 Color CSS Codes

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

#294979 Text Font Color

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

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


#294979 Background Color

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

This div background color is #294979


#294979 Border Color

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

This div border color is #294979


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,73,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #294979; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #294979;
  -webkit-box-shadow: 1px 1px 3px 2px #294979;
  box-shadow:         1px 1px 3px 2px #294979; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294979


Comments

No comments written yet.

Please login to write comment.