Color Hex Logo

#4f88ba Color Hex

#4F88BA
(79,136,186)
0 Favorites   0 Comments

Color spaces of #4f88ba

RGB 79136186
HSL0.580.440.52
HSV208°58°73°
CMYK 0.580.270.00   0.27
XYZ20.891522.815849.7572
Yxy22.81580.22350.2441
Hunter Lab47.7659-5.5193-28.3256
CIE-Lab54.8821-3.7764-31.8396

#4f88ba color RGB value is (79,136,186).

#4f88ba hex color red value is 79, green value is 136 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4f88ba hue: 0.58 , saturation: 0.44 and the lightness value of 4f88ba is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10001000 10111010
Octal 117 210 272
Decimal 79 136 186
Hex 4F 88 BA

RGB Percentages of Color #4f88ba

%19.70
%33.92
%46.38

CMYK Percentages of Color #4f88ba

%58
%27
%0
%27

Triadic Colors of #4f88ba

#4f88ba #ba4f88 #88ba4f

Analogous Colors of #4f88ba

#4f88ba #4f52ba #4fbab7

Monochromatic Colors of #4f88ba

#4f88ba

Complementary Color

#4f88ba #ba814f

#4f88ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f88ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f88ba Color CSS Codes

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

#4f88ba Text Font Color

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

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


#4f88ba Background Color

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

This div background color is #4f88ba


#4f88ba Border Color

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

This div border color is #4f88ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f88ba


Comments

No comments written yet.

Please login to write comment.