Color Hex Logo

#414469 Color Hex

#414469
(65,68,105)
0 Favorites   0 Comments

Color spaces of #414469

RGB 6568105
HSL0.650.240.33
HSV236°38°41°
CMYK 0.380.350.00   0.59
XYZ6.79696.278014.2181
Yxy6.27800.24900.2300
Hunter Lab25.05594.5736-16.1052
CIE-Lab30.10338.8153-21.9784

#414469 color RGB value is (65,68,105).

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

The process color (four color CMYK) of #414469 color hex is 0.38, 0.35, 0.00, 0.59. Web safe color of #414469 is #333366. Color #414469 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000100 01101001
Octal 101 104 151
Decimal 65 68 105
Hex 41 44 69

RGB Percentages of Color #414469

%27.31
%28.57
%44.12

CMYK Percentages of Color #414469

%38
%35
%0
%59

Triadic Colors of #414469

#414469 #694144 #446941

Analogous Colors of #414469

#414469 #524169 #415869

Monochromatic Colors of #414469

#414469

Complementary Color

#414469 #696641

#414469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414469 Color CSS Codes

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

#414469 Text Font Color

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

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


#414469 Background Color

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

This div background color is #414469


#414469 Border Color

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

This div border color is #414469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414469


Comments

No comments written yet.

Please login to write comment.