Color Hex Logo

#4f6690 Color Hex

#4F6690
(79,102,144)
0 Favorites   0 Comments

Color spaces of #4f6690

RGB 79102144
HSL0.610.290.44
HSV219°45°56°
CMYK 0.450.290.00   0.44
XYZ13.009913.178628.2436
Yxy13.17860.23900.2421
Hunter Lab36.30230.4411-20.7166
CIE-Lab43.03113.2362-25.7730

#4f6690 color RGB value is (79,102,144).

#4f6690 hex color red value is 79, green value is 102 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #4f6690 hue: 0.61 , saturation: 0.29 and the lightness value of 4f6690 is 0.44.

The process color (four color CMYK) of #4f6690 color hex is 0.45, 0.29, 0.00, 0.44. Web safe color of #4f6690 is #666699. Color #4f6690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100110 10010000
Octal 117 146 220
Decimal 79 102 144
Hex 4F 66 90

RGB Percentages of Color #4f6690

%24.31
%31.38
%44.31

CMYK Percentages of Color #4f6690

%45
%29
%0
%44

Triadic Colors of #4f6690

#4f6690 #904f66 #66904f

Analogous Colors of #4f6690

#4f6690 #594f90 #4f8790

Monochromatic Colors of #4f6690

#4f6690

Complementary Color

#4f6690 #90794f

#4f6690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f6690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f6690 Color CSS Codes

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

#4f6690 Text Font Color

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

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


#4f6690 Background Color

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

This div background color is #4f6690


#4f6690 Border Color

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

This div border color is #4f6690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f6690


Comments

No comments written yet.

Please login to write comment.