Color Hex Logo

#4364ae Color Hex

#4364AE
(67,100,174)
1 Favorites   0 Comments

Color spaces of #4364ae

RGB 67100174
HSL0.620.440.47
HSV221°61°68°
CMYK 0.610.430.00   0.32
XYZ14.511913.363641.8590
Yxy13.36360.20810.1916
Hunter Lab36.55636.8865-42.3011
CIE-Lab43.306111.6086-43.1733

#4364ae color RGB value is (67,100,174).

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

The process color (four color CMYK) of #4364ae color hex is 0.61, 0.43, 0.00, 0.32. Web safe color of #4364ae is #336699. Color #4364ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100100 10101110
Octal 103 144 256
Decimal 67 100 174
Hex 43 64 AE

RGB Percentages of Color #4364ae

%19.65
%29.33
%51.03

CMYK Percentages of Color #4364ae

%61
%43
%0
%32

Triadic Colors of #4364ae

#4364ae #ae4364 #64ae43

Analogous Colors of #4364ae

#4364ae #5843ae #439aae

Monochromatic Colors of #4364ae

#4364ae

Complementary Color

#4364ae #ae8d43

#4364ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4364ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4364ae Color CSS Codes

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

#4364ae Text Font Color

<p style="color:#4364ae">Text here</p>

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


#4364ae Background Color

<div style="background-color:#4364ae">
Div content here</div>

This div background color is #4364ae


#4364ae Border Color

<div style="border:3px solid #4364ae">
Div here</div>

This div border color is #4364ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,100,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4364ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4364ae;
  -webkit-box-shadow: 1px 1px 3px 2px #4364ae;
  box-shadow:         1px 1px 3px 2px #4364ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,100,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4364ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4364ae


Comments

No comments written yet.

Please login to write comment.