Color Hex Logo

#4f508a Color Hex

#4F508A
(79,80,138)
0 Favorites   0 Comments

Color spaces of #4f508a

RGB 7980138
HSL0.660.270.43
HSV239°43°54°
CMYK 0.430.420.00   0.46
XYZ10.68069.234625.2643
Yxy9.23460.23640.2044
Hunter Lab30.38859.5573-28.0204
CIE-Lab36.432115.2801-32.4981

#4f508a color RGB value is (79,80,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01010000 10001010
Octal 117 120 212
Decimal 79 80 138
Hex 4F 50 8A

RGB Percentages of Color #4f508a

%26.60
%26.94
%46.46

CMYK Percentages of Color #4f508a

%43
%42
%0
%46

Triadic Colors of #4f508a

#4f508a #8a4f50 #508a4f

Analogous Colors of #4f508a

#4f508a #6c4f8a #4f6e8a

Monochromatic Colors of #4f508a

#4f508a

Complementary Color

#4f508a #8a894f

#4f508a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f508a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f508a Color CSS Codes

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

#4f508a Text Font Color

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

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


#4f508a Background Color

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

This div background color is #4f508a


#4f508a Border Color

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

This div border color is #4f508a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f508a


Comments

No comments written yet.

Please login to write comment.