Color Hex Logo

#414862 Color Hex

#414862
(65,72,98)
0 Favorites   0 Comments

Color spaces of #414862

RGB 657298
HSL0.630.200.32
HSV227°34°38°
CMYK 0.340.270.00   0.62
XYZ6.70196.640412.4838
Yxy6.64040.25950.2571
Hunter Lab25.76901.3279-10.6848
CIE-Lab30.97384.0914-16.1717

#414862 color RGB value is (65,72,98).

#414862 hex color red value is 65, green value is 72 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #414862 hue: 0.63 , saturation: 0.20 and the lightness value of 414862 is 0.32.

The process color (four color CMYK) of #414862 color hex is 0.34, 0.27, 0.00, 0.62. Web safe color of #414862 is #333366. Color #414862 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001000 01100010
Octal 101 110 142
Decimal 65 72 98
Hex 41 48 62

RGB Percentages of Color #414862

%27.66
%30.64
%41.70

CMYK Percentages of Color #414862

%34
%27
%0
%62

Triadic Colors of #414862

#414862 #624148 #486241

Analogous Colors of #414862

#414862 #4b4162 #415962

Monochromatic Colors of #414862

#414862

Complementary Color

#414862 #625b41

#414862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414862 Color CSS Codes

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

#414862 Text Font Color

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

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


#414862 Background Color

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

This div background color is #414862


#414862 Border Color

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

This div border color is #414862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414862


Comments

No comments written yet.

Please login to write comment.