Color Hex Logo

#4865ac Color Hex

#4865AC
(72,101,172)
0 Favorites   0 Comments

Color spaces of #4865ac

RGB 72101172
HSL0.620.410.48
HSV223°58°67°
CMYK 0.580.410.00   0.33
XYZ14.772613.663640.8885
Yxy13.66360.21310.1971
Hunter Lab36.96436.6491-39.7093
CIE-Lab43.746611.3007-41.2811

#4865ac color RGB value is (72,101,172).

#4865ac hex color red value is 72, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4865ac hue: 0.62 , saturation: 0.41 and the lightness value of 4865ac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100101 10101100
Octal 110 145 254
Decimal 72 101 172
Hex 48 65 AC

RGB Percentages of Color #4865ac

%20.87
%29.28
%49.86

CMYK Percentages of Color #4865ac

%58
%41
%0
%33

Triadic Colors of #4865ac

#4865ac #ac4865 #65ac48

Analogous Colors of #4865ac

#4865ac #5d48ac #4897ac

Monochromatic Colors of #4865ac

#4865ac

Complementary Color

#4865ac #ac8f48

#4865ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4865ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4865ac Color CSS Codes

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

#4865ac Text Font Color

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

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


#4865ac Background Color

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

This div background color is #4865ac


#4865ac Border Color

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

This div border color is #4865ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4865ac


Comments

No comments written yet.

Please login to write comment.