Color Hex Logo

#4185aa Color Hex

#4185AA
(65,133,170)
0 Favorites   0 Comments

Color spaces of #4185aa

RGB 65133170
HSL0.560.450.46
HSV201°62°67°
CMYK 0.620.220.00   0.33
XYZ17.823220.801241.1059
Yxy20.80120.22350.2609
Hunter Lab45.6083-10.0589-21.5111
CIE-Lab52.7312-10.0666-26.0456

#4185aa color RGB value is (65,133,170).

#4185aa hex color red value is 65, green value is 133 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4185aa hue: 0.56 , saturation: 0.45 and the lightness value of 4185aa is 0.46.

The process color (four color CMYK) of #4185aa color hex is 0.62, 0.22, 0.00, 0.33. Web safe color of #4185aa is #339999. Color #4185aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000101 10101010
Octal 101 205 252
Decimal 65 133 170
Hex 41 85 AA

RGB Percentages of Color #4185aa

%17.66
%36.14
%46.20

CMYK Percentages of Color #4185aa

%62
%22
%0
%33

Triadic Colors of #4185aa

#4185aa #aa4185 #85aa41

Analogous Colors of #4185aa

#4185aa #4150aa #41aa9b

Monochromatic Colors of #4185aa

#4185aa

Complementary Color

#4185aa #aa6641

#4185aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4185aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4185aa Color CSS Codes

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

#4185aa Text Font Color

<p style="color:#4185aa">Text here</p>

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


#4185aa Background Color

<div style="background-color:#4185aa">
Div content here</div>

This div background color is #4185aa


#4185aa Border Color

<div style="border:3px solid #4185aa">
Div here</div>

This div border color is #4185aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,133,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4185aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4185aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4185aa;
  box-shadow:         1px 1px 3px 2px #4185aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4185aa

#4185aa Color Palettes


Comments

No comments written yet.

Please login to write comment.