Color Hex Logo

#4162af Color Hex

#4162AF
(65,98,175)
0 Favorites   0 Comments

Color spaces of #4162af

RGB 6598175
HSL0.620.460.47
HSV222°63°69°
CMYK 0.630.440.00   0.31
XYZ14.285512.954342.3049
Yxy12.95430.20540.1863
Hunter Lab35.99217.8617-44.4947
CIE-Lab42.694312.8485-44.7426

#4162af color RGB value is (65,98,175).

#4162af hex color red value is 65, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4162af hue: 0.62 , saturation: 0.46 and the lightness value of 4162af is 0.47.

The process color (four color CMYK) of #4162af color hex is 0.63, 0.44, 0.00, 0.31. Web safe color of #4162af is #336699. Color #4162af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100010 10101111
Octal 101 142 257
Decimal 65 98 175
Hex 41 62 AF

RGB Percentages of Color #4162af

%19.23
%28.99
%51.78

CMYK Percentages of Color #4162af

%63
%44
%0
%31

Triadic Colors of #4162af

#4162af #af4162 #62af41

Analogous Colors of #4162af

#4162af #5741af #4199af

Monochromatic Colors of #4162af

#4162af

Complementary Color

#4162af #af8e41

#4162af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4162af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4162af Color CSS Codes

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

#4162af Text Font Color

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

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


#4162af Background Color

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

This div background color is #4162af


#4162af Border Color

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

This div border color is #4162af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4162af


Comments

No comments written yet.

Please login to write comment.