Color Hex Logo

#4f8fbf Color Hex

#4F8FBF
(79,143,191)
1 Favorites   0 Comments

Color spaces of #4f8fbf

RGB 79143191
HSL0.570.470.53
HSV206°59°75°
CMYK 0.590.250.00   0.25
XYZ22.450925.068852.9457
Yxy25.06880.22350.2495
Hunter Lab50.0688-7.5807-27.6487
CIE-Lab57.1424-6.1907-31.1652

#4f8fbf color RGB value is (79,143,191).

#4f8fbf hex color red value is 79, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4f8fbf hue: 0.57 , saturation: 0.47 and the lightness value of 4f8fbf is 0.53.

The process color (four color CMYK) of #4f8fbf color hex is 0.59, 0.25, 0.00, 0.25. Web safe color of #4f8fbf is #6699cc. Color #4f8fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10001111 10111111
Octal 117 217 277
Decimal 79 143 191
Hex 4F 8F BF

RGB Percentages of Color #4f8fbf

%19.13
%34.62
%46.25

CMYK Percentages of Color #4f8fbf

%59
%25
%0
%25

Triadic Colors of #4f8fbf

#4f8fbf #bf4f8f #8fbf4f

Analogous Colors of #4f8fbf

#4f8fbf #4f57bf #4fbfb7

Monochromatic Colors of #4f8fbf

#4f8fbf

Complementary Color

#4f8fbf #bf7f4f

#4f8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f8fbf Color CSS Codes

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

#4f8fbf Text Font Color

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

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


#4f8fbf Background Color

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

This div background color is #4f8fbf


#4f8fbf Border Color

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

This div border color is #4f8fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f8fbf

#4f8fbf Color Palettes


Comments

No comments written yet.

Please login to write comment.