Color Hex Logo

#476bcc Color Hex

#476BCC
(71,107,204)
0 Favorites   0 Comments

Color spaces of #476bcc

RGB 71107204
HSL0.620.570.54
HSV224°65°80°
CMYK 0.650.480.00   0.20
XYZ18.755316.214659.2680
Yxy16.21460.19900.1721
Hunter Lab40.267412.6720-59.0796
CIE-Lab47.254818.4431-54.2390

#476bcc color RGB value is (71,107,204).

#476bcc hex color red value is 71, green value is 107 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #476bcc hue: 0.62 , saturation: 0.57 and the lightness value of 476bcc is 0.54.

The process color (four color CMYK) of #476bcc color hex is 0.65, 0.48, 0.00, 0.20. Web safe color of #476bcc is #3366cc. Color #476bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01101011 11001100
Octal 107 153 314
Decimal 71 107 204
Hex 47 6B CC

RGB Percentages of Color #476bcc

%18.59
%28.01
%53.40

CMYK Percentages of Color #476bcc

%65
%48
%0
%20

Triadic Colors of #476bcc

#476bcc #cc476b #6bcc47

Analogous Colors of #476bcc

#476bcc #6647cc #47aecc

Monochromatic Colors of #476bcc

#476bcc

Complementary Color

#476bcc #cca847

#476bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#476bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#476bcc Color CSS Codes

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

#476bcc Text Font Color

<p style="color:#476bcc">Text here</p>

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


#476bcc Background Color

<div style="background-color:#476bcc">
Div content here</div>

This div background color is #476bcc


#476bcc Border Color

<div style="border:3px solid #476bcc">
Div here</div>

This div border color is #476bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,107,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #476bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #476bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #476bcc;
  box-shadow:         1px 1px 3px 2px #476bcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(71,107,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 #476bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #476bcc


Comments

No comments written yet.

Please login to write comment.