Color Hex Logo

#4174ac Color Hex

#4174AC
(65,116,172)
0 Favorites   0 Comments

Color spaces of #4174ac

RGB 65116172
HSL0.590.450.46
HSV211°62°67°
CMYK 0.620.330.00   0.33
XYZ15.871816.593241.3960
Yxy16.59320.21490.2247
Hunter Lab40.7348-1.7355-31.7381
CIE-Lab47.74330.5822-34.9847

#4174ac color RGB value is (65,116,172).

#4174ac hex color red value is 65, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4174ac hue: 0.59 , saturation: 0.45 and the lightness value of 4174ac is 0.46.

The process color (four color CMYK) of #4174ac color hex is 0.62, 0.33, 0.00, 0.33. Web safe color of #4174ac is #336699. Color #4174ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 10101100
Octal 101 164 254
Decimal 65 116 172
Hex 41 74 AC

RGB Percentages of Color #4174ac

%18.41
%32.86
%48.73

CMYK Percentages of Color #4174ac

%62
%33
%0
%33

Triadic Colors of #4174ac

#4174ac #ac4174 #74ac41

Analogous Colors of #4174ac

#4174ac #4341ac #41aaac

Monochromatic Colors of #4174ac

#4174ac

Complementary Color

#4174ac #ac7941

#4174ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4174ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4174ac Color CSS Codes

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

#4174ac Text Font Color

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

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


#4174ac Background Color

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

This div background color is #4174ac


#4174ac Border Color

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

This div border color is #4174ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,116,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4174ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4174ac;
  -webkit-box-shadow: 1px 1px 3px 2px #4174ac;
  box-shadow:         1px 1px 3px 2px #4174ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,116,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4174ac


Comments

No comments written yet.

Please login to write comment.