Color Hex Logo

#416bba Color Hex

#416BBA
(65,107,186)
0 Favorites   0 Comments

Color spaces of #416bba

RGB 65107186
HSL0.610.480.49
HSV219°65°73°
CMYK 0.650.420.00   0.27
XYZ16.300615.184448.5261
Yxy15.18440.20370.1898
Hunter Lab38.96726.4769-46.5573
CIE-Lab45.885711.0466-46.0694

#416bba color RGB value is (65,107,186).

#416bba hex color red value is 65, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #416bba hue: 0.61 , saturation: 0.48 and the lightness value of 416bba is 0.49.

The process color (four color CMYK) of #416bba color hex is 0.65, 0.42, 0.00, 0.27. Web safe color of #416bba is #3366cc. Color #416bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101011 10111010
Octal 101 153 272
Decimal 65 107 186
Hex 41 6B BA

RGB Percentages of Color #416bba

%18.16
%29.89
%51.96

CMYK Percentages of Color #416bba

%65
%42
%0
%27

Triadic Colors of #416bba

#416bba #ba416b #6bba41

Analogous Colors of #416bba

#416bba #5341ba #41a8ba

Monochromatic Colors of #416bba

#416bba

Complementary Color

#416bba #ba9041

#416bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#416bba Color CSS Codes

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

#416bba Text Font Color

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

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


#416bba Background Color

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

This div background color is #416bba


#416bba Border Color

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

This div border color is #416bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416bba


Comments

No comments written yet.

Please login to write comment.