Color Hex Logo

#416baa Color Hex

#416BAA
(65,107,170)
0 Favorites   0 Comments

Color spaces of #416baa

RGB 65107170
HSL0.600.450.46
HSV216°62°67°
CMYK 0.620.370.00   0.33
XYZ14.693414.541540.0626
Yxy14.54150.21200.2098
Hunter Lab38.13332.0457-35.5963
CIE-Lab44.99975.4180-38.1424

#416baa color RGB value is (65,107,170).

#416baa hex color red value is 65, green value is 107 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #416baa hue: 0.60 , saturation: 0.45 and the lightness value of 416baa is 0.46.

The process color (four color CMYK) of #416baa color hex is 0.62, 0.37, 0.00, 0.33. Web safe color of #416baa is #336699. Color #416baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 10101010
Octal 101 153 252
Decimal 65 107 170
Hex 41 6B AA

RGB Percentages of Color #416baa

%19.01
%31.29
%49.71

CMYK Percentages of Color #416baa

%62
%37
%0
%33

Triadic Colors of #416baa

#416baa #aa416b #6baa41

Analogous Colors of #416baa

#416baa #4c41aa #41a0aa

Monochromatic Colors of #416baa

#416baa

Complementary Color

#416baa #aa8041

#416baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#416baa Color CSS Codes

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

#416baa Text Font Color

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

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


#416baa Background Color

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

This div background color is #416baa


#416baa Border Color

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

This div border color is #416baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,107,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416baa;
  -webkit-box-shadow: 1px 1px 3px 2px #416baa;
  box-shadow:         1px 1px 3px 2px #416baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416baa


Comments

No comments written yet.

Please login to write comment.