Color Hex Logo

#464d67 Color Hex

#464D67
(70,77,103)
0 Favorites   0 Comments

Color spaces of #464d67

RGB 7077103
HSL0.630.190.34
HSV227°32°40°
CMYK 0.320.250.00   0.60
XYZ7.62787.589113.8948
Yxy7.58910.26200.2607
Hunter Lab27.54831.2149-10.6208
CIE-Lab33.11213.9804-16.0158

#464d67 color RGB value is (70,77,103).

#464d67 hex color red value is 70, green value is 77 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #464d67 hue: 0.63 , saturation: 0.19 and the lightness value of 464d67 is 0.34.

The process color (four color CMYK) of #464d67 color hex is 0.32, 0.25, 0.00, 0.60. Web safe color of #464d67 is #336666. Color #464d67 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001101 01100111
Octal 106 115 147
Decimal 70 77 103
Hex 46 4D 67

RGB Percentages of Color #464d67

%28.00
%30.80
%41.20

CMYK Percentages of Color #464d67

%32
%25
%0
%60

Triadic Colors of #464d67

#464d67 #67464d #4d6746

Analogous Colors of #464d67

#464d67 #504667 #465e67

Monochromatic Colors of #464d67

#464d67

Complementary Color

#464d67 #676046

#464d67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464d67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464d67 Color CSS Codes

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

#464d67 Text Font Color

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

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


#464d67 Background Color

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

This div background color is #464d67


#464d67 Border Color

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

This div border color is #464d67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,77,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464d67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464d67;
  -webkit-box-shadow: 1px 1px 3px 2px #464d67;
  box-shadow:         1px 1px 3px 2px #464d67; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464d67


Comments

No comments written yet.

Please login to write comment.