Color Hex Logo

#416abb Color Hex

#416ABB
(65,106,187)
0 Favorites   0 Comments

Color spaces of #416abb

RGB 65106187
HSL0.610.480.49
HSV220°65°73°
CMYK 0.650.430.00   0.27
XYZ16.303615.019749.0535
Yxy15.01970.20280.1869
Hunter Lab38.75537.2699-47.9162
CIE-Lab45.661212.0316-47.0081

#416abb color RGB value is (65,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101010 10111011
Octal 101 152 273
Decimal 65 106 187
Hex 41 6A BB

RGB Percentages of Color #416abb

%18.16
%29.61
%52.23

CMYK Percentages of Color #416abb

%65
%43
%0
%27

Triadic Colors of #416abb

#416abb #bb416a #6abb41

Analogous Colors of #416abb

#416abb #5541bb #41a7bb

Monochromatic Colors of #416abb

#416abb

Complementary Color

#416abb #bb9241

#416abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#416abb Color CSS Codes

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

#416abb Text Font Color

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

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


#416abb Background Color

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

This div background color is #416abb


#416abb Border Color

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

This div border color is #416abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416abb


Comments

No comments written yet.

Please login to write comment.