Color Hex Logo

#4467ae Color Hex

#4467AE
(68,103,174)
0 Favorites   0 Comments

Color spaces of #4467ae

RGB 68103174
HSL0.610.440.47
HSV220°61°68°
CMYK 0.610.410.00   0.32
XYZ14.874113.985441.9599
Yxy13.98540.21000.1975
Hunter Lab37.39715.5508-40.3461
CIE-Lab44.21209.9089-41.7282

#4467ae color RGB value is (68,103,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100111 10101110
Octal 104 147 256
Decimal 68 103 174
Hex 44 67 AE

RGB Percentages of Color #4467ae

%19.71
%29.86
%50.43

CMYK Percentages of Color #4467ae

%61
%41
%0
%32

Triadic Colors of #4467ae

#4467ae #ae4467 #67ae44

Analogous Colors of #4467ae

#4467ae #5644ae #449cae

Monochromatic Colors of #4467ae

#4467ae

Complementary Color

#4467ae #ae8b44

#4467ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4467ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4467ae Color CSS Codes

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

#4467ae Text Font Color

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

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


#4467ae Background Color

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

This div background color is #4467ae


#4467ae Border Color

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

This div border color is #4467ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,103,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 #4467ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4467ae


Comments

No comments written yet.

Please login to write comment.