Color Hex Logo

#4563aa Color Hex

#4563AA
(69,99,170)
0 Favorites   0 Comments

Color spaces of #4563aa

RGB 6999170
HSL0.620.420.47
HSV222°59°67°
CMYK 0.590.420.00   0.33
XYZ14.171813.091239.8101
Yxy13.09120.21130.1952
Hunter Lab36.18186.5974-39.9084
CIE-Lab42.900311.2533-41.4603

#4563aa color RGB value is (69,99,170).

#4563aa hex color red value is 69, green value is 99 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4563aa hue: 0.62 , saturation: 0.42 and the lightness value of 4563aa is 0.47.

The process color (four color CMYK) of #4563aa color hex is 0.59, 0.42, 0.00, 0.33. Web safe color of #4563aa is #336699. Color #4563aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 10101010
Octal 105 143 252
Decimal 69 99 170
Hex 45 63 AA

RGB Percentages of Color #4563aa

%20.41
%29.29
%50.30

CMYK Percentages of Color #4563aa

%59
%42
%0
%33

Triadic Colors of #4563aa

#4563aa #aa4563 #63aa45

Analogous Colors of #4563aa

#4563aa #5a45aa #4596aa

Monochromatic Colors of #4563aa

#4563aa

Complementary Color

#4563aa #aa8c45

#4563aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563aa Color CSS Codes

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

#4563aa Text Font Color

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

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


#4563aa Background Color

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

This div background color is #4563aa


#4563aa Border Color

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

This div border color is #4563aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4563aa


Comments

No comments written yet.

Please login to write comment.