Color Hex Logo

#046abb Color Hex

#046ABB
(4,106,187)
0 Favorites   0 Comments

Color spaces of #046abb

RGB 4106187
HSL0.570.960.37
HSV207°98°73°
CMYK 0.980.430.00   0.27
XYZ14.173713.921748.9538
Yxy13.92170.18400.1807
Hunter Lab37.31182.5115-51.6714
CIE-Lab44.12046.0061-49.5606

#046abb color RGB value is (4,106,187).

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

The process color (four color CMYK) of #046abb color hex is 0.98, 0.43, 0.00, 0.27. Web safe color of #046abb is #0066cc. Color #046abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101010 10111011
Octal 4 152 273
Decimal 4 106 187
Hex 4 6A BB

RGB Percentages of Color #046abb

%1.35
%35.69
%62.96

CMYK Percentages of Color #046abb

%98
%43
%0
%27

Triadic Colors of #046abb

#046abb #bb046a #6abb04

Analogous Colors of #046abb

#046abb #040fbb #04bbb1

Monochromatic Colors of #046abb

#046abb

Complementary Color

#046abb #bb5504

#046abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#046abb Color CSS Codes

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

#046abb Text Font Color

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

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


#046abb Background Color

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

This div background color is #046abb


#046abb Border Color

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

This div border color is #046abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046abb


Comments

No comments written yet.

Please login to write comment.