Color Hex Logo

#0476cc Color Hex

#0476CC
(4,118,204)
0 Favorites   0 Comments

Color spaces of #0476cc

RGB 4118204
HSL0.570.960.41
HSV206°98°80°
CMYK 0.980.420.00   0.20
XYZ17.427617.342359.5556
Yxy17.34230.18480.1839
Hunter Lab41.64411.8232-55.6403
CIE-Lab48.68855.2258-52.0308

#0476cc color RGB value is (4,118,204).

#0476cc hex color red value is 4, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0476cc hue: 0.57 , saturation: 0.96 and the lightness value of 0476cc is 0.41.

The process color (four color CMYK) of #0476cc color hex is 0.98, 0.42, 0.00, 0.20. Web safe color of #0476cc is #0066cc. Color #0476cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01110110 11001100
Octal 4 166 314
Decimal 4 118 204
Hex 4 76 CC

RGB Percentages of Color #0476cc

%1.23
%36.20
%62.58

CMYK Percentages of Color #0476cc

%98
%42
%0
%20

Triadic Colors of #0476cc

#0476cc #cc0476 #76cc04

Analogous Colors of #0476cc

#0476cc #0412cc #04ccbe

Monochromatic Colors of #0476cc

#0476cc

Complementary Color

#0476cc #cc5a04

#0476cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0476cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0476cc Color CSS Codes

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

#0476cc Text Font Color

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

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


#0476cc Background Color

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

This div background color is #0476cc


#0476cc Border Color

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

This div border color is #0476cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0476cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0476cc;
  -webkit-box-shadow: 1px 1px 3px 2px #0476cc;
  box-shadow:         1px 1px 3px 2px #0476cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0476cc


Comments

No comments written yet.

Please login to write comment.