Color Hex Logo

#4f7fbb Color Hex

#4F7FBB
(79,127,187)
0 Favorites   0 Comments

Color spaces of #4f7fbb

RGB 79127187
HSL0.590.440.52
HSV213°58°73°
CMYK 0.580.320.00   0.27
XYZ19.783520.428949.9142
Yxy20.42890.21950.2267
Hunter Lab45.1983-0.9669-33.8373
CIE-Lab52.31871.8409-36.4211

#4f7fbb color RGB value is (79,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01111111 10111011
Octal 117 177 273
Decimal 79 127 187
Hex 4F 7F BB

RGB Percentages of Color #4f7fbb

%20.10
%32.32
%47.58

CMYK Percentages of Color #4f7fbb

%58
%32
%0
%27

Triadic Colors of #4f7fbb

#4f7fbb #bb4f7f #7fbb4f

Analogous Colors of #4f7fbb

#4f7fbb #554fbb #4fb5bb

Monochromatic Colors of #4f7fbb

#4f7fbb

Complementary Color

#4f7fbb #bb8b4f

#4f7fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f7fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f7fbb Color CSS Codes

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

#4f7fbb Text Font Color

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

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


#4f7fbb Background Color

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

This div background color is #4f7fbb


#4f7fbb Border Color

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

This div border color is #4f7fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f7fbb


Comments

No comments written yet.

Please login to write comment.