Color Hex Logo

#4f81bf Color Hex

#4F81BF
(79,129,191)
0 Favorites   0 Comments

Color spaces of #4f81bf

RGB 79129191
HSL0.590.470.53
HSV213°59°75°
CMYK 0.590.320.00   0.25
XYZ20.478721.124452.2883
Yxy21.12440.21810.2250
Hunter Lab45.9613-0.8991-35.2789
CIE-Lab53.08541.9674-37.5064

#4f81bf color RGB value is (79,129,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10000001 10111111
Octal 117 201 277
Decimal 79 129 191
Hex 4F 81 BF

RGB Percentages of Color #4f81bf

%19.80
%32.33
%47.87

CMYK Percentages of Color #4f81bf

%59
%32
%0
%25

Triadic Colors of #4f81bf

#4f81bf #bf4f81 #81bf4f

Analogous Colors of #4f81bf

#4f81bf #554fbf #4fb9bf

Monochromatic Colors of #4f81bf

#4f81bf

Complementary Color

#4f81bf #bf8d4f

#4f81bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f81bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f81bf Color CSS Codes

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

#4f81bf Text Font Color

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

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


#4f81bf Background Color

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

This div background color is #4f81bf


#4f81bf Border Color

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

This div border color is #4f81bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f81bf


Comments

No comments written yet.

Please login to write comment.