Color Hex Logo

#4778fc Color Hex

#4778FC
(71,120,252)
0 Favorites   0 Comments

Color spaces of #4778fc

RGB 71120252
HSL0.620.970.63
HSV224°72°99°
CMYK 0.720.520.00   0.01
XYZ26.885721.800894.8864
Yxy21.80080.18730.1518
Hunter Lab46.691321.0737-87.8056
CIE-Lab53.815027.2927-70.6636

#4778fc color RGB value is (71,120,252).

#4778fc hex color red value is 71, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4778fc hue: 0.62 , saturation: 0.97 and the lightness value of 4778fc is 0.63.

The process color (four color CMYK) of #4778fc color hex is 0.72, 0.52, 0.00, 0.01. Web safe color of #4778fc is #3366ff. Color #4778fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000111 01111000 11111100
Octal 107 170 374
Decimal 71 120 252
Hex 47 78 FC

RGB Percentages of Color #4778fc

%16.03
%27.09
%56.88

CMYK Percentages of Color #4778fc

%72
%52
%0
%1

Triadic Colors of #4778fc

#4778fc #fc4778 #78fc47

Analogous Colors of #4778fc

#4778fc #7147fc #47d3fc

Monochromatic Colors of #4778fc

#4778fc

Complementary Color

#4778fc #fccb47

#4778fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4778fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4778fc Color CSS Codes

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

#4778fc Text Font Color

<p style="color:#4778fc">Text here</p>

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


#4778fc Background Color

<div style="background-color:#4778fc">
Div content here</div>

This div background color is #4778fc


#4778fc Border Color

<div style="border:3px solid #4778fc">
Div here</div>

This div border color is #4778fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(71,120,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4778fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4778fc;
  -webkit-box-shadow: 1px 1px 3px 2px #4778fc;
  box-shadow:         1px 1px 3px 2px #4778fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4778fc


Comments

No comments written yet.

Please login to write comment.