Color Hex Logo

#046892 Color Hex

#046892
(4,104,146)
0 Favorites   0 Comments

Color spaces of #046892

RGB 4104146
HSL0.550.950.29
HSV198°97°57°
CMYK 0.970.290.00   0.43
XYZ10.188712.001828.9737
Yxy12.00180.19910.2346
Hunter Lab34.6436-8.1294-25.3358
CIE-Lab41.2190-9.1154-29.9872

#046892 color RGB value is (4,104,146).

#046892 hex color red value is 4, green value is 104 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #046892 hue: 0.55 , saturation: 0.95 and the lightness value of 046892 is 0.29.

The process color (four color CMYK) of #046892 color hex is 0.97, 0.29, 0.00, 0.43. Web safe color of #046892 is #006699. Color #046892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 10010010
Octal 4 150 222
Decimal 4 104 146
Hex 4 68 92

RGB Percentages of Color #046892

%1.57
%40.94
%57.48

CMYK Percentages of Color #046892

%97
%29
%0
%43

Triadic Colors of #046892

#046892 #920468 #689204

Analogous Colors of #046892

#046892 #042192 #049275

Monochromatic Colors of #046892

#046892

Complementary Color

#046892 #922e04

#046892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046892 Color CSS Codes

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

#046892 Text Font Color

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

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


#046892 Background Color

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

This div background color is #046892


#046892 Border Color

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

This div border color is #046892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046892


Comments

No comments written yet.

Please login to write comment.