Color Hex Logo

#046bae Color Hex

#046BAE
(4,107,174)
0 Favorites   0 Comments

Color spaces of #046bae

RGB 4107174
HSL0.570.960.35
HSV204°98°68°
CMYK 0.980.390.00   0.32
XYZ12.947713.597241.9865
Yxy13.59720.18890.1984
Hunter Lab36.8744-1.8535-41.6977
CIE-Lab43.64960.1589-42.7285

#046bae color RGB value is (4,107,174).

#046bae hex color red value is 4, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #046bae hue: 0.57 , saturation: 0.96 and the lightness value of 046bae is 0.35.

The process color (four color CMYK) of #046bae color hex is 0.98, 0.39, 0.00, 0.32. Web safe color of #046bae is #006699. Color #046bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101011 10101110
Octal 4 153 256
Decimal 4 107 174
Hex 4 6B AE

RGB Percentages of Color #046bae

%1.40
%37.54
%61.05

CMYK Percentages of Color #046bae

%98
%39
%0
%32

Triadic Colors of #046bae

#046bae #ae046b #6bae04

Analogous Colors of #046bae

#046bae #0416ae #04ae9c

Monochromatic Colors of #046bae

#046bae

Complementary Color

#046bae #ae4704

#046bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#046bae Color CSS Codes

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

#046bae Text Font Color

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

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


#046bae Background Color

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

This div background color is #046bae


#046bae Border Color

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

This div border color is #046bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,107,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046bae;
  -webkit-box-shadow: 1px 1px 3px 2px #046bae;
  box-shadow:         1px 1px 3px 2px #046bae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046bae


Comments

No comments written yet.

Please login to write comment.