Color Hex Logo

#047bbd Color Hex

#047BBD
(4,123,189)
0 Favorites   0 Comments

Color spaces of #047bbd

RGB 4123189
HSL0.560.960.38
HSV201°98°74°
CMYK 0.980.350.00   0.26
XYZ16.318317.865950.7325
Yxy17.86590.19220.2104
Hunter Lab42.2681-5.0562-41.5755
CIE-Lab49.3331-3.7121-42.4069

#047bbd color RGB value is (4,123,189).

#047bbd hex color red value is 4, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #047bbd hue: 0.56 , saturation: 0.96 and the lightness value of 047bbd is 0.38.

The process color (four color CMYK) of #047bbd color hex is 0.98, 0.35, 0.00, 0.26. Web safe color of #047bbd is #0066cc. Color #047bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01111011 10111101
Octal 4 173 275
Decimal 4 123 189
Hex 4 7B BD

RGB Percentages of Color #047bbd

%1.27
%38.92
%59.81

CMYK Percentages of Color #047bbd

%98
%35
%0
%26

Triadic Colors of #047bbd

#047bbd #bd047b #7bbd04

Analogous Colors of #047bbd

#047bbd #041ebd #04bda3

Monochromatic Colors of #047bbd

#047bbd

Complementary Color

#047bbd #bd4604

#047bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#047bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#047bbd Color CSS Codes

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

#047bbd Text Font Color

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

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


#047bbd Background Color

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

This div background color is #047bbd


#047bbd Border Color

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

This div border color is #047bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #047bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #047bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #047bbd;
  box-shadow:         1px 1px 3px 2px #047bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #047bbd


Comments

No comments written yet.

Please login to write comment.