Color Hex Logo

#0460cc Color Hex

#0460CC
(4,96,204)
0 Favorites   0 Comments

Color spaces of #0460cc

RGB 496204
HSL0.590.960.41
HSV212°98°80°
CMYK 0.980.530.00   0.20
XYZ15.132012.751258.7904
Yxy12.75120.17460.1471
Hunter Lab35.708813.1509-72.6179
CIE-Lab42.385919.3281-62.1937

#0460cc color RGB value is (4,96,204).

#0460cc hex color red value is 4, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0460cc hue: 0.59 , saturation: 0.96 and the lightness value of 0460cc is 0.41.

The process color (four color CMYK) of #0460cc color hex is 0.98, 0.53, 0.00, 0.20. Web safe color of #0460cc is #0066cc. Color #0460cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 11001100
Octal 4 140 314
Decimal 4 96 204
Hex 4 60 CC

RGB Percentages of Color #0460cc

%1.32
%31.58
%67.11

CMYK Percentages of Color #0460cc

%98
%53
%0
%20

Triadic Colors of #0460cc

#0460cc #cc0460 #60cc04

Analogous Colors of #0460cc

#0460cc #0c04cc #04c4cc

Monochromatic Colors of #0460cc

#0460cc

Complementary Color

#0460cc #cc7004

#0460cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0460cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0460cc Color CSS Codes

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

#0460cc Text Font Color

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

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


#0460cc Background Color

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

This div background color is #0460cc


#0460cc Border Color

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

This div border color is #0460cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0460cc


Comments

No comments written yet.

Please login to write comment.