Color Hex Logo

#4f628a Color Hex

#4F628A
(79,98,138)
0 Favorites   0 Comments

Color spaces of #4f628a

RGB 7998138
HSL0.610.270.43
HSV221°43°54°
CMYK 0.430.290.00   0.46
XYZ12.179612.232625.7640
Yxy12.23260.24270.2438
Hunter Lab34.97510.9536-19.1927
CIE-Lab41.58343.8735-24.4215

#4f628a color RGB value is (79,98,138).

#4f628a hex color red value is 79, green value is 98 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4f628a hue: 0.61 , saturation: 0.27 and the lightness value of 4f628a is 0.43.

The process color (four color CMYK) of #4f628a color hex is 0.43, 0.29, 0.00, 0.46. Web safe color of #4f628a is #666699. Color #4f628a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 01100010 10001010
Octal 117 142 212
Decimal 79 98 138
Hex 4F 62 8A

RGB Percentages of Color #4f628a

%25.08
%31.11
%43.81

CMYK Percentages of Color #4f628a

%43
%29
%0
%46

Triadic Colors of #4f628a

#4f628a #8a4f62 #628a4f

Analogous Colors of #4f628a

#4f628a #5a4f8a #4f808a

Monochromatic Colors of #4f628a

#4f628a

Complementary Color

#4f628a #8a774f

#4f628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f628a Color CSS Codes

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

#4f628a Text Font Color

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

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


#4f628a Background Color

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

This div background color is #4f628a


#4f628a Border Color

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

This div border color is #4f628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f628a


Comments

No comments written yet.

Please login to write comment.