Color Hex Logo

#4199da Color Hex

#4199DA
(65,153,218)
0 Favorites   0 Comments

Color spaces of #4199da

RGB 65153218
HSL0.570.670.55
HSV205°70°85°
CMYK 0.700.300.00   0.15
XYZ26.226128.968270.5388
Yxy28.96820.20860.2304
Hunter Lab53.8221-7.2103-40.0295
CIE-Lab60.7536-5.3212-40.7220

#4199da color RGB value is (65,153,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011001 11011010
Octal 101 231 332
Decimal 65 153 218
Hex 41 99 DA

RGB Percentages of Color #4199da

%14.91
%35.09
%50.00

CMYK Percentages of Color #4199da

%70
%30
%0
%15

Triadic Colors of #4199da

#4199da #da4199 #99da41

Analogous Colors of #4199da

#4199da #414dda #41dacf

Monochromatic Colors of #4199da

#4199da

Complementary Color

#4199da #da8241

#4199da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4199da Color Preview on White Background

Lorem ipsum dolor sit amet.

#4199da Color CSS Codes

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

#4199da Text Font Color

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

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


#4199da Background Color

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

This div background color is #4199da


#4199da Border Color

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

This div border color is #4199da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4199da


Comments

No comments written yet.

Please login to write comment.