Color Hex Logo

#4362ac Color Hex

#4362AC
(67,98,172)
0 Favorites   0 Comments

Color spaces of #4362ac

RGB 6798172
HSL0.620.440.47
HSV222°61°67°
CMYK 0.610.430.00   0.33
XYZ14.128812.907240.7764
Yxy12.90720.20840.1903
Hunter Lab35.92667.3269-42.1451
CIE-Lab42.623112.1799-43.0862

#4362ac color RGB value is (67,98,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100010 10101100
Octal 103 142 254
Decimal 67 98 172
Hex 43 62 AC

RGB Percentages of Color #4362ac

%19.88
%29.08
%51.04

CMYK Percentages of Color #4362ac

%61
%43
%0
%33

Triadic Colors of #4362ac

#4362ac #ac4362 #62ac43

Analogous Colors of #4362ac

#4362ac #5843ac #4397ac

Monochromatic Colors of #4362ac

#4362ac

Complementary Color

#4362ac #ac8d43

#4362ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4362ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4362ac Color CSS Codes

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

#4362ac Text Font Color

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

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


#4362ac Background Color

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

This div background color is #4362ac


#4362ac Border Color

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

This div border color is #4362ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4362ac


Comments

No comments written yet.

Please login to write comment.