Color Hex Logo

#414463 Color Hex

#414463
(65,68,99)
0 Favorites   0 Comments

Color spaces of #414463

RGB 656899
HSL0.650.210.32
HSV235°34°39°
CMYK 0.340.310.00   0.61
XYZ6.49926.158912.6506
Yxy6.15890.25680.2434
Hunter Lab24.81713.3162-12.8512
CIE-Lab29.80997.0047-18.6093

#414463 color RGB value is (65,68,99).

#414463 hex color red value is 65, green value is 68 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #414463 hue: 0.65 , saturation: 0.21 and the lightness value of 414463 is 0.32.

The process color (four color CMYK) of #414463 color hex is 0.34, 0.31, 0.00, 0.61. Web safe color of #414463 is #333366. Color #414463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000100 01100011
Octal 101 104 143
Decimal 65 68 99
Hex 41 44 63

RGB Percentages of Color #414463

%28.02
%29.31
%42.67

CMYK Percentages of Color #414463

%34
%31
%0
%61

Triadic Colors of #414463

#414463 #634144 #446341

Analogous Colors of #414463

#414463 #4f4163 #415563

Monochromatic Colors of #414463

#414463

Complementary Color

#414463 #636041

#414463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414463 Color CSS Codes

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

#414463 Text Font Color

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

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


#414463 Background Color

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

This div background color is #414463


#414463 Border Color

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

This div border color is #414463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414463


Comments

No comments written yet.

Please login to write comment.