Color Hex Logo

#4768ac Color Hex

#4768AC
(71,104,172)
0 Favorites   0 Comments

Color spaces of #4768ac

RGB 71104172
HSL0.610.420.48
HSV220°59°67°
CMYK 0.590.400.00   0.33
XYZ14.995214.218840.9839
Yxy14.21880.21360.2026
Hunter Lab37.70784.9951-38.0457
CIE-Lab44.54519.2023-40.0165

#4768ac color RGB value is (71,104,172).

#4768ac hex color red value is 71, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4768ac hue: 0.61 , saturation: 0.42 and the lightness value of 4768ac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101000 10101100
Octal 107 150 254
Decimal 71 104 172
Hex 47 68 AC

RGB Percentages of Color #4768ac

%20.46
%29.97
%49.57

CMYK Percentages of Color #4768ac

%59
%40
%0
%33

Triadic Colors of #4768ac

#4768ac #ac4768 #68ac47

Analogous Colors of #4768ac

#4768ac #5947ac #479bac

Monochromatic Colors of #4768ac

#4768ac

Complementary Color

#4768ac #ac8b47

#4768ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4768ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4768ac Color CSS Codes

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

#4768ac Text Font Color

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

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


#4768ac Background Color

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

This div background color is #4768ac


#4768ac Border Color

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

This div border color is #4768ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4768ac


Comments

No comments written yet.

Please login to write comment.