Color Hex Logo

#046097 Color Hex

#046097
(4,96,151)
0 Favorites   0 Comments

Color spaces of #046097

RGB 496151
HSL0.560.950.30
HSV202°97°59°
CMYK 0.970.360.00   0.41
XYZ9.818910.625930.8117
Yxy10.62590.19160.2073
Hunter Lab32.5974-3.2781-33.2239
CIE-Lab38.9431-2.2147-36.5757

#046097 color RGB value is (4,96,151).

#046097 hex color red value is 4, green value is 96 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #046097 hue: 0.56 , saturation: 0.95 and the lightness value of 046097 is 0.30.

The process color (four color CMYK) of #046097 color hex is 0.97, 0.36, 0.00, 0.41. Web safe color of #046097 is #006699. Color #046097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 10010111
Octal 4 140 227
Decimal 4 96 151
Hex 4 60 97

RGB Percentages of Color #046097

%1.59
%38.25
%60.16

CMYK Percentages of Color #046097

%97
%36
%0
%41

Triadic Colors of #046097

#046097 #970460 #609704

Analogous Colors of #046097

#046097 #041797 #049785

Monochromatic Colors of #046097

#046097

Complementary Color

#046097 #973b04

#046097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046097 Color CSS Codes

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

#046097 Text Font Color

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

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


#046097 Background Color

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

This div background color is #046097


#046097 Border Color

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

This div border color is #046097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046097


Comments

No comments written yet.

Please login to write comment.