Color Hex Logo

#4366aa Color Hex

#4366AA
(67,102,170)
0 Favorites   0 Comments

Color spaces of #4366aa

RGB 67102170
HSL0.610.430.46
HSV220°61°67°
CMYK 0.610.400.00   0.33
XYZ14.321813.598339.9001
Yxy13.59830.21120.2005
Hunter Lab36.87594.7928-38.3393
CIE-Lab43.65128.9488-40.2733

#4366aa color RGB value is (67,102,170).

#4366aa hex color red value is 67, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4366aa hue: 0.61 , saturation: 0.43 and the lightness value of 4366aa is 0.46.

The process color (four color CMYK) of #4366aa color hex is 0.61, 0.40, 0.00, 0.33. Web safe color of #4366aa is #336699. Color #4366aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01100110 10101010
Octal 103 146 252
Decimal 67 102 170
Hex 43 66 AA

RGB Percentages of Color #4366aa

%19.76
%30.09
%50.15

CMYK Percentages of Color #4366aa

%61
%40
%0
%33

Triadic Colors of #4366aa

#4366aa #aa4366 #66aa43

Analogous Colors of #4366aa

#4366aa #5343aa #439aaa

Monochromatic Colors of #4366aa

#4366aa

Complementary Color

#4366aa #aa8743

#4366aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4366aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4366aa Color CSS Codes

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

#4366aa Text Font Color

<p style="color:#4366aa">Text here</p>

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


#4366aa Background Color

<div style="background-color:#4366aa">
Div content here</div>

This div background color is #4366aa


#4366aa Border Color

<div style="border:3px solid #4366aa">
Div here</div>

This div border color is #4366aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,102,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4366aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4366aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4366aa;
  box-shadow:         1px 1px 3px 2px #4366aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4366aa


Comments

No comments written yet.

Please login to write comment.