Color Hex Logo

#4f6cdf Color Hex

#4F6CDF
(79,108,223)
0 Favorites   0 Comments

Color spaces of #4f6cdf

RGB 79108223
HSL0.630.690.59
HSV228°65°87°
CMYK 0.650.520.00   0.13
XYZ21.906317.715172.0768
Yxy17.71510.19610.1586
Hunter Lab42.089319.2479-72.0700
CIE-Lab49.148725.7452-61.9791

#4f6cdf color RGB value is (79,108,223).

#4f6cdf hex color red value is 79, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4f6cdf hue: 0.63 , saturation: 0.69 and the lightness value of 4f6cdf is 0.59.

The process color (four color CMYK) of #4f6cdf color hex is 0.65, 0.52, 0.00, 0.13. Web safe color of #4f6cdf is #6666cc. Color #4f6cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01101100 11011111
Octal 117 154 337
Decimal 79 108 223
Hex 4F 6C DF

RGB Percentages of Color #4f6cdf

%19.27
%26.34
%54.39

CMYK Percentages of Color #4f6cdf

%65
%52
%0
%13

Triadic Colors of #4f6cdf

#4f6cdf #df4f6c #6cdf4f

Analogous Colors of #4f6cdf

#4f6cdf #7a4fdf #4fb4df

Monochromatic Colors of #4f6cdf

#4f6cdf

Complementary Color

#4f6cdf #dfc24f

#4f6cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6cdf Color CSS Codes

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

#4f6cdf Text Font Color

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

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


#4f6cdf Background Color

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

This div background color is #4f6cdf


#4f6cdf Border Color

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

This div border color is #4f6cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6cdf


Comments

No comments written yet.

Please login to write comment.