Color Hex Logo

#465d5e Color Hex

#465D5E
(70,93,94)
0 Favorites   0 Comments

Color spaces of #465d5e

RGB 709394
HSL0.510.150.32
HSV183°26°37°
CMYK 0.260.010.00   0.63
XYZ8.46059.938912.0622
Yxy9.93890.27770.3263
Hunter Lab31.5260-7.2673-0.6168
CIE-Lab37.7325-8.3570-3.4124

#465d5e color RGB value is (70,93,94).

#465d5e hex color red value is 70, green value is 93 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #465d5e hue: 0.51 , saturation: 0.15 and the lightness value of 465d5e is 0.32.

The process color (four color CMYK) of #465d5e color hex is 0.26, 0.01, 0.00, 0.63. Web safe color of #465d5e is #336666. Color #465d5e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011101 01011110
Octal 106 135 136
Decimal 70 93 94
Hex 46 5D 5E

RGB Percentages of Color #465d5e

%27.24
%36.19
%36.58

CMYK Percentages of Color #465d5e

%26
%1
%0
%63

Triadic Colors of #465d5e

#465d5e #5e465d #5d5e46

Analogous Colors of #465d5e

#465d5e #46515e #465e53

Monochromatic Colors of #465d5e

#465d5e

Complementary Color

#465d5e #5e4746

#465d5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465d5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#465d5e Color CSS Codes

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

#465d5e Text Font Color

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

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


#465d5e Background Color

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

This div background color is #465d5e


#465d5e Border Color

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

This div border color is #465d5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,93,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465d5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465d5e;
  -webkit-box-shadow: 1px 1px 3px 2px #465d5e;
  box-shadow:         1px 1px 3px 2px #465d5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,93,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465d5e


Comments

No comments written yet.

Please login to write comment.