Color Hex Logo

#4178ac Color Hex

#4178AC
(65,120,172)
0 Favorites   0 Comments

Color spaces of #4178ac

RGB 65120172
HSL0.580.450.46
HSV209°62°67°
CMYK 0.620.300.00   0.33
XYZ16.342817.535341.5530
Yxy17.53530.21670.2325
Hunter Lab41.8752-3.6176-29.5212
CIE-Lab48.9276-1.8252-33.1259

#4178ac color RGB value is (65,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111000 10101100
Octal 101 170 254
Decimal 65 120 172
Hex 41 78 AC

RGB Percentages of Color #4178ac

%18.21
%33.61
%48.18

CMYK Percentages of Color #4178ac

%62
%30
%0
%33

Triadic Colors of #4178ac

#4178ac #ac4178 #78ac41

Analogous Colors of #4178ac

#4178ac #4142ac #41acab

Monochromatic Colors of #4178ac

#4178ac

Complementary Color

#4178ac #ac7541

#4178ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4178ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4178ac Color CSS Codes

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

#4178ac Text Font Color

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

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


#4178ac Background Color

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

This div background color is #4178ac


#4178ac Border Color

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

This div border color is #4178ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,120,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 #4178ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4178ac


Comments

No comments written yet.

Please login to write comment.