Color Hex Logo

#0473ce Color Hex

#0473CE
(4,115,206)
0 Favorites   0 Comments

Color spaces of #0473ce

RGB 4115206
HSL0.580.960.41
HSV207°98°81°
CMYK 0.980.440.00   0.19
XYZ17.321416.743560.7114
Yxy16.74350.18280.1767
Hunter Lab40.91883.9531-59.3256
CIE-Lab47.93527.8945-54.3809

#0473ce color RGB value is (4,115,206).

#0473ce hex color red value is 4, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0473ce hue: 0.58 , saturation: 0.96 and the lightness value of 0473ce is 0.41.

The process color (four color CMYK) of #0473ce color hex is 0.98, 0.44, 0.00, 0.19. Web safe color of #0473ce is #0066cc. Color #0473ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110011 11001110
Octal 4 163 316
Decimal 4 115 206
Hex 4 73 CE

RGB Percentages of Color #0473ce

%1.23
%35.38
%63.38

CMYK Percentages of Color #0473ce

%98
%44
%0
%19

Triadic Colors of #0473ce

#0473ce #ce0473 #73ce04

Analogous Colors of #0473ce

#0473ce #040ece #04cec4

Monochromatic Colors of #0473ce

#0473ce

Complementary Color

#0473ce #ce5f04

#0473ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0473ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0473ce Color CSS Codes

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

#0473ce Text Font Color

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

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


#0473ce Background Color

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

This div background color is #0473ce


#0473ce Border Color

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

This div border color is #0473ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,115,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0473ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0473ce;
  -webkit-box-shadow: 1px 1px 3px 2px #0473ce;
  box-shadow:         1px 1px 3px 2px #0473ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0473ce


Comments

No comments written yet.

Please login to write comment.