Color Hex Logo

#416295 Color Hex

#416295
(65,98,149)
0 Favorites   0 Comments

Color spaces of #416295

RGB 6598149
HSL0.600.390.42
HSV216°56°58°
CMYK 0.560.340.00   0.42
XYZ11.972512.029130.1246
Yxy12.02910.22120.2222
Hunter Lab34.68300.9226-27.2194
CIE-Lab41.26233.8206-31.5936

#416295 color RGB value is (65,98,149).

#416295 hex color red value is 65, green value is 98 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #416295 hue: 0.60 , saturation: 0.39 and the lightness value of 416295 is 0.42.

The process color (four color CMYK) of #416295 color hex is 0.56, 0.34, 0.00, 0.42. Web safe color of #416295 is #336699. Color #416295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100010 10010101
Octal 101 142 225
Decimal 65 98 149
Hex 41 62 95

RGB Percentages of Color #416295

%20.83
%31.41
%47.76

CMYK Percentages of Color #416295

%56
%34
%0
%42

Triadic Colors of #416295

#416295 #954162 #629541

Analogous Colors of #416295

#416295 #4a4195 #418c95

Monochromatic Colors of #416295

#416295

Complementary Color

#416295 #957441

#416295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416295 Color CSS Codes

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

#416295 Text Font Color

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

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


#416295 Background Color

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

This div background color is #416295


#416295 Border Color

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

This div border color is #416295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416295


Comments

No comments written yet.

Please login to write comment.