Color Hex Logo

#4531aa Color Hex

#4531AA
(69,49,170)
0 Favorites   0 Comments

Color spaces of #4531aa

RGB 6949170
HSL0.690.550.43
HSV250°71°67°
CMYK 0.590.710.00   0.33
XYZ10.80836.364138.6889
Yxy6.36410.19350.1139
Hunter Lab25.227232.3288-73.2693
CIE-Lab30.313142.6131-61.8071

#4531aa color RGB value is (69,49,170).

#4531aa hex color red value is 69, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4531aa hue: 0.69 , saturation: 0.55 and the lightness value of 4531aa is 0.43.

The process color (four color CMYK) of #4531aa color hex is 0.59, 0.71, 0.00, 0.33. Web safe color of #4531aa is #333399. Color #4531aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 00110001 10101010
Octal 105 61 252
Decimal 69 49 170
Hex 45 31 AA

RGB Percentages of Color #4531aa

%23.96
%17.01
%59.03

CMYK Percentages of Color #4531aa

%59
%71
%0
%33

Triadic Colors of #4531aa

#4531aa #aa4531 #31aa45

Analogous Colors of #4531aa

#4531aa #8231aa #315aaa

Monochromatic Colors of #4531aa

#4531aa

Complementary Color

#4531aa #96aa31

#4531aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4531aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4531aa Color CSS Codes

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

#4531aa Text Font Color

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

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


#4531aa Background Color

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

This div background color is #4531aa


#4531aa Border Color

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

This div border color is #4531aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4531aa


Comments

No comments written yet.

Please login to write comment.