Color Hex Logo

#4f78cf Color Hex

#4F78CF
(79,120,207)
0 Favorites   0 Comments

Color spaces of #4f78cf

RGB 79120207
HSL0.610.570.56
HSV221°62°81°
CMYK 0.620.420.00   0.19
XYZ21.203419.600261.6972
Yxy19.60020.20690.1912
Hunter Lab44.27218.0134-51.6355
CIE-Lab51.382112.8038-49.3241

#4f78cf color RGB value is (79,120,207).

#4f78cf hex color red value is 79, green value is 120 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4f78cf hue: 0.61 , saturation: 0.57 and the lightness value of 4f78cf is 0.56.

The process color (four color CMYK) of #4f78cf color hex is 0.62, 0.42, 0.00, 0.19. Web safe color of #4f78cf is #6666cc. Color #4f78cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111000 11001111
Octal 117 170 317
Decimal 79 120 207
Hex 4F 78 CF

RGB Percentages of Color #4f78cf

%19.46
%29.56
%50.99

CMYK Percentages of Color #4f78cf

%62
%42
%0
%19

Triadic Colors of #4f78cf

#4f78cf #cf4f78 #78cf4f

Analogous Colors of #4f78cf

#4f78cf #664fcf #4fb8cf

Monochromatic Colors of #4f78cf

#4f78cf

Complementary Color

#4f78cf #cfa64f

#4f78cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f78cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f78cf Color CSS Codes

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

#4f78cf Text Font Color

<p style="color:#4f78cf">Text here</p>

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


#4f78cf Background Color

<div style="background-color:#4f78cf">
Div content here</div>

This div background color is #4f78cf


#4f78cf Border Color

<div style="border:3px solid #4f78cf">
Div here</div>

This div border color is #4f78cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,120,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f78cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f78cf;
  -webkit-box-shadow: 1px 1px 3px 2px #4f78cf;
  box-shadow:         1px 1px 3px 2px #4f78cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f78cf


Comments

No comments written yet.

Please login to write comment.