Color Hex Logo

#4f84cb Color Hex

#4F84CB
(79,132,203)
0 Favorites   0 Comments

Color spaces of #4f84cb

RGB 79132203
HSL0.600.540.55
HSV214°61°80°
CMYK 0.610.350.00   0.20
XYZ22.255222.476659.6654
Yxy22.47660.21320.2153
Hunter Lab47.40950.8257-41.4305
CIE-Lab54.52914.1729-42.0613

#4f84cb color RGB value is (79,132,203).

#4f84cb hex color red value is 79, green value is 132 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4f84cb hue: 0.60 , saturation: 0.54 and the lightness value of 4f84cb is 0.55.

The process color (four color CMYK) of #4f84cb color hex is 0.61, 0.35, 0.00, 0.20. Web safe color of #4f84cb is #6699cc. Color #4f84cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10000100 11001011
Octal 117 204 313
Decimal 79 132 203
Hex 4F 84 CB

RGB Percentages of Color #4f84cb

%19.08
%31.88
%49.03

CMYK Percentages of Color #4f84cb

%61
%35
%0
%20

Triadic Colors of #4f84cb

#4f84cb #cb4f84 #84cb4f

Analogous Colors of #4f84cb

#4f84cb #584fcb #4fc2cb

Monochromatic Colors of #4f84cb

#4f84cb

Complementary Color

#4f84cb #cb964f

#4f84cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f84cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f84cb Color CSS Codes

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

#4f84cb Text Font Color

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

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


#4f84cb Background Color

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

This div background color is #4f84cb


#4f84cb Border Color

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

This div border color is #4f84cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f84cb


Comments

No comments written yet.

Please login to write comment.