Color Hex Logo

#477ccc Color Hex

#477CCC
(71,124,204)
0 Favorites   0 Comments

Color spaces of #477ccc

RGB 71124204
HSL0.600.570.54
HSV216°65°80°
CMYK 0.650.390.00   0.20
XYZ20.705320.114559.9179
Yxy20.11450.20550.1997
Hunter Lab44.84923.9211-47.8162
CIE-Lab51.96647.8920-46.7102

#477ccc color RGB value is (71,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111100 11001100
Octal 107 174 314
Decimal 71 124 204
Hex 47 7C CC

RGB Percentages of Color #477ccc

%17.79
%31.08
%51.13

CMYK Percentages of Color #477ccc

%65
%39
%0
%20

Triadic Colors of #477ccc

#477ccc #cc477c #7ccc47

Analogous Colors of #477ccc

#477ccc #5447cc #47bfcc

Monochromatic Colors of #477ccc

#477ccc

Complementary Color

#477ccc #cc9747

#477ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#477ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#477ccc Color CSS Codes

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

#477ccc Text Font Color

<p style="color:#477ccc">Text here</p>

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


#477ccc Background Color

<div style="background-color:#477ccc">
Div content here</div>

This div background color is #477ccc


#477ccc Border Color

<div style="border:3px solid #477ccc">
Div here</div>

This div border color is #477ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #477ccc


Comments

No comments written yet.

Please login to write comment.