Color Hex Logo

#4f8fbd Color Hex

#4F8FBD
(79,143,189)
0 Favorites   0 Comments

Color spaces of #4f8fbd

RGB 79143189
HSL0.570.450.53
HSV205°58°74°
CMYK 0.580.240.00   0.26
XYZ22.232224.981351.7942
Yxy24.98130.22460.2523
Hunter Lab49.9813-8.0686-26.4536
CIE-Lab57.0572-6.8303-30.1636

#4f8fbd color RGB value is (79,143,189).

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

The process color (four color CMYK) of #4f8fbd color hex is 0.58, 0.24, 0.00, 0.26. Web safe color of #4f8fbd is #6699cc. Color #4f8fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10001111 10111101
Octal 117 217 275
Decimal 79 143 189
Hex 4F 8F BD

RGB Percentages of Color #4f8fbd

%19.22
%34.79
%45.99

CMYK Percentages of Color #4f8fbd

%58
%24
%0
%26

Triadic Colors of #4f8fbd

#4f8fbd #bd4f8f #8fbd4f

Analogous Colors of #4f8fbd

#4f8fbd #4f58bd #4fbdb4

Monochromatic Colors of #4f8fbd

#4f8fbd

Complementary Color

#4f8fbd #bd7d4f

#4f8fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f8fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f8fbd Color CSS Codes

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

#4f8fbd Text Font Color

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

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


#4f8fbd Background Color

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

This div background color is #4f8fbd


#4f8fbd Border Color

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

This div border color is #4f8fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f8fbd


Comments

No comments written yet.

Please login to write comment.