Color Hex Logo

#046486 Color Hex

#046486
(4,100,134)
0 Favorites   0 Comments

Color spaces of #046486

RGB 4100134
HSL0.540.940.27
HSV196°97°53°
CMYK 0.970.250.00   0.47
XYZ8.910310.861424.1811
Yxy10.86140.20270.2471
Hunter Lab32.9566-9.4141-20.4329
CIE-Lab39.3460-11.4235-25.6919

#046486 color RGB value is (4,100,134).

#046486 hex color red value is 4, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #046486 hue: 0.54 , saturation: 0.94 and the lightness value of 046486 is 0.27.

The process color (four color CMYK) of #046486 color hex is 0.97, 0.25, 0.00, 0.47. Web safe color of #046486 is #006699. Color #046486 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100100 10000110
Octal 4 144 206
Decimal 4 100 134
Hex 4 64 86

RGB Percentages of Color #046486

%1.68
%42.02
%56.30

CMYK Percentages of Color #046486

%97
%25
%0
%47

Triadic Colors of #046486

#046486 #860464 #648604

Analogous Colors of #046486

#046486 #042386 #048667

Monochromatic Colors of #046486

#046486

Complementary Color

#046486 #862604

#046486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046486 Color CSS Codes

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

#046486 Text Font Color

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

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


#046486 Background Color

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

This div background color is #046486


#046486 Border Color

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

This div border color is #046486


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,100,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046486; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046486;
  -webkit-box-shadow: 1px 1px 3px 2px #046486;
  box-shadow:         1px 1px 3px 2px #046486; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046486


Comments

No comments written yet.

Please login to write comment.