Color Hex Logo

#456586 Color Hex

#456586
(69,101,134)
0 Favorites   0 Comments

Color spaces of #456586

RGB 69101134
HSL0.580.320.40
HSV210°49°53°
CMYK 0.490.250.00   0.47
XYZ11.411012.293824.3258
Yxy12.29380.23760.2560
Hunter Lab35.0625-3.2671-16.5907
CIE-Lab41.6793-1.9579-21.9102

#456586 color RGB value is (69,101,134).

#456586 hex color red value is 69, green value is 101 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #456586 hue: 0.58 , saturation: 0.32 and the lightness value of 456586 is 0.40.

The process color (four color CMYK) of #456586 color hex is 0.49, 0.25, 0.00, 0.47. Web safe color of #456586 is #336699. Color #456586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100101 10000110
Octal 105 145 206
Decimal 69 101 134
Hex 45 65 86

RGB Percentages of Color #456586

%22.70
%33.22
%44.08

CMYK Percentages of Color #456586

%49
%25
%0
%47

Triadic Colors of #456586

#456586 #864565 #658645

Analogous Colors of #456586

#456586 #454586 #458686

Monochromatic Colors of #456586

#456586

Complementary Color

#456586 #866645

#456586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456586 Color CSS Codes

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

#456586 Text Font Color

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

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


#456586 Background Color

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

This div background color is #456586


#456586 Border Color

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

This div border color is #456586


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,101,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #456586; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #456586;
  -webkit-box-shadow: 1px 1px 3px 2px #456586;
  box-shadow:         1px 1px 3px 2px #456586; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,101,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #456586">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456586


Comments

No comments written yet.

Please login to write comment.