Color Hex Logo

#456baa Color Hex

#456BAA
(69,107,170)
0 Favorites   0 Comments

Color spaces of #456baa

RGB 69107170
HSL0.600.420.47
HSV217°59°67°
CMYK 0.590.370.00   0.33
XYZ14.967614.682940.0754
Yxy14.68290.21470.2106
Hunter Lab38.31832.6674-35.1860
CIE-Lab45.19686.2275-37.8179

#456baa color RGB value is (69,107,170).

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

The process color (four color CMYK) of #456baa color hex is 0.59, 0.37, 0.00, 0.33. Web safe color of #456baa is #336699. Color #456baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101011 10101010
Octal 105 153 252
Decimal 69 107 170
Hex 45 6B AA

RGB Percentages of Color #456baa

%19.94
%30.92
%49.13

CMYK Percentages of Color #456baa

%59
%37
%0
%33

Triadic Colors of #456baa

#456baa #aa456b #6baa45

Analogous Colors of #456baa

#456baa #5245aa #459eaa

Monochromatic Colors of #456baa

#456baa

Complementary Color

#456baa #aa8445

#456baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#456baa Color CSS Codes

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

#456baa Text Font Color

<p style="color:#456baa">Text here</p>

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


#456baa Background Color

<div style="background-color:#456baa">
Div content here</div>

This div background color is #456baa


#456baa Border Color

<div style="border:3px solid #456baa">
Div here</div>

This div border color is #456baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456baa


Comments

No comments written yet.

Please login to write comment.