Color Hex Logo

#4456aa Color Hex

#4456AA
(68,86,170)
0 Favorites   0 Comments

Color spaces of #4456aa

RGB 6886170
HSL0.640.430.47
HSV229°60°67°
CMYK 0.600.490.00   0.33
XYZ12.967410.786839.4288
Yxy10.78680.20520.1707
Hunter Lab32.843313.0009-48.1882
CIE-Lab39.219019.3867-47.3493

#4456aa color RGB value is (68,86,170).

#4456aa hex color red value is 68, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4456aa hue: 0.64 , saturation: 0.43 and the lightness value of 4456aa is 0.47.

The process color (four color CMYK) of #4456aa color hex is 0.60, 0.49, 0.00, 0.33. Web safe color of #4456aa is #336699. Color #4456aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010110 10101010
Octal 104 126 252
Decimal 68 86 170
Hex 44 56 AA

RGB Percentages of Color #4456aa

%20.99
%26.54
%52.47

CMYK Percentages of Color #4456aa

%60
%49
%0
%33

Triadic Colors of #4456aa

#4456aa #aa4456 #56aa44

Analogous Colors of #4456aa

#4456aa #6544aa #4489aa

Monochromatic Colors of #4456aa

#4456aa

Complementary Color

#4456aa #aa9844

#4456aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4456aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4456aa Color CSS Codes

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

#4456aa Text Font Color

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

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


#4456aa Background Color

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

This div background color is #4456aa


#4456aa Border Color

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

This div border color is #4456aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4456aa


Comments

No comments written yet.

Please login to write comment.