Color Hex Logo

#046880 Color Hex

#046880
(4,104,128)
0 Favorites   0 Comments

Color spaces of #046880

RGB 4104128
HSL0.530.940.26
HSV192°97°50°
CMYK 0.970.190.00   0.50
XYZ8.896711.485022.1700
Yxy11.48500.20910.2699
Hunter Lab33.8895-12.4467-15.0639
CIE-Lab40.3856-16.0200-20.4442

#046880 color RGB value is (4,104,128).

#046880 hex color red value is 4, green value is 104 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #046880 hue: 0.53 , saturation: 0.94 and the lightness value of 046880 is 0.26.

The process color (four color CMYK) of #046880 color hex is 0.97, 0.19, 0.00, 0.50. Web safe color of #046880 is #006699. Color #046880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 10000000
Octal 4 150 200
Decimal 4 104 128
Hex 4 68 80

RGB Percentages of Color #046880

%1.69
%44.07
%54.24

CMYK Percentages of Color #046880

%97
%19
%0
%50

Triadic Colors of #046880

#046880 #800468 #688004

Analogous Colors of #046880

#046880 #042a80 #04805a

Monochromatic Colors of #046880

#046880

Complementary Color

#046880 #801c04

#046880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046880 Color CSS Codes

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

#046880 Text Font Color

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

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


#046880 Background Color

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

This div background color is #046880


#046880 Border Color

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

This div border color is #046880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046880


Comments

No comments written yet.

Please login to write comment.