Color Hex Logo

#4365ac Color Hex

#4365AC
(67,101,172)
0 Favorites   0 Comments

Color spaces of #4365ac

RGB 67101172
HSL0.610.440.47
HSV221°61°67°
CMYK 0.610.410.00   0.33
XYZ14.414813.479240.8717
Yxy13.47920.20960.1960
Hunter Lab36.71405.8338-40.3045
CIE-Lab43.476610.2763-41.7269

#4365ac color RGB value is (67,101,172).

#4365ac hex color red value is 67, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4365ac hue: 0.61 , saturation: 0.44 and the lightness value of 4365ac is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100101 10101100
Octal 103 145 254
Decimal 67 101 172
Hex 43 65 AC

RGB Percentages of Color #4365ac

%19.71
%29.71
%50.59

CMYK Percentages of Color #4365ac

%61
%41
%0
%33

Triadic Colors of #4365ac

#4365ac #ac4365 #65ac43

Analogous Colors of #4365ac

#4365ac #5543ac #439aac

Monochromatic Colors of #4365ac

#4365ac

Complementary Color

#4365ac #ac8a43

#4365ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4365ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4365ac Color CSS Codes

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

#4365ac Text Font Color

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

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


#4365ac Background Color

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

This div background color is #4365ac


#4365ac Border Color

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

This div border color is #4365ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4365ac


Comments

No comments written yet.

Please login to write comment.