Color Hex Logo

#4174da Color Hex

#4174DA
(65,116,218)
0 Favorites   0 Comments

Color spaces of #4174da

RGB 65116218
HSL0.610.670.55
HSV220°70°85°
CMYK 0.700.470.00   0.15
XYZ21.080318.676668.8236
Yxy18.67660.19410.1720
Hunter Lab43.216411.4408-64.1698
CIE-Lab50.306716.8515-57.3197

#4174da color RGB value is (65,116,218).

#4174da hex color red value is 65, green value is 116 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4174da hue: 0.61 , saturation: 0.67 and the lightness value of 4174da is 0.55.

The process color (four color CMYK) of #4174da color hex is 0.70, 0.47, 0.00, 0.15. Web safe color of #4174da is #3366cc. Color #4174da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01110100 11011010
Octal 101 164 332
Decimal 65 116 218
Hex 41 74 DA

RGB Percentages of Color #4174da

%16.29
%29.07
%54.64

CMYK Percentages of Color #4174da

%70
%47
%0
%15

Triadic Colors of #4174da

#4174da #da4174 #74da41

Analogous Colors of #4174da

#4174da #5a41da #41c1da

Monochromatic Colors of #4174da

#4174da

Complementary Color

#4174da #daa741

#4174da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4174da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4174da Color CSS Codes

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

#4174da Text Font Color

<p style="color:#4174da">Text here</p>

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


#4174da Background Color

<div style="background-color:#4174da">
Div content here</div>

This div background color is #4174da


#4174da Border Color

<div style="border:3px solid #4174da">
Div here</div>

This div border color is #4174da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,116,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4174da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4174da;
  -webkit-box-shadow: 1px 1px 3px 2px #4174da;
  box-shadow:         1px 1px 3px 2px #4174da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4174da


Comments

No comments written yet.

Please login to write comment.