Color Hex Logo

#4567aa Color Hex

#4567AA
(69,103,170)
0 Favorites   0 Comments

Color spaces of #4567aa

RGB 69103170
HSL0.610.420.47
HSV220°59°67°
CMYK 0.590.390.00   0.33
XYZ14.560213.868039.9396
Yxy13.86800.21300.2028
Hunter Lab37.23984.6213-37.5206
CIE-Lab44.04308.7282-39.6451

#4567aa color RGB value is (69,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100111 10101010
Octal 105 147 252
Decimal 69 103 170
Hex 45 67 AA

RGB Percentages of Color #4567aa

%20.18
%30.12
%49.71

CMYK Percentages of Color #4567aa

%59
%39
%0
%33

Triadic Colors of #4567aa

#4567aa #aa4567 #67aa45

Analogous Colors of #4567aa

#4567aa #5545aa #459aaa

Monochromatic Colors of #4567aa

#4567aa

Complementary Color

#4567aa #aa8845

#4567aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4567aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4567aa Color CSS Codes

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

#4567aa Text Font Color

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

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


#4567aa Background Color

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

This div background color is #4567aa


#4567aa Border Color

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

This div border color is #4567aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4567aa


Comments

No comments written yet.

Please login to write comment.