Color Hex Logo

#4f7490 Color Hex

#4F7490
(79,116,144)
0 Favorites   0 Comments

Color spaces of #4f7490

RGB 79116144
HSL0.570.290.44
HSV206°45°56°
CMYK 0.450.190.00   0.44
XYZ14.503916.166728.7416
Yxy16.16670.24410.2721
Hunter Lab40.2078-5.9746-14.2365
CIE-Lab47.1924-5.1921-19.3437

#4f7490 color RGB value is (79,116,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01110100 10010000
Octal 117 164 220
Decimal 79 116 144
Hex 4F 74 90

RGB Percentages of Color #4f7490

%23.30
%34.22
%42.48

CMYK Percentages of Color #4f7490

%45
%19
%0
%44

Triadic Colors of #4f7490

#4f7490 #904f74 #74904f

Analogous Colors of #4f7490

#4f7490 #4f5390 #4f908c

Monochromatic Colors of #4f7490

#4f7490

Complementary Color

#4f7490 #906b4f

#4f7490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7490 Color CSS Codes

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

#4f7490 Text Font Color

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

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


#4f7490 Background Color

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

This div background color is #4f7490


#4f7490 Border Color

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

This div border color is #4f7490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,116,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 #4f7490">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f7490


Comments

No comments written yet.

Please login to write comment.