Color Hex Logo

#464855 Color Hex

#464855
(70,72,85)
2 Favorites   0 Comments

Color spaces of #464855

RGB 707285
HSL0.640.100.30
HSV232°18°33°
CMYK 0.180.150.00   0.67
XYZ6.48286.59279.5252
Yxy6.59270.28680.2917
Hunter Lab25.67630.1346-4.0216
CIE-Lab30.86112.3014-7.9890

#464855 color RGB value is (70,72,85).

#464855 hex color red value is 70, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #464855 hue: 0.64 , saturation: 0.10 and the lightness value of 464855 is 0.30.

The process color (four color CMYK) of #464855 color hex is 0.18, 0.15, 0.00, 0.67. Web safe color of #464855 is #333366. Color #464855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01010101
Octal 106 110 125
Decimal 70 72 85
Hex 46 48 55

RGB Percentages of Color #464855

%30.84
%31.72
%37.44

CMYK Percentages of Color #464855

%18
%15
%0
%67

Triadic Colors of #464855

#464855 #554648 #485546

Analogous Colors of #464855

#464855 #4c4655 #465055

Monochromatic Colors of #464855

#464855

Complementary Color

#464855 #555346

#464855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464855 Color CSS Codes

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

#464855 Text Font Color

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

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


#464855 Background Color

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

This div background color is #464855


#464855 Border Color

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

This div border color is #464855


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,72,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #464855; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #464855;
  -webkit-box-shadow: 1px 1px 3px 2px #464855;
  box-shadow:         1px 1px 3px 2px #464855; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464855

#464855 Color Palettes


Comments

No comments written yet.

Please login to write comment.