Color Hex Logo

#4f69bb Color Hex

#4F69BB
(79,105,187)
0 Favorites   0 Comments

Color spaces of #4f69bb

RGB 79105187
HSL0.630.440.52
HSV226°58°73°
CMYK 0.580.440.00   0.27
XYZ17.245715.353349.0682
Yxy15.35330.21120.1880
Hunter Lab39.18339.9923-46.8190
CIE-Lab46.114315.3294-46.2420

#4f69bb color RGB value is (79,105,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 01101001 10111011
Octal 117 151 273
Decimal 79 105 187
Hex 4F 69 BB

RGB Percentages of Color #4f69bb

%21.29
%28.30
%50.40

CMYK Percentages of Color #4f69bb

%58
%44
%0
%27

Triadic Colors of #4f69bb

#4f69bb #bb4f69 #69bb4f

Analogous Colors of #4f69bb

#4f69bb #6b4fbb #4f9fbb

Monochromatic Colors of #4f69bb

#4f69bb

Complementary Color

#4f69bb #bba14f

#4f69bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f69bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f69bb Color CSS Codes

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

#4f69bb Text Font Color

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

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


#4f69bb Background Color

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

This div background color is #4f69bb


#4f69bb Border Color

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

This div border color is #4f69bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f69bb


Comments

No comments written yet.

Please login to write comment.