Color Hex Logo

#0460aa Color Hex

#0460AA
(4,96,170)
0 Favorites   0 Comments

Color spaces of #0460aa

RGB 496170
HSL0.570.950.34
HSV207°98°67°
CMYK 0.980.440.00   0.33
XYZ11.488611.293839.6046
Yxy11.29380.18420.1810
Hunter Lab33.60622.2109-46.3482
CIE-Lab40.07105.5325-46.0921

#0460aa color RGB value is (4,96,170).

#0460aa hex color red value is 4, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0460aa hue: 0.57 , saturation: 0.95 and the lightness value of 0460aa is 0.34.

The process color (four color CMYK) of #0460aa color hex is 0.98, 0.44, 0.00, 0.33. Web safe color of #0460aa is #006699. Color #0460aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 10101010
Octal 4 140 252
Decimal 4 96 170
Hex 4 60 AA

RGB Percentages of Color #0460aa

%1.48
%35.56
%62.96

CMYK Percentages of Color #0460aa

%98
%44
%0
%33

Triadic Colors of #0460aa

#0460aa #aa0460 #60aa04

Analogous Colors of #0460aa

#0460aa #040daa #04aaa1

Monochromatic Colors of #0460aa

#0460aa

Complementary Color

#0460aa #aa4e04

#0460aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0460aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0460aa Color CSS Codes

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

#0460aa Text Font Color

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

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


#0460aa Background Color

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

This div background color is #0460aa


#0460aa Border Color

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

This div border color is #0460aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,96,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 #0460aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0460aa


Comments

No comments written yet.

Please login to write comment.