Color Hex Logo

#456477 Color Hex

#456477
(69,100,119)
0 Favorites   0 Comments

Color spaces of #456477

RGB 69100119
HSL0.560.270.37
HSV203°42°47°
CMYK 0.420.160.00   0.53
XYZ10.341211.711519.1683
Yxy11.71150.25090.2841
Hunter Lab34.2221-5.9496-9.2538
CIE-Lab40.7539-5.9315-14.2396

#456477 color RGB value is (69,100,119).

#456477 hex color red value is 69, green value is 100 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #456477 hue: 0.56 , saturation: 0.27 and the lightness value of 456477 is 0.37.

The process color (four color CMYK) of #456477 color hex is 0.42, 0.16, 0.00, 0.53. Web safe color of #456477 is #336666. Color #456477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100100 01110111
Octal 105 144 167
Decimal 69 100 119
Hex 45 64 77

RGB Percentages of Color #456477

%23.96
%34.72
%41.32

CMYK Percentages of Color #456477

%42
%16
%0
%53

Triadic Colors of #456477

#456477 #774564 #647745

Analogous Colors of #456477

#456477 #454b77 #457771

Monochromatic Colors of #456477

#456477

Complementary Color

#456477 #775845

#456477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456477 Color CSS Codes

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

#456477 Text Font Color

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

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


#456477 Background Color

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

This div background color is #456477


#456477 Border Color

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

This div border color is #456477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456477


Comments

No comments written yet.

Please login to write comment.