Color Hex Logo

#4173ba Color Hex

#4173BA
(65,115,186)
0 Favorites   0 Comments

Color spaces of #4173ba

RGB 65115186
HSL0.600.480.49
HSV215°65°73°
CMYK 0.650.380.00   0.27
XYZ17.173616.930548.8171
Yxy16.93050.20710.2042
Hunter Lab41.14672.4947-41.5399
CIE-Lab48.17236.0637-42.4317

#4173ba color RGB value is (65,115,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110011 10111010
Octal 101 163 272
Decimal 65 115 186
Hex 41 73 BA

RGB Percentages of Color #4173ba

%17.76
%31.42
%50.82

CMYK Percentages of Color #4173ba

%65
%38
%0
%27

Triadic Colors of #4173ba

#4173ba #ba4173 #73ba41

Analogous Colors of #4173ba

#4173ba #4c41ba #41b0ba

Monochromatic Colors of #4173ba

#4173ba

Complementary Color

#4173ba #ba8841

#4173ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4173ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4173ba Color CSS Codes

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

#4173ba Text Font Color

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

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


#4173ba Background Color

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

This div background color is #4173ba


#4173ba Border Color

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

This div border color is #4173ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,115,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 #4173ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4173ba


Comments

No comments written yet.

Please login to write comment.